| MenuJsonAnonTest.php |
file |
core/modules/system/tests/src/Functional/Rest/MenuJsonAnonTest.php |
|
| MenuJsonAnonTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Rest/MenuJsonAnonTest.php |
The theme to install as the default for testing. |
| MenuJsonAnonTest::$format |
property |
core/modules/system/tests/src/Functional/Rest/MenuJsonAnonTest.php |
The format to use in this test. |
| MenuJsonAnonTest::$mimeType |
property |
core/modules/system/tests/src/Functional/Rest/MenuJsonAnonTest.php |
The MIME type that corresponds to $format. |
| MenuJsonBasicAuthTest |
class |
core/modules/system/tests/src/Functional/Rest/MenuJsonBasicAuthTest.php |
Tests Menu Json Basic Auth. |
| MenuJsonBasicAuthTest.php |
file |
core/modules/system/tests/src/Functional/Rest/MenuJsonBasicAuthTest.php |
|
| MenuJsonBasicAuthTest::$auth |
property |
core/modules/system/tests/src/Functional/Rest/MenuJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
| MenuJsonBasicAuthTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Rest/MenuJsonBasicAuthTest.php |
The theme to install as the default for testing. |
| MenuJsonBasicAuthTest::$format |
property |
core/modules/system/tests/src/Functional/Rest/MenuJsonBasicAuthTest.php |
The format to use in this test. |
| MenuJsonBasicAuthTest::$mimeType |
property |
core/modules/system/tests/src/Functional/Rest/MenuJsonBasicAuthTest.php |
The MIME type that corresponds to $format. |
| MenuJsonBasicAuthTest::$modules |
property |
core/modules/system/tests/src/Functional/Rest/MenuJsonBasicAuthTest.php |
Modules to install. |
| MenuJsonCookieTest |
class |
core/modules/system/tests/src/Functional/Rest/MenuJsonCookieTest.php |
Tests Menu Json Cookie. |
| MenuJsonCookieTest.php |
file |
core/modules/system/tests/src/Functional/Rest/MenuJsonCookieTest.php |
|
| MenuJsonCookieTest::$auth |
property |
core/modules/system/tests/src/Functional/Rest/MenuJsonCookieTest.php |
The authentication mechanism to use in this test. |
| MenuJsonCookieTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Rest/MenuJsonCookieTest.php |
The theme to install as the default for testing. |
| MenuJsonCookieTest::$format |
property |
core/modules/system/tests/src/Functional/Rest/MenuJsonCookieTest.php |
The format to use in this test. |
| MenuJsonCookieTest::$mimeType |
property |
core/modules/system/tests/src/Functional/Rest/MenuJsonCookieTest.php |
The MIME type that corresponds to $format. |
| MenuLinkAccessTestHooks |
class |
core/modules/menu_ui/tests/modules/menu_link_access_test/src/Hook/MenuLinkAccessTestHooks.php |
Hook implementations for menu_link_access_test. |
| MenuLinkAccessTestHooks.php |
file |
core/modules/menu_ui/tests/modules/menu_link_access_test/src/Hook/MenuLinkAccessTestHooks.php |
|
| MenuLinkAccessTestHooks::entityTestAccess |
function |
core/modules/menu_ui/tests/modules/menu_link_access_test/src/Hook/MenuLinkAccessTestHooks.php |
Implements hook_ENTITY_TYPE_access(). |
| MenuLinkAccessTestHooks::entityTestCreateAccess |
function |
core/modules/menu_ui/tests/modules/menu_link_access_test/src/Hook/MenuLinkAccessTestHooks.php |
Implements hook_ENTITY_TYPE_create_access(). |
| MenuLinkAddTest |
class |
core/modules/menu_ui/tests/src/Kernel/MenuLinkAddTest.php |
Tests \Drupal\menu_ui\Plugin\Menu\LocalAction\MenuLinkAdd deprecation. |
| MenuLinkAddTest.php |
file |
core/modules/menu_ui/tests/src/Kernel/MenuLinkAddTest.php |
|
| MenuLinkAddTest::$modules |
property |
core/modules/menu_ui/tests/src/Kernel/MenuLinkAddTest.php |
Modules to install. |
| MenuLinkAddTest::testDeprecation |
function |
core/modules/menu_ui/tests/src/Kernel/MenuLinkAddTest.php |
Tests \Drupal\menu_ui\Plugin\Menu\LocalAction\MenuLinkAdd deprecation. |
| MenuLinkAddTest::testNoDeprecation |
function |
core/modules/menu_ui/tests/src/Kernel/MenuLinkAddTest.php |
Tests deprecated plugin does not trigger deprecation unless used. |
| MenuLinkContentCacheabilityBubblingTest |
class |
core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentCacheabilityBubblingTest.php |
Ensures that rendered menu links bubble the necessary bubbleable metadata. |
| MenuLinkContentCacheabilityBubblingTest.php |
file |
core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentCacheabilityBubblingTest.php |
|
| MenuLinkContentCacheabilityBubblingTest::$modules |
property |
core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentCacheabilityBubblingTest.php |
Modules to install. |
| MenuLinkContentCacheabilityBubblingTest::setUp |
function |
core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentCacheabilityBubblingTest.php |
|
| MenuLinkContentCacheabilityBubblingTest::testOutboundPathAndRouteProcessing |
function |
core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentCacheabilityBubblingTest.php |
Tests bubbleable metadata of menu links' outbound route/path processing. |
| MenuLinkContentDeleteFormTest |
class |
core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php |
Tests the menu link content delete UI. |
| MenuLinkContentDeleteFormTest.php |
file |
core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php |
|
| MenuLinkContentDeleteFormTest::$defaultTheme |
property |
core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php |
The theme to install as the default for testing. |
| MenuLinkContentDeleteFormTest::$modules |
property |
core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php |
Modules to install. |
| MenuLinkContentDeleteFormTest::setUp |
function |
core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php |
|
| MenuLinkContentDeleteFormTest::testMenuLinkContentDeleteForm |
function |
core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php |
Tests the MenuLinkContentDeleteForm class. |
| MenuLinkContentDeriverTest |
class |
core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeriverTest.php |
Tests the menu link content deriver. |
| MenuLinkContentDeriverTest.php |
file |
core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeriverTest.php |
|
| MenuLinkContentDeriverTest::$modules |
property |
core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeriverTest.php |
Modules to install. |
| MenuLinkContentDeriverTest::setUp |
function |
core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeriverTest.php |
|
| MenuLinkContentDeriverTest::testRediscover |
function |
core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeriverTest.php |
Tests the rediscovering. |
| MenuLinkContentEntityAccessTest |
class |
core/modules/menu_link_content/tests/src/Unit/MenuLinkContentEntityAccessTest.php |
Tests menu link content entity access. |
| 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. |
| 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. |