Search for collect
- Search 7.x for collect
- Search 9.5.x for collect
- Search 10.3.x for collect
- Search 11.x for collect
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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::collectNodeLinks | function | core/ |
Collects the node links in the menu tree. |
DefaultSingleLazyPluginCollection | class | core/ |
Provides a default plugin collection for a plugin type. |
DefaultSingleLazyPluginCollection.php | file | core/ |
|
DefaultSingleLazyPluginCollection::$configuration | property | core/ |
An array of configuration to instantiate the plugin with. |
DefaultSingleLazyPluginCollection::$instanceId | property | core/ |
The instance ID used for this plugin collection. |
DefaultSingleLazyPluginCollection::$manager | property | core/ |
The manager used to instantiate the plugins. |
DefaultSingleLazyPluginCollection::addInstanceId | function | core/ |
Adds an instance ID to the available instance IDs. |
DefaultSingleLazyPluginCollection::getConfiguration | function | core/ |
Gets the current configuration of all plugins in this collection. |
DefaultSingleLazyPluginCollection::initializePlugin | function | core/ |
Initializes and stores a plugin. |
DefaultSingleLazyPluginCollection::setConfiguration | function | core/ |
Sets the configuration for all plugins in this collection. |
DefaultSingleLazyPluginCollection::__construct | function | core/ |
Constructs a new DefaultSingleLazyPluginCollection object. |
DefaultSingleLazyPluginCollectionTest | class | core/ |
@coversDefaultClass \Drupal\Core\Plugin\DefaultSingleLazyPluginCollection[[api-linebreak]] @group Plugin |
DefaultSingleLazyPluginCollectionTest.php | file | core/ |
|
DefaultSingleLazyPluginCollectionTest::setupPluginCollection | function | core/ |
Sets up the default plugin collection. |
DefaultSingleLazyPluginCollectionTest::testAddInstanceId | function | core/ |
@covers ::addInstanceId[[api-linebreak]] @covers ::getConfiguration[[api-linebreak]] @covers ::setConfiguration[[api-linebreak]] |
DefaultSingleLazyPluginCollectionTest::testGet | function | core/ |
Tests the get() method. |
DefaultSingleLazyPluginCollectionTest::testGetInstanceIds | function | core/ |
@covers ::getInstanceIds[[api-linebreak]] |
DisplayPluginCollection | class | core/ |
A class which wraps the displays of a view so you can lazy-initialize them. |
DisplayPluginCollection.php | file | core/ |
|
DisplayPluginCollection::$pluginKey | property | core/ |
The key within the plugin configuration that contains the plugin ID. |
DisplayPluginCollection::$view | property | core/ |
Stores a reference to the view which has this displays attached. |
DisplayPluginCollection::clear | function | core/ |
Clears all instantiated plugins. |
DisplayPluginCollection::get | function | core/ |
|
DisplayPluginCollection::initializePlugin | function | core/ |
Initializes and stores a plugin. |
DisplayPluginCollection::remove | function | core/ |
Removes an initialized plugin. |
DisplayPluginCollection::__construct | function | core/ |
Constructs a DisplayPluginCollection object. |
DisplayPluginCollection::__destruct | function | core/ |
Destructs a DisplayPluginCollection object. |
DisplayRouterInterface::collectRoutes | function | core/ |
Adds the route entry of a view to the collection. |
DocParser::collectAnnotationMetadata | function | core/ |
Collects parsing metadata for a given annotation class |
DocParser::collectAttributeTypeMetadata | function | core/ |
Collects parsing metadata for a given attribute. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.