| DefaultLazyPluginCollection |
class |
core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php |
Provides a default plugin collection for a plugin type. |
| DefaultLazyPluginCollection.php |
file |
core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php |
|
| DefaultLazyPluginCollection::$configurations |
property |
core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php |
The initial configuration for each plugin in the collection. |
| DefaultLazyPluginCollection::$manager |
property |
core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php |
The manager used to instantiate the plugins. |
| DefaultLazyPluginCollection::$originalOrder |
property |
core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php |
The original order of the instances. |
| DefaultLazyPluginCollection::$pluginKey |
property |
core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php |
The key within the plugin configuration that contains the plugin ID. |
| DefaultLazyPluginCollection::addInstanceId |
function |
core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php |
|
| DefaultLazyPluginCollection::getConfiguration |
function |
core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php |
|
| DefaultLazyPluginCollection::getPluginId |
function |
core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php |
Get the plugin ID for an instance. |
| DefaultLazyPluginCollection::initializePlugin |
function |
core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php |
|
| DefaultLazyPluginCollection::removeInstanceId |
function |
core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php |
|
| DefaultLazyPluginCollection::setConfiguration |
function |
core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php |
|
| DefaultLazyPluginCollection::setInstanceConfiguration |
function |
core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php |
Updates the configuration for a plugin instance. |
| DefaultLazyPluginCollection::sort |
function |
core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php |
Sorts all plugin instances in this collection. |
| DefaultLazyPluginCollection::sortHelper |
function |
core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php |
Provides uasort() callback to sort plugins. |
| DefaultLazyPluginCollection::__construct |
function |
core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php |
Constructs a new DefaultLazyPluginCollection object. |
| DefaultLazyPluginCollectionTest |
class |
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php |
Tests Drupal\Core\Plugin\DefaultLazyPluginCollection. |
| DefaultLazyPluginCollectionTest.php |
file |
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php |
|
| DefaultLazyPluginCollectionTest::$pluginInstances |
property |
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php |
Stores all setup plugin instances. |
| DefaultLazyPluginCollectionTest::getPluginMock |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php |
|
| DefaultLazyPluginCollectionTest::providerTestSortHelper |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php |
Provides test data for testSortHelper. |
| DefaultLazyPluginCollectionTest::testAddInstanceId |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php |
Tests add instance id. |
| 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 access manager. |
| DefaultMenuLinkTreeManipulatorsTest::$cacheContextManager |
property |
core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php |
Mock cache context manager. |