| MenuLinksetSettingsForm::buildForm |
function |
core/modules/system/src/Form/MenuLinksetSettingsForm.php |
Form constructor. |
| MenuLinksetSettingsForm::create |
function |
core/modules/system/src/Form/MenuLinksetSettingsForm.php |
Instantiates a new instance of this class. |
| MenuLinksetSettingsForm::getEditableConfigNames |
function |
core/modules/system/src/Form/MenuLinksetSettingsForm.php |
Gets the configuration names that will be editable. |
| MenuLinksetSettingsForm::getFormId |
function |
core/modules/system/src/Form/MenuLinksetSettingsForm.php |
Returns a unique string identifying the form. |
| MenuLinksetSettingsForm::submitForm |
function |
core/modules/system/src/Form/MenuLinksetSettingsForm.php |
Form submission handler. |
| MenuLinksetSettingsForm::__construct |
function |
core/modules/system/src/Form/MenuLinksetSettingsForm.php |
Constructs a MenuLinksetSettingsForm object. |
| MenuLinksetSettingsFormTest |
class |
core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php |
Tests the menu_linkset_settings form. |
| MenuLinksetSettingsFormTest.php |
file |
core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php |
|
| MenuLinksetSettingsFormTest::$adminAccount |
property |
core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php |
A user account to modify the menu linkset settings form. |
| MenuLinksetSettingsFormTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php |
The theme to install as the default for testing. |
| MenuLinksetSettingsFormTest::$modules |
property |
core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php |
Modules to install. |
| MenuLinksetSettingsFormTest::$profile |
property |
core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php |
The profile to install as a basis for testing. |
| MenuLinksetSettingsFormTest::testMenuLinksetSettingsForm |
function |
core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php |
Tests the menu_linkset_settings form. |
| MenuLinksTest |
class |
core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php |
Tests handling of menu links hierarchies. |
| MenuLinksTest.php |
file |
core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php |
|
| MenuLinksTest::$menuLinkManager |
property |
core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php |
The menu link plugin manager. |
| MenuLinksTest::$modules |
property |
core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php |
Modules to install. |
| MenuLinksTest::assertMenuLinkParents |
function |
core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php |
Assert that at set of links is properly parented. |
| MenuLinksTest::createLinkHierarchy |
function |
core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php |
Create a simple hierarchy of links. |
| MenuLinksTest::setUp |
function |
core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php |
|
| MenuLinksTest::testCreateLink |
function |
core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php |
Assert that a link entity's created timestamp is set. |
| MenuLinksTest::testMenuLinkContentFormInvalidParentMenu |
function |
core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php |
Tests that the form doesn't break for links with arbitrary menu names. |
| MenuLinksTest::testMenuLinkContentGetEntity |
function |
core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php |
Tests that getEntity() method returns correct value. |
| MenuLinksTest::testMenuLinkContentParentUpdate |
function |
core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php |
Tests the MenuLinkContent::preDelete function. |
| MenuLinksTest::testMenuLinkOnEntityDelete |
function |
core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php |
Tests that menu link pointing to entities get removed on entity remove. |
| MenuLinksTest::testMenuLinkParentUpdate |
function |
core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php |
Tests automatic update of parent menu links. |
| MenuLinksTest::testModuleUninstalledMenuLinks |
function |
core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php |
Tests uninstalling a module providing default links. |
| MenuLinksTest::testPendingRevisions |
function |
core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php |
Tests handling of pending revisions. |
| MenuLinksTest::testXssFiltering |
function |
core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php |
Assert that attributes are filtered. |
| MenuLinkTest |
class |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/MenuLinkTest.php |
Tests the menu link source plugin. |
| MenuLinkTest |
class |
core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php |
Tests the menu links created in views. |
| MenuLinkTest.php |
file |
core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php |
|
| MenuLinkTest.php |
file |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/MenuLinkTest.php |
|
| MenuLinkTest::$adminUser |
property |
core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php |
A user with permission to administer views, menus and view content. |
| MenuLinkTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php |
The theme to install as the default for testing. |
| MenuLinkTest::$modules |
property |
core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php |
Modules to install. |
| MenuLinkTest::$modules |
property |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/MenuLinkTest.php |
Modules to install. |
| MenuLinkTest::$testViews |
property |
core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php |
Views used by this test. |
| MenuLinkTest::providerSource |
function |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/MenuLinkTest.php |
Provides source data for ::testSource. |
| MenuLinkTest::setUp |
function |
core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php |
Sets up the test. |
| MenuLinkTest::testHierarchicalMenuLinkVisibility |
function |
core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php |
Tests that menu links using menu_link_content as parent are visible. |
| MenuLinkTestWithUnsafeTitle |
class |
core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/MenuLinkTestWithUnsafeTitle.php |
Test derivative with an unsafe string. |
| 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. |