Update to Drupal 8.1.0. For more information, see https://www.drupal.org/drupal-8.1.0-release-notes

This commit is contained in:
Pantheon Automation 2016-04-20 09:56:34 -07:00 committed by Greg Anderson
parent b11a755ba8
commit c0a0d5a94c
6920 changed files with 64395 additions and 57312 deletions

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\toolbar\Ajax\SetSubtreesCommand.
*/
namespace Drupal\toolbar\Ajax;
use Drupal\Core\Ajax\CommandInterface;

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\toolbar\Controller\ToolbarController.
*/
namespace Drupal\toolbar\Controller;
use Drupal\Component\Utility\Crypt;

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\toolbar\Element\Toolbar.
*/
namespace Drupal\toolbar\Element;
use Drupal\Component\Utility\Html;
@ -61,7 +56,7 @@ class Toolbar extends RenderElement {
* rendering to ensure that it is built only if it will be displayed.
*
* @param array $element
* A renderable array.
* A renderable array.
*
* @return array
* A renderable array.

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\toolbar\Element\ToolbarItem.
*/
namespace Drupal\toolbar\Element;
use Drupal\Core\Render\Element\RenderElement;

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\toolbar\Menu\ToolbarMenuLinkTree.
*/
namespace Drupal\toolbar\Menu;
use Drupal\Core\Menu\MenuLinkTree;

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\toolbar\PageCache\AllowToolbarPath.
*/
namespace Drupal\toolbar\PageCache;
use Drupal\Core\PageCache\RequestPolicyInterface;

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\toolbar\Tests\ToolbarAdminMenuTest.
*/
namespace Drupal\toolbar\Tests;
use Drupal\Core\Language\LanguageInterface;

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\toolbar\Tests\ToolbarCacheContextsTest.
*/
namespace Drupal\toolbar\Tests;
use Drupal\Core\Cache\Cache;

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\toolbar\Tests\ToolbarHookToolbarTest.
*/
namespace Drupal\toolbar\Tests;
use Drupal\simpletest\WebTestBase;

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\toolbar\Tests\ToolbarMenuTranslationTest.
*/
namespace Drupal\toolbar\Tests;
use Drupal\simpletest\WebTestBase;