Search for collect

  1. Search 7.x for collect
  2. Search 9.5.x for collect
  3. Search 8.9.x for collect
  4. Search 10.3.x for collect
  5. Other projects
Title Object type File name Summary
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.
DefaultMenuLinkTreeManipulators::collectNodeLinks function core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php Collects the node links in the menu tree.
DefaultSingleLazyPluginCollection class core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php Provides a default plugin collection for a plugin type.
DefaultSingleLazyPluginCollection.php file core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php
DefaultSingleLazyPluginCollection::$configuration property core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php An array of configuration to instantiate the plugin with.
DefaultSingleLazyPluginCollection::$instanceId property core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php The instance ID used for this plugin collection.
DefaultSingleLazyPluginCollection::$manager property core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php The manager used to instantiate the plugins.
DefaultSingleLazyPluginCollection::addInstanceId function core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php Adds an instance ID to the available instance IDs.
DefaultSingleLazyPluginCollection::getConfiguration function core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php Gets the current configuration of all plugins in this collection.
DefaultSingleLazyPluginCollection::initializePlugin function core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php Initializes and stores a plugin.
DefaultSingleLazyPluginCollection::setConfiguration function core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php Sets the configuration for all plugins in this collection.
DefaultSingleLazyPluginCollection::__construct function core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php Constructs a new DefaultSingleLazyPluginCollection object.
DefaultSingleLazyPluginCollectionTest class core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php Tests Drupal\Core\Plugin\DefaultSingleLazyPluginCollection.
DefaultSingleLazyPluginCollectionTest.php file core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php
DefaultSingleLazyPluginCollectionTest::setupPluginCollection function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php Sets up the default plugin collection.
DefaultSingleLazyPluginCollectionTest::testAddInstanceId function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php Tests add instance id.
DefaultSingleLazyPluginCollectionTest::testConfigurableSetConfiguration function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php Tests configurable set configuration.
DefaultSingleLazyPluginCollectionTest::testGet function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php Tests the get() method.
DefaultSingleLazyPluginCollectionTest::testGetInstanceIds function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php Tests get instance ids.
DocParser::collectAnnotationMetadata function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Collects parsing metadata for a given annotation class
DocParser::collectAttributeTypeMetadata function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Collects parsing metadata for a given attribute.
Drupal\Core\Theme\Icon\IconCollector service core/core.services.yml
EntityDisplayBaseMockableClass::getPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php Gets the plugin collections used by this object.
EntityDisplayPluginCollection class core/lib/Drupal/Core/Entity/EntityDisplayPluginCollection.php A collection of formatters or widgets.
EntityDisplayPluginCollection.php file core/lib/Drupal/Core/Entity/EntityDisplayPluginCollection.php
EntityDisplayPluginCollection::$pluginKey property core/lib/Drupal/Core/Entity/EntityDisplayPluginCollection.php The key within the plugin configuration that contains the plugin ID.
EntityFormDisplay::collectRenderDisplay function core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php Returns the entity_form_display object used to build an entity form.
EntityFormDisplay::getPluginCollections function core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php Gets the plugin collections used by this object.
EntityType::$collection_permission property core/lib/Drupal/Core/Entity/EntityType.php The name of the collection permission.
EntityType::$label_collection property core/lib/Drupal/Core/Entity/EntityType.php The human-readable label for a collection of entities of the type.
EntityType::getCollectionLabel function core/lib/Drupal/Core/Entity/EntityType.php Gets the uppercase plural form of the name of the entity type.
EntityType::getCollectionPermission function core/lib/Drupal/Core/Entity/EntityType.php Gets the name of the default collection permission.
EntityTypeInterface::getCollectionLabel function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the uppercase plural form of the name of the entity type.
EntityTypeInterface::getCollectionPermission function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the name of the default collection permission.
EntityTypeTest::testGetCollectionLabel function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests get collection label.
EntityViewDisplay::collectRenderDisplay function core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php Returns the display object used to render an entity.
EntityViewDisplay::collectRenderDisplays function core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php Returns the display objects used to render a set of entities.
EntityViewDisplay::getPluginCollections function core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php Gets the plugin collections used by this object.
EntityWithPluginCollectionInterface interface core/lib/Drupal/Core/Entity/EntityWithPluginCollectionInterface.php Provides an interface for an object using a plugin collection.
EntityWithPluginCollectionInterface.php file core/lib/Drupal/Core/Entity/EntityWithPluginCollectionInterface.php
ExtensionInstallStorage::createCollection function core/lib/Drupal/Core/Config/ExtensionInstallStorage.php Creates a collection on the storage.
ExtensionInstallStorageTest::testCreateCollection function core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php Tests create collection.
FileCache::$collection property core/lib/Drupal/Component/FileCache/FileCache.php The collection identifier of this cache.
FileReadOnlyStorage::garbageCollection function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Performs garbage collection on the storage.
FileStorage::$collection property core/lib/Drupal/Core/Config/FileStorage.php The storage collection.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.