MenuLinkMock::getCacheContexts |
function |
core/tests/Drupal/Tests/Core/Menu/MenuLinkMock.php |
The cache contexts associated with this object. |
MenuLinkMock::getCacheMaxAge |
function |
core/tests/Drupal/Tests/Core/Menu/MenuLinkMock.php |
The maximum age for which this object may be cached. |
MenuLinkMock::getCacheTags |
function |
core/tests/Drupal/Tests/Core/Menu/MenuLinkMock.php |
The cache tags associated with this object. |
MenuLinkMock::getDescription |
function |
core/tests/Drupal/Tests/Core/Menu/MenuLinkMock.php |
Returns the description of the menu link. |
MenuLinkMock::getTitle |
function |
core/tests/Drupal/Tests/Core/Menu/MenuLinkMock.php |
Returns the localized title to be shown for this link. |
MenuLinkMock::updateLink |
function |
core/tests/Drupal/Tests/Core/Menu/MenuLinkMock.php |
Updates the definition values for a menu link. |
MenuLinkParent |
class |
core/modules/migrate/src/Plugin/migrate/process/MenuLinkParent.php |
This plugin figures out menu link parent plugin IDs. |
MenuLinkParent.php |
file |
core/modules/migrate/src/Plugin/migrate/process/MenuLinkParent.php |
|
MenuLinkParent::$menuLinkManager |
property |
core/modules/migrate/src/Plugin/migrate/process/MenuLinkParent.php |
|
MenuLinkParent::$menuLinkStorage |
property |
core/modules/migrate/src/Plugin/migrate/process/MenuLinkParent.php |
|
MenuLinkParent::$migrateLookup |
property |
core/modules/migrate/src/Plugin/migrate/process/MenuLinkParent.php |
The migrate lookup service. |
MenuLinkParent::$migration |
property |
core/modules/migrate/src/Plugin/migrate/process/MenuLinkParent.php |
The currently running migration. |
MenuLinkParent::$migrationPlugin |
property |
core/modules/migrate/src/Plugin/migrate/process/MenuLinkParent.php |
The Migration process plugin. |
MenuLinkParent::create |
function |
core/modules/migrate/src/Plugin/migrate/process/MenuLinkParent.php |
Creates an instance of the plugin. |
MenuLinkParent::transform |
function |
core/modules/migrate/src/Plugin/migrate/process/MenuLinkParent.php |
Find the parent link GUID. |
MenuLinkParent::__construct |
function |
core/modules/migrate/src/Plugin/migrate/process/MenuLinkParent.php |
|
MenuLinkParentTest |
class |
core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php |
Tests the menu link parent process plugin. |
MenuLinkParentTest.php |
file |
core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php |
|
MenuLinkParentTest::$menuLinkManager |
property |
core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php |
A MigrationInterface prophecy. |
MenuLinkParentTest::$menuLinkStorage |
property |
core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php |
A MigrationInterface prophecy. |
MenuLinkParentTest::$migrateLookup |
property |
core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php |
A MigrateLookupInterface prophecy. |
MenuLinkParentTest::$migration |
property |
core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php |
A MigrationInterface prophecy. |
MenuLinkParentTest::setUp |
function |
core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php |
|
MenuLinkParentTest::testLegacyTransformExternal |
function |
core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php |
Tests the plugin when the parent is an external link. |
MenuLinkParentTest::testTransformException |
function |
core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php |
@covers ::transform |
MenuLinkParentTest::testTransformExternal |
function |
core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php |
Tests the plugin when the parent is an external link. |
MenuLinkPluginConverter |
class |
core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php |
Provides a proxy class for \Drupal\Core\ParamConverter\MenuLinkPluginConverter. |
MenuLinkPluginConverter |
class |
core/lib/Drupal/Core/ParamConverter/MenuLinkPluginConverter.php |
Parameter converter for upcasting entity ids to full objects. |
MenuLinkPluginConverter.php |
file |
core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php |
|
MenuLinkPluginConverter.php |
file |
core/lib/Drupal/Core/ParamConverter/MenuLinkPluginConverter.php |
|
MenuLinkPluginConverter::$container |
property |
core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php |
The service container. |
MenuLinkPluginConverter::$drupalProxyOriginalServiceId |
property |
core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php |
The id of the original proxied service. |
MenuLinkPluginConverter::$menuLinkManager |
property |
core/lib/Drupal/Core/ParamConverter/MenuLinkPluginConverter.php |
Plugin manager which creates the instance from the value. |
MenuLinkPluginConverter::$service |
property |
core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php |
The real proxied service, after it was lazy loaded. |
MenuLinkPluginConverter::applies |
function |
core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php |
Determines if the converter applies to a specific route and variable. |
MenuLinkPluginConverter::applies |
function |
core/lib/Drupal/Core/ParamConverter/MenuLinkPluginConverter.php |
Determines if the converter applies to a specific route and variable. |
MenuLinkPluginConverter::convert |
function |
core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php |
Converts path variables to their corresponding objects. |
MenuLinkPluginConverter::convert |
function |
core/lib/Drupal/Core/ParamConverter/MenuLinkPluginConverter.php |
Converts path variables to their corresponding objects. |
MenuLinkPluginConverter::lazyLoadItself |
function |
core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php |
Lazy loads the real service from the container. |
MenuLinkPluginConverter::__construct |
function |
core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php |
Constructs a ProxyClass Drupal proxy object. |
MenuLinkPluginConverter::__construct |
function |
core/lib/Drupal/Core/ParamConverter/MenuLinkPluginConverter.php |
Constructs a new MenuLinkPluginConverter. |
MenuLinkPluginTest |
class |
core/modules/menu_link_content/tests/src/Unit/MenuLinkPluginTest.php |
@coversDefaultClass \Drupal\menu_link_content\Plugin\Menu\MenuLinkContent |
MenuLinkPluginTest.php |
file |
core/modules/menu_link_content/tests/src/Unit/MenuLinkPluginTest.php |
|
MenuLinkPluginTest::testGetInstanceReflection |
function |
core/modules/menu_link_content/tests/src/Unit/MenuLinkPluginTest.php |
@covers ::getUuid |
MenuLinkReorderTest |
class |
core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php |
Reorder menu items. |
MenuLinkReorderTest.php |
file |
core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php |
|
MenuLinkReorderTest::$administrator |
property |
core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php |
An administrator user. |
MenuLinkReorderTest::$defaultTheme |
property |
core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php |
The theme to install as the default for testing. |
MenuLinkReorderTest::$modules |
property |
core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php |
Modules to enable. |
MenuLinkReorderTest::testDefaultMenuLinkReorder |
function |
core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php |
Test creating, editing, deleting menu links via node form widget. |