Search for collect
- Search 7.x for collect
- Search 9.5.x for collect
- Search 8.9.x for collect
- Search 10.3.x for collect
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ErrorCollection::$errors | property | core/ |
The HTTP exceptions. |
ErrorCollection::getIterator | function | core/ |
Returns an iterator for errors. |
ErrorCollection::__construct | function | core/ |
Instantiates an ErrorCollection object. |
EventSubscriber::addCollections | function | core/ |
Reacts to the ConfigCollectionEvents::COLLECTION_INFO event. |
ExtensionInstallStorage::createCollection | function | core/ |
Creates a collection on the storage. |
ExtensionInstallStorageTest::testCreateCollection | function | core/ |
@covers ::createCollection |
FileCache::$collection | property | core/ |
The collection identifier of this cache. |
FileReadOnlyStorage::garbageCollection | function | core/ |
Performs garbage collection on the storage. |
FileStorage::$collection | property | core/ |
The storage collection. |
FileStorage::createCollection | function | core/ |
Creates a collection on the storage. |
FileStorage::garbageCollection | function | core/ |
Performs garbage collection on the storage. |
FileStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
FileStorage::getAllCollectionNamesHelper | function | core/ |
Helper function for getAllCollectionNames(). |
FileStorage::getCollectionDirectory | function | core/ |
Gets the directory for the collection. |
FileStorage::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
FileTest::testCollectionFilterAccess | function | core/ |
|
FilterFormat::$filterCollection | property | core/ |
Holds the collection of filters that are attached to this format. |
FilterFormat::getPluginCollections | function | core/ |
|
FilterPluginCollection | class | core/ |
A collection of filters. |
FilterPluginCollection.php | file | core/ |
|
FilterPluginCollection::$definitions | property | core/ |
All possible filter plugin IDs. |
FilterPluginCollection::get | function | core/ |
|
FilterPluginCollection::getAll | function | core/ |
Retrieves filter definitions and creates an instance for each filter. |
FilterPluginCollection::getConfiguration | function | core/ |
Gets the current configuration of all plugins in this collection. |
FilterPluginCollection::initializePlugin | function | core/ |
Initializes and stores a plugin. |
FilterPluginCollection::sort | function | core/ |
Sorts all plugin instances in this collection. |
FilterPluginCollection::sortHelper | function | core/ |
Provides uasort() callback to sort plugins. |
FloodInterface::garbageCollection | function | core/ |
Cleans up expired flood events. |
GarbageCollectionTest | class | core/ |
Tests garbage collection for the expirable key-value database storage. |
GarbageCollectionTest.php | file | core/ |
|
GarbageCollectionTest::$modules | property | core/ |
Modules to install. |
GarbageCollectionTest::testGarbageCollection | function | core/ |
Tests garbage collection. |
HookCollectorPass | class | core/ |
Collects and registers hook implementations. |
HookCollectorPass.php | file | core/ |
|
HookCollectorPass::$groupIncludes | property | core/ |
A list of .inc files. |
HookCollectorPass::$hookInfo | property | core/ |
A list of functions implementing hook_hook_info(). |
HookCollectorPass::$implementations | property | core/ |
An associative array of hook implementations. |
HookCollectorPass::$includes | property | core/ |
A list of include files. |
HookCollectorPass::$moduleImplements | property | core/ |
An associative array of hook implementations. |
HookCollectorPass::$moduleImplementsAlters | property | core/ |
A list of functions implementing hook_module_implements_alter(). |
HookCollectorPass::addFromAttribute | function | core/ |
Adds a Hook attribute implementation. |
HookCollectorPass::addProceduralImplementation | function | core/ |
Adds a procedural hook implementation. |
HookCollectorPass::checkForProceduralOnlyHooks | function | core/ |
Checks for hooks which can't be supported in classes. |
HookCollectorPass::collectAllHookImplementations | function | core/ |
Collects all hook implementations. |
HookCollectorPass::collectModuleHookImplementations | function | core/ |
Collects procedural and Attribute hook implementations. |
HookCollectorPass::filterIterator | function | core/ |
Filter iterator callback. Allows include files and .php files in src/Hook. |
HookCollectorPass::getHookAttributesInClass | function | core/ |
An array of Hook attributes on this class with $method set. |
HookCollectorPass::getImplementations | function | core/ |
This method is only to be used by ModuleHandler. |
HookCollectorPass::loadAllIncludes | function | core/ |
This method is only to be used by ModuleHandler. |
HookCollectorPass::process | function | core/ |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.