| DefaultLazyPluginCollectionTest::testClear |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php |
Tests clear. |
| DefaultLazyPluginCollectionTest::testConfigurableGetConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php |
Tests configurable get configuration. |
| DefaultLazyPluginCollectionTest::testConfigurableInterface |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php |
Tests that plugin methods are correctly attached to interfaces. |
| DefaultLazyPluginCollectionTest::testConfigurableSetConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php |
Tests configurable set configuration. |
| DefaultLazyPluginCollectionTest::testCount |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php |
Tests count. |
| DefaultLazyPluginCollectionTest::testGet |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php |
Tests get. |
| DefaultLazyPluginCollectionTest::testGetConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php |
Tests get configuration. |
| DefaultLazyPluginCollectionTest::testGetNotExistingPlugin |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php |
Tests get not existing plugin. |
| DefaultLazyPluginCollectionTest::testHas |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php |
Tests has. |
| DefaultLazyPluginCollectionTest::testRemoveInstanceId |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php |
Tests remove instance id. |
| DefaultLazyPluginCollectionTest::testSet |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php |
Tests set. |
| DefaultLazyPluginCollectionTest::testSetInstanceConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php |
Tests set instance configuration. |
| DefaultLazyPluginCollectionTest::testSetInstanceConfigurationPluginChange |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php |
Tests plugin instances are changed if the configuration plugin key changes. |
| DefaultLazyPluginCollectionTest::testSortHelper |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php |
Tests sort helper. |
| DefaultLazyPluginCollectionTest::testSortHelperException |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php |
Tests the sort helper exception if plugin not found. |
| DefaultMenuLinkTreeManipulators |
class |
core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php |
Provides a couple of menu link tree manipulators. |
| DefaultMenuLinkTreeManipulators.php |
file |
core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php |
|
| DefaultMenuLinkTreeManipulators::checkAccess |
function |
core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php |
Performs access checks of a menu tree. |
| DefaultMenuLinkTreeManipulators::checkNodeAccess |
function |
core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php |
Performs access checking for nodes in an optimized way. |
| DefaultMenuLinkTreeManipulators::collectNodeLinks |
function |
core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php |
Collects the node links in the menu tree. |
| DefaultMenuLinkTreeManipulators::flatten |
function |
core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php |
Flattens the tree to a single level. |
| DefaultMenuLinkTreeManipulators::generateIndexAndSort |
function |
core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php |
Generates a unique index and sorts by it. |
| DefaultMenuLinkTreeManipulators::menuLinkCheckAccess |
function |
core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php |
Checks access for one menu link instance. |
| DefaultMenuLinkTreeManipulators::__construct |
function |
core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php |
Constructs a \Drupal\Core\Menu\DefaultMenuLinkTreeManipulators object. |
| DefaultMenuLinkTreeManipulatorsTest |
class |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
Tests the default menu link tree manipulators. |
| DefaultMenuLinkTreeManipulatorsTest.php |
file |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
|
| DefaultMenuLinkTreeManipulatorsTest::$accessManager |
property |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
The mocked access manager. |
| DefaultMenuLinkTreeManipulatorsTest::$cacheContextManager |
property |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
Mock cache context manager. |
| DefaultMenuLinkTreeManipulatorsTest::$currentUser |
property |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
The mocked current user. |
| DefaultMenuLinkTreeManipulatorsTest::$defaultMenuTreeManipulators |
property |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
The default menu link tree manipulators. |
| DefaultMenuLinkTreeManipulatorsTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
The mocked entity type manager. |
| DefaultMenuLinkTreeManipulatorsTest::$links |
property |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
Array of menu link instances. |
| DefaultMenuLinkTreeManipulatorsTest::$moduleHandler |
property |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
The mocked module handler. |
| DefaultMenuLinkTreeManipulatorsTest::$originalTree |
property |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
The original menu tree build in mockTree(). |
| DefaultMenuLinkTreeManipulatorsTest::mockTree |
function |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
Creates a mock tree. |
| DefaultMenuLinkTreeManipulatorsTest::setUp |
function |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
|
| DefaultMenuLinkTreeManipulatorsTest::testCheckAccess |
function |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
Tests the checkAccess() tree manipulator. |
| DefaultMenuLinkTreeManipulatorsTest::testCheckAccessTreeManipulator |
function |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
Tests checkAccess() tree manipulator. |
| DefaultMenuLinkTreeManipulatorsTest::testCheckNodeAccess |
function |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
Tests the optimized node access checking. |
| DefaultMenuLinkTreeManipulatorsTest::testFlatten |
function |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
Tests the flatten() tree manipulator. |
| DefaultMenuLinkTreeManipulatorsTest::testGenerateIndexAndSort |
function |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
Tests the generateIndexAndSort() tree manipulator. |
| DefaultMetatagsTest |
class |
core/modules/system/tests/src/Functional/Page/DefaultMetatagsTest.php |
Tests default HTML metatags on a page. |
| DefaultMetatagsTest |
class |
core/modules/system/tests/src/Kernel/Page/DefaultMetatagsTest.php |
Tests default HTML metatags on a page. |
| DefaultMetatagsTest.php |
file |
core/modules/system/tests/src/Kernel/Page/DefaultMetatagsTest.php |
|
| DefaultMetatagsTest.php |
file |
core/modules/system/tests/src/Functional/Page/DefaultMetatagsTest.php |
|
| DefaultMetatagsTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Page/DefaultMetatagsTest.php |
The theme to install as the default for testing. |
| DefaultMetatagsTest::$modules |
property |
core/modules/system/tests/src/Kernel/Page/DefaultMetatagsTest.php |
Modules to install. |
| DefaultMetatagsTest::setUp |
function |
core/modules/system/tests/src/Kernel/Page/DefaultMetatagsTest.php |
|
| DefaultMetatagsTest::testMetaTag |
function |
core/modules/system/tests/src/Kernel/Page/DefaultMetatagsTest.php |
Tests meta tags. |
| DefaultMetatagsTest::testMetaTag |
function |
core/modules/system/tests/src/Functional/Page/DefaultMetatagsTest.php |
Tests meta tags. |