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 |
The menu link plugin manager. |
MenuLinkParentTest::$menuLinkStorage |
property |
core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php |
The menu link entity storage handler. |
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::$pathValidator |
property |
core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php |
A Path validator prophecy. |
MenuLinkParentTest::doTransform |
function |
core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php |
Helper to finish setup and run the test. |
MenuLinkParentTest::providerMenuLinkParent |
function |
core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php |
Provides data for testMenuLinkParent(). |
MenuLinkParentTest::providerTransformException |
function |
core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php |
Provides data for testTransformException(). |
MenuLinkParentTest::setUp |
function |
core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php |
|
MenuLinkParentTest::testMenuLinkParent |
function |
core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php |
Tests the menu link content process plugin. |
MenuLinkParentTest::testTransformException |
function |
core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php |
Tests that an exception is thrown when the parent menu link is not found. |
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 install. |
MenuLinkReorderTest::testDefaultMenuLinkReorder |
function |
core/modules/menu_ui/tests/src/Functional/MenuLinkReorderTest.php |
Tests creating, editing, deleting menu links via node form widget. |
MenuLinkResetForm |
class |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
Defines a confirmation form for resetting a single modified menu link. |
MenuLinkResetForm.php |
file |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
|
MenuLinkResetForm::$link |
property |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
The menu link. |
MenuLinkResetForm::$menuLinkManager |
property |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
The menu link manager. |
MenuLinkResetForm::buildForm |
function |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
Form constructor. |
MenuLinkResetForm::create |
function |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
Instantiates a new instance of this class. |
MenuLinkResetForm::getCancelUrl |
function |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
Returns the route to go to if the user cancels the action. |
MenuLinkResetForm::getConfirmText |
function |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
Returns a caption for the button that confirms the action. |
MenuLinkResetForm::getDescription |
function |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
Returns additional text to display as a description. |
MenuLinkResetForm::getFormId |
function |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
Returns a unique string identifying the form. |
MenuLinkResetForm::getQuestion |
function |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
Returns the question to ask the user. |
MenuLinkResetForm::linkIsResettable |
function |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
Checks access based on whether the link can be reset. |
MenuLinkResetForm::submitForm |
function |
core/modules/menu_ui/src/Form/MenuLinkResetForm.php |
Form submission handler. |