Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| DefaultLazyPluginCollection::addInstanceId | function | core/ |
Adds an instance ID to the available instance IDs. |
| DefaultLazyPluginCollection::getConfiguration | function | core/ |
Gets the current configuration of all plugins in this collection. |
| DefaultLazyPluginCollection::initializePlugin | function | core/ |
Initializes and stores a plugin. |
| DefaultLazyPluginCollection::removeInstanceId | function | core/ |
Removes an instance ID. |
| DefaultLazyPluginCollection::setConfiguration | function | core/ |
Sets the configuration for all plugins in this collection. |
| DefaultLazyPluginCollection::setInstanceConfiguration | function | core/ |
Updates the configuration for a plugin instance. |
| DefaultLazyPluginCollection::sort | function | core/ |
Sorts all plugin instances in this collection. |
| DefaultLazyPluginCollection::sortHelper | function | core/ |
Provides uasort() callback to sort plugins. |
| DefaultLazyPluginCollection::__construct | function | core/ |
Constructs a new DefaultLazyPluginCollection object. |
| DefaultLazyPluginCollectionTest | class | core/ |
@coversDefaultClass \Drupal\Core\Plugin\DefaultLazyPluginCollection[[api-linebreak]] @group Plugin |
| DefaultLazyPluginCollectionTest.php | file | core/ |
|
| DefaultLazyPluginCollectionTest::$pluginInstances | property | core/ |
Stores all setup plugin instances. |
| DefaultLazyPluginCollectionTest::getPluginMock | function | core/ |
Returns a mocked plugin object. |
| DefaultLazyPluginCollectionTest::providerTestSortHelper | function | core/ |
Provides test data for testSortHelper. |
| DefaultLazyPluginCollectionTest::testAddInstanceId | function | core/ |
@covers ::addInstanceId[[api-linebreak]] |
| DefaultLazyPluginCollectionTest::testClear | function | core/ |
@covers ::clear[[api-linebreak]] |
| DefaultLazyPluginCollectionTest::testConfigurableGetConfiguration | function | core/ |
@covers ::getConfiguration[[api-linebreak]] |
| DefaultLazyPluginCollectionTest::testConfigurableInterface | function | core/ |
Tests that plugin methods are correctly attached to interfaces. |
| DefaultLazyPluginCollectionTest::testConfigurableSetConfiguration | function | core/ |
@covers ::setConfiguration[[api-linebreak]] |
| DefaultLazyPluginCollectionTest::testCount | function | core/ |
@covers ::count[[api-linebreak]] |
| DefaultLazyPluginCollectionTest::testGet | function | core/ |
@covers ::get[[api-linebreak]] |
| DefaultLazyPluginCollectionTest::testGetConfiguration | function | core/ |
@covers ::getConfiguration[[api-linebreak]] |
| DefaultLazyPluginCollectionTest::testGetNotExistingPlugin | function | core/ |
@covers ::get[[api-linebreak]] |
| DefaultLazyPluginCollectionTest::testHas | function | core/ |
@covers ::has[[api-linebreak]] |
| DefaultLazyPluginCollectionTest::testRemoveInstanceId | function | core/ |
@covers ::removeInstanceId[[api-linebreak]] |
| DefaultLazyPluginCollectionTest::testSet | function | core/ |
@covers ::set[[api-linebreak]] |
| DefaultLazyPluginCollectionTest::testSetInstanceConfiguration | function | core/ |
@covers ::setInstanceConfiguration[[api-linebreak]] |
| DefaultLazyPluginCollectionTest::testSortHelper | function | core/ |
@covers ::sortHelper[[api-linebreak]] @dataProvider providerTestSortHelper |
| DefaultMenuLinkTreeManipulators | class | core/ |
Provides a couple of menu link tree manipulators. |
| DefaultMenuLinkTreeManipulators.php | file | core/ |
|
| DefaultMenuLinkTreeManipulators::$accessManager | property | core/ |
The access manager. |
| DefaultMenuLinkTreeManipulators::$account | property | core/ |
The current user. |
| DefaultMenuLinkTreeManipulators::$entityTypeManager | property | core/ |
The entity type manager. |
| DefaultMenuLinkTreeManipulators::checkAccess | function | core/ |
Performs access checks of a menu tree. |
| DefaultMenuLinkTreeManipulators::checkNodeAccess | function | core/ |
Performs access checking for nodes in an optimized way. |
| DefaultMenuLinkTreeManipulators::collectNodeLinks | function | core/ |
Collects the node links in the menu tree. |
| DefaultMenuLinkTreeManipulators::flatten | function | core/ |
Flattens the tree to a single level. |
| DefaultMenuLinkTreeManipulators::generateIndexAndSort | function | core/ |
Generates a unique index and sorts by it. |
| DefaultMenuLinkTreeManipulators::menuLinkCheckAccess | function | core/ |
Checks access for one menu link instance. |
| DefaultMenuLinkTreeManipulators::__construct | function | core/ |
Constructs a \Drupal\Core\Menu\DefaultMenuLinkTreeManipulators object. |
| DefaultMenuLinkTreeManipulatorsTest | class | core/ |
Tests the default menu link tree manipulators. |
| DefaultMenuLinkTreeManipulatorsTest.php | file | core/ |
|
| DefaultMenuLinkTreeManipulatorsTest::$accessManager | property | core/ |
The mocked access manager. |
| DefaultMenuLinkTreeManipulatorsTest::$cacheContextManager | property | core/ |
Mock cache context manager. |
| DefaultMenuLinkTreeManipulatorsTest::$currentUser | property | core/ |
The mocked current user. |
| DefaultMenuLinkTreeManipulatorsTest::$defaultMenuTreeManipulators | property | core/ |
The default menu link tree manipulators. |
| DefaultMenuLinkTreeManipulatorsTest::$entityTypeManager | property | core/ |
The mocked entity type manager. |
| DefaultMenuLinkTreeManipulatorsTest::$links | property | core/ |
Array of menu link instances. |
| DefaultMenuLinkTreeManipulatorsTest::$originalTree | property | core/ |
The original menu tree build in mockTree(). |
| DefaultMenuLinkTreeManipulatorsTest::mockTree | function | core/ |
Creates a mock tree. |
Pagination
- Previous page
- Page 380
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.