MenuLinkTestWithUnsafeTitle.php |
file |
core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/MenuLinkTestWithUnsafeTitle.php |
|
MenuLinkTestWithUnsafeTitle::getDerivativeDefinitions |
function |
core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/MenuLinkTestWithUnsafeTitle.php |
Gets the definition of all derivatives of a base plugin. |
MenuLinkTranslation |
class |
core/modules/menu_link_content/src/Plugin/migrate/source/d6/MenuLinkTranslation.php |
Drupal 6 i18n menu link translations source from database. |
MenuLinkTranslation |
class |
core/modules/menu_link_content/src/Plugin/migrate/source/d7/MenuLinkTranslation.php |
Drupal 7 i18n menu link translations source from database. |
MenuLinkTranslation.php |
file |
core/modules/menu_link_content/src/Plugin/migrate/source/d6/MenuLinkTranslation.php |
|
MenuLinkTranslation.php |
file |
core/modules/menu_link_content/src/Plugin/migrate/source/d7/MenuLinkTranslation.php |
|
MenuLinkTranslation::fields |
function |
core/modules/menu_link_content/src/Plugin/migrate/source/d6/MenuLinkTranslation.php |
Returns available fields on the source. |
MenuLinkTranslation::fields |
function |
core/modules/menu_link_content/src/Plugin/migrate/source/d7/MenuLinkTranslation.php |
Returns available fields on the source. |
MenuLinkTranslation::getIds |
function |
core/modules/menu_link_content/src/Plugin/migrate/source/d6/MenuLinkTranslation.php |
Defines the source fields uniquely identifying a source row. |
MenuLinkTranslation::getIds |
function |
core/modules/menu_link_content/src/Plugin/migrate/source/d7/MenuLinkTranslation.php |
Defines the source fields uniquely identifying a source row. |
MenuLinkTranslation::I18N_STRING_TABLE |
constant |
core/modules/menu_link_content/src/Plugin/migrate/source/d6/MenuLinkTranslation.php |
Drupal 6 table names. |
MenuLinkTranslation::prepareRow |
function |
core/modules/menu_link_content/src/Plugin/migrate/source/d6/MenuLinkTranslation.php |
Adds additional data to the row. |
MenuLinkTranslation::prepareRow |
function |
core/modules/menu_link_content/src/Plugin/migrate/source/d7/MenuLinkTranslation.php |
Adds additional data to the row. |
MenuLinkTranslation::query |
function |
core/modules/menu_link_content/src/Plugin/migrate/source/d6/MenuLinkTranslation.php |
|
MenuLinkTranslation::query |
function |
core/modules/menu_link_content/src/Plugin/migrate/source/d7/MenuLinkTranslation.php |
|
MenuLinkTranslationTest |
class |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d6/MenuLinkTranslationTest.php |
Tests menu link translation source plugin. |
MenuLinkTranslationTest |
class |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d7/MenuLinkTranslationTest.php |
Tests menu link localized translation source plugin. |
MenuLinkTranslationTest.php |
file |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d6/MenuLinkTranslationTest.php |
|
MenuLinkTranslationTest.php |
file |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d7/MenuLinkTranslationTest.php |
|
MenuLinkTranslationTest::$modules |
property |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d6/MenuLinkTranslationTest.php |
Modules to install. |
MenuLinkTranslationTest::$modules |
property |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d7/MenuLinkTranslationTest.php |
Modules to install. |
MenuLinkTranslationTest::providerSource |
function |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d6/MenuLinkTranslationTest.php |
|
MenuLinkTranslationTest::providerSource |
function |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/d7/MenuLinkTranslationTest.php |
|
MenuLinkTree |
class |
core/lib/Drupal/Core/Menu/MenuLinkTree.php |
Implements the loading, transforming and rendering of menu link trees. |
MenuLinkTree.php |
file |
core/lib/Drupal/Core/Menu/MenuLinkTree.php |
|
MenuLinkTree::build |
function |
core/lib/Drupal/Core/Menu/MenuLinkTree.php |
Builds a renderable array from a menu tree. |
MenuLinkTree::buildItems |
function |
core/lib/Drupal/Core/Menu/MenuLinkTree.php |
Builds the #items property for a menu tree's renderable array. |
MenuLinkTree::createInstances |
function |
core/lib/Drupal/Core/Menu/MenuLinkTree.php |
Returns a tree containing of MenuLinkTreeElement based upon tree data. |
MenuLinkTree::getCurrentRouteMenuTreeParameters |
function |
core/lib/Drupal/Core/Menu/MenuLinkTree.php |
Gets the link tree parameters for rendering a specific menu. |
MenuLinkTree::getExpanded |
function |
core/lib/Drupal/Core/Menu/MenuLinkTree.php |
Finds expanded links in a menu given a set of possible parents. |
MenuLinkTree::getSubtreeHeight |
function |
core/lib/Drupal/Core/Menu/MenuLinkTree.php |
Finds the height of a subtree rooted by of the given ID. |
MenuLinkTree::load |
function |
core/lib/Drupal/Core/Menu/MenuLinkTree.php |
Loads a menu tree with a menu link plugin instance at each element. |
MenuLinkTree::maxDepth |
function |
core/lib/Drupal/Core/Menu/MenuLinkTree.php |
Returns the maximum depth of tree that is supported. |
MenuLinkTree::transform |
function |
core/lib/Drupal/Core/Menu/MenuLinkTree.php |
Applies menu link tree manipulators to transform the given tree. |
MenuLinkTree::__construct |
function |
core/lib/Drupal/Core/Menu/MenuLinkTree.php |
Constructs a \Drupal\Core\Menu\MenuLinkTree object. |
MenuLinkTreeElement |
class |
core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php |
Provides a value object to model an element in a menu link tree. |
MenuLinkTreeElement.php |
file |
core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php |
|
MenuLinkTreeElement::$access |
property |
core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php |
Whether this link is accessible by the current user. |
MenuLinkTreeElement::$depth |
property |
core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php |
The depth of this link relative to the root of the tree. |
MenuLinkTreeElement::$hasChildren |
property |
core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php |
Whether this link has any children at all. |
MenuLinkTreeElement::$inActiveTrail |
property |
core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php |
Whether this link is in the active trail. |
MenuLinkTreeElement::$link |
property |
core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php |
The menu link for this element in a menu link tree. |
MenuLinkTreeElement::$options |
property |
core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php |
Additional options for this link. |
MenuLinkTreeElement::$subtree |
property |
core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php |
The subtree of this element in the menu link tree (this link's children). |
MenuLinkTreeElement::count |
function |
core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php |
Counts all menu links in the current subtree. |
MenuLinkTreeElement::__construct |
function |
core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php |
Constructs a new \Drupal\Core\Menu\MenuLinkTreeElement. |
MenuLinkTreeElementTest |
class |
core/tests/Drupal/Tests/Core/Menu/MenuLinkTreeElementTest.php |
Tests the menu link tree element value object. |
MenuLinkTreeElementTest.php |
file |
core/tests/Drupal/Tests/Core/Menu/MenuLinkTreeElementTest.php |
|
MenuLinkTreeElementTest::testConstruction |
function |
core/tests/Drupal/Tests/Core/Menu/MenuLinkTreeElementTest.php |
Tests construction. |
MenuLinkTreeElementTest::testCount |
function |
core/tests/Drupal/Tests/Core/Menu/MenuLinkTreeElementTest.php |
Tests count(). |