MenuLinkContentEntityAccessTest.php |
file |
core/modules/menu_link_content/tests/src/Unit/MenuLinkContentEntityAccessTest.php |
|
MenuLinkContentEntityAccessTest::testUnrecognizedOperation |
function |
core/modules/menu_link_content/tests/src/Unit/MenuLinkContentEntityAccessTest.php |
Tests an operation not implemented by the access control handler. |
MenuLinkContentForm |
class |
core/modules/menu_link_content/src/Form/MenuLinkContentForm.php |
Provides a form to add/update content menu links. |
MenuLinkContentForm.php |
file |
core/modules/menu_link_content/src/Form/MenuLinkContentForm.php |
|
MenuLinkContentForm::$entity |
property |
core/modules/menu_link_content/src/Form/MenuLinkContentForm.php |
The content menu link. |
MenuLinkContentForm::actions |
function |
core/modules/menu_link_content/src/Form/MenuLinkContentForm.php |
Returns an array of supported actions for the current entity form. |
MenuLinkContentForm::buildEntity |
function |
core/modules/menu_link_content/src/Form/MenuLinkContentForm.php |
Builds an updated entity object based upon the submitted form values. |
MenuLinkContentForm::create |
function |
core/modules/menu_link_content/src/Form/MenuLinkContentForm.php |
Instantiates a new instance of this class. |
MenuLinkContentForm::form |
function |
core/modules/menu_link_content/src/Form/MenuLinkContentForm.php |
Gets the actual form array to be built. |
MenuLinkContentForm::save |
function |
core/modules/menu_link_content/src/Form/MenuLinkContentForm.php |
Form submission handler for the 'save' action. |
MenuLinkContentForm::__construct |
function |
core/modules/menu_link_content/src/Form/MenuLinkContentForm.php |
Constructs a MenuLinkContentForm object. |
MenuLinkContentFormTest |
class |
core/modules/menu_link_content/tests/src/Functional/MenuLinkContentFormTest.php |
Tests the menu link content UI. |
MenuLinkContentFormTest.php |
file |
core/modules/menu_link_content/tests/src/Functional/MenuLinkContentFormTest.php |
|
MenuLinkContentFormTest::$adminUser |
property |
core/modules/menu_link_content/tests/src/Functional/MenuLinkContentFormTest.php |
User with 'administer menu' and 'link to any page' permission. |
MenuLinkContentFormTest::$basicUser |
property |
core/modules/menu_link_content/tests/src/Functional/MenuLinkContentFormTest.php |
User with only 'administer menu' permission. |
MenuLinkContentFormTest::$defaultTheme |
property |
core/modules/menu_link_content/tests/src/Functional/MenuLinkContentFormTest.php |
The theme to install as the default for testing. |
MenuLinkContentFormTest::$modules |
property |
core/modules/menu_link_content/tests/src/Functional/MenuLinkContentFormTest.php |
Modules to install. |
MenuLinkContentFormTest::setUp |
function |
core/modules/menu_link_content/tests/src/Functional/MenuLinkContentFormTest.php |
|
MenuLinkContentFormTest::testMenuLinkContentForm |
function |
core/modules/menu_link_content/tests/src/Functional/MenuLinkContentFormTest.php |
Tests the MenuLinkContentForm class. |
MenuLinkContentFormTest::testMenuLinkContentFormLinkToAnyPage |
function |
core/modules/menu_link_content/tests/src/Functional/MenuLinkContentFormTest.php |
Tests the 'link to any page' permission for a restricted page. |
MenuLinkContentFormTest::testMenuLinkContentFormValidation |
function |
core/modules/menu_link_content/tests/src/Functional/MenuLinkContentFormTest.php |
Tests validation for the MenuLinkContentForm class. |
MenuLinkContentFormTest::testMenuLinkContentOperationsLink |
function |
core/modules/menu_link_content/tests/src/Functional/MenuLinkContentFormTest.php |
Tests the operations links alter related functional for menu_link_content. |
MenuLinkContentHooks |
class |
core/modules/menu_link_content/src/Hook/MenuLinkContentHooks.php |
Hook implementations for menu_link_content. |
MenuLinkContentHooks.php |
file |
core/modules/menu_link_content/src/Hook/MenuLinkContentHooks.php |
|
MenuLinkContentHooks::entityPredelete |
function |
core/modules/menu_link_content/src/Hook/MenuLinkContentHooks.php |
Implements hook_entity_predelete(). |
MenuLinkContentHooks::entityTypeAlter |
function |
core/modules/menu_link_content/src/Hook/MenuLinkContentHooks.php |
Implements hook_entity_type_alter(). |
MenuLinkContentHooks::help |
function |
core/modules/menu_link_content/src/Hook/MenuLinkContentHooks.php |
Implements hook_help(). |
MenuLinkContentHooks::menuDelete |
function |
core/modules/menu_link_content/src/Hook/MenuLinkContentHooks.php |
Implements hook_menu_delete(). |
MenuLinkContentHooks::pathAliasDelete |
function |
core/modules/menu_link_content/src/Hook/MenuLinkContentHooks.php |
Implements hook_ENTITY_TYPE_delete() for 'path_alias'. |
MenuLinkContentHooks::pathAliasInsert |
function |
core/modules/menu_link_content/src/Hook/MenuLinkContentHooks.php |
Implements hook_ENTITY_TYPE_insert() for 'path_alias'. |
MenuLinkContentHooks::pathAliasUpdate |
function |
core/modules/menu_link_content/src/Hook/MenuLinkContentHooks.php |
Implements hook_ENTITY_TYPE_update() for 'path_alias'. |
MenuLinkContentInterface |
interface |
core/modules/menu_link_content/src/MenuLinkContentInterface.php |
Defines an interface for custom menu links. |
MenuLinkContentInterface.php |
file |
core/modules/menu_link_content/src/MenuLinkContentInterface.php |
|
MenuLinkContentInterface::getDescription |
function |
core/modules/menu_link_content/src/MenuLinkContentInterface.php |
Gets the description of the menu link for the UI. |
MenuLinkContentInterface::getMenuName |
function |
core/modules/menu_link_content/src/MenuLinkContentInterface.php |
Gets the menu name of the custom menu link. |
MenuLinkContentInterface::getParentId |
function |
core/modules/menu_link_content/src/MenuLinkContentInterface.php |
Gets the plugin ID of the parent menu link. |
MenuLinkContentInterface::getPluginDefinition |
function |
core/modules/menu_link_content/src/MenuLinkContentInterface.php |
Builds up the menu link plugin definition for this entity. |
MenuLinkContentInterface::getPluginId |
function |
core/modules/menu_link_content/src/MenuLinkContentInterface.php |
Gets the menu plugin ID associated with this entity. |
MenuLinkContentInterface::getTitle |
function |
core/modules/menu_link_content/src/MenuLinkContentInterface.php |
Gets the title of the menu link. |
MenuLinkContentInterface::getUrlObject |
function |
core/modules/menu_link_content/src/MenuLinkContentInterface.php |
Gets the URL object pointing to the URL of the menu link content entity. |
MenuLinkContentInterface::getWeight |
function |
core/modules/menu_link_content/src/MenuLinkContentInterface.php |
Returns the weight of the menu link content entity. |
MenuLinkContentInterface::isEnabled |
function |
core/modules/menu_link_content/src/MenuLinkContentInterface.php |
Returns whether the menu link is marked as enabled. |
MenuLinkContentInterface::isExpanded |
function |
core/modules/menu_link_content/src/MenuLinkContentInterface.php |
Returns whether the menu link is marked as always expanded. |
MenuLinkContentInterface::requiresRediscovery |
function |
core/modules/menu_link_content/src/MenuLinkContentInterface.php |
Returns whether the menu link requires rediscovery. |
MenuLinkContentInterface::setInsidePlugin |
function |
core/modules/menu_link_content/src/MenuLinkContentInterface.php |
Flags this instance as being wrapped in a menu link plugin instance. |
MenuLinkContentInterface::setRequiresRediscovery |
function |
core/modules/menu_link_content/src/MenuLinkContentInterface.php |
Flags a link as requiring rediscovery. |
MenuLinkContentJsonAnonTest |
class |
core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonAnonTest.php |
@group rest |
MenuLinkContentJsonAnonTest.php |
file |
core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonAnonTest.php |
|
MenuLinkContentJsonAnonTest::$defaultTheme |
property |
core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonAnonTest.php |
The theme to install as the default for testing. |
MenuLinkContentJsonAnonTest::$format |
property |
core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonAnonTest.php |
The format to use in this test. |