Update to drupal-org-drupal 8.0.0-rc2. For more information, see https://www.drupal.org/node/2598668
This commit is contained in:
parent
f32e58e4b1
commit
8e18df8c36
3062 changed files with 15044 additions and 172506 deletions
|
@ -12,9 +12,9 @@ use Drupal\Core\Routing\RouteMatchInterface;
|
|||
/**
|
||||
* Defines an interface for menu local tasks.
|
||||
*
|
||||
* Menu local tasks are are typically rendered as navigation tabs above the
|
||||
* content region, though other presentations are possible. It is convention
|
||||
* that the titles of these tasks should be short verbs if possible.
|
||||
* Menu local tasks are typically rendered as navigation tabs above the content
|
||||
* region, though other presentations are possible. It is convention that the
|
||||
* titles of these tasks should be short verbs if possible.
|
||||
*
|
||||
* @see \Drupal\Core\Menu\LocalTaskManagerInterface
|
||||
*/
|
||||
|
|
|
@ -131,7 +131,7 @@ interface MenuLinkInterface extends PluginInspectionInterface, DerivativeInspect
|
|||
* the description is not empty.
|
||||
*
|
||||
* @return \Drupal\Core\Url
|
||||
* A a URL object containing either the external path or route.
|
||||
* A URL object containing either the external path or route.
|
||||
*/
|
||||
public function getUrlObject($title_attribute = TRUE);
|
||||
|
||||
|
|
|
@ -10,9 +10,7 @@ namespace Drupal\Core\Menu;
|
|||
use Drupal\Component\Utility\NestedArray;
|
||||
use Drupal\Core\Access\AccessResultInterface;
|
||||
use Drupal\Core\Cache\CacheableMetadata;
|
||||
use Drupal\Core\Cache\CacheBackendInterface;
|
||||
use Drupal\Core\Controller\ControllerResolverInterface;
|
||||
use Drupal\Core\Routing\RouteMatchInterface;
|
||||
use Drupal\Core\Routing\RouteProviderInterface;
|
||||
use Drupal\Core\Template\Attribute;
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
namespace Drupal\Core\Menu\Plugin\Block;
|
||||
|
||||
use Drupal\Core\Block\BlockBase;
|
||||
use Drupal\Core\Form\FormStateInterface;
|
||||
use Drupal\Core\Menu\LocalActionManagerInterface;
|
||||
use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
|
||||
use Symfony\Component\DependencyInjection\ContainerInterface;
|
||||
|
|
|
@ -297,7 +297,7 @@ function hook_menu_links_discovered_alter(&$links) {
|
|||
*
|
||||
* @param array $data
|
||||
* An associative array containing list of (up to 2) tab levels that contain a
|
||||
* list of of tabs keyed by their href, each one being an associative array
|
||||
* list of tabs keyed by their href, each one being an associative array
|
||||
* as described above.
|
||||
* @param string $route_name
|
||||
* The route name of the page.
|
||||
|
|
Reference in a new issue