Search for factory
- Search 7.x for factory
- Search 8.9.x for factory
- Search 10.3.x for factory
- Search 11.x for factory
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
QueryFactoryTest::testGetKeysWildCardEnd | function | core/ |
@covers ::getKeys[[api-linebreak]] @covers ::getValues[[api-linebreak]] |
QueueDatabaseFactory | class | core/ |
Defines the key/value store factory for the database backend. |
QueueDatabaseFactory.php | file | core/ |
|
QueueDatabaseFactory::$connection | property | core/ |
The database connection. |
QueueDatabaseFactory::get | function | core/ |
Constructs a new queue object for a given name. |
QueueDatabaseFactory::__construct | function | core/ |
Constructs this factory object. |
QueueFactory | class | core/ |
Defines the queue factory. |
QueueFactory.php | file | core/ |
|
QueueFactory::$queues | property | core/ |
Instantiated queues, keyed by name. |
QueueFactory::$settings | property | core/ |
The settings object. |
QueueFactory::get | function | core/ |
Constructs a new queue. |
QueueFactory::__construct | function | core/ |
Constructs a queue factory. |
QuickEditController::$tempStoreFactory | property | core/ |
The PrivateTempStore factory. |
QuickEditFieldForm::$tempStoreFactory | property | core/ |
Stores the tempstore factory. |
QuickEditImageController::$imageFactory | property | core/ |
The image factory. |
QuickEditImageController::$imageFactory | property | core/ |
The image factory. |
RecursiveContextualValidator::$constraintValidatorFactory | property | core/ |
The constraint validator factory. |
RecursiveContextualValidator::$metadataFactory | property | core/ |
The metadata factory. |
RecursiveContextualValidatorTest::$contextFactory | property | core/ |
The execution context factory. |
RecursiveContextualValidatorTest::$validatorFactory | property | core/ |
The validator factory. |
RecursiveValidator::$constraintValidatorFactory | property | core/ |
|
RecursiveValidator::$contextFactory | property | core/ |
|
ReflectionFactory | class | core/ |
A plugin factory that maps instance configuration to constructor arguments. |
ReflectionFactory.php | file | core/ |
|
ReflectionFactory::createInstance | function | core/ |
|
ReflectionFactory::getInstanceArguments | function | core/ |
Inspects the plugin class and build a list of arguments for the constructor. |
ReflectionFactoryTest | class | core/ |
@group Plugin @coversDefaultClass \Drupal\Component\Plugin\Factory\ReflectionFactory[[api-linebreak]] |
ReflectionFactoryTest.php | file | core/ |
Contains \Drupal\Tests\Component\Plugin\Factory\ReflectionFactoryTest. |
ReflectionFactoryTest::providerGetInstanceArguments | function | core/ |
Data provider for testGetInstanceArguments. |
ReflectionFactoryTest::testCreateInstance | function | core/ |
@covers ::createInstance[[api-linebreak]] @dataProvider providerGetInstanceArguments |
ReflectionFactoryTest::testGetInstanceArguments | function | core/ |
@covers ::getInstanceArguments[[api-linebreak]] @dataProvider providerGetInstanceArguments |
RenderCache::$cacheFactory | property | core/ |
The cache factory. |
RendererTestBase::$cacheFactory | property | core/ |
|
SearchBlockForm::$configFactory | property | core/ |
The config factory. |
SearchIndex::$configFactory | property | core/ |
The config factory. |
SearchPage::configFactory | function | core/ |
Wraps the config factory. |
SearchPageListBuilder::$configFactory | property | core/ |
Stores the configuration factory. |
SearchPageRepository::$configFactory | property | core/ |
The config factory. |
SearchPageRepositoryTest::$configFactory | property | core/ |
The config factory. |
SearchTextProcessor::$configFactory | property | core/ |
The config factory. |
SectionStorageManagerTest::$factory | property | core/ |
The plugin factory. |
SelectExtender::conditionGroupFactory | function | core/ |
|
SharedTempStoreFactory | class | core/ |
Creates a shared temporary storage for a collection. |
SharedTempStoreFactory.php | file | core/ |
|
SharedTempStoreFactory::$currentUser | property | core/ |
The current user. |
SharedTempStoreFactory::$expire | property | core/ |
The time to live for items in seconds. |
SharedTempStoreFactory::$lockBackend | property | core/ |
The lock object used for this data. |
SharedTempStoreFactory::$requestStack | property | core/ |
The request stack. |
SharedTempStoreFactory::$storageFactory | property | core/ |
The storage factory creating the backend to store the data. |
SharedTempStoreFactory::get | function | core/ |
Creates a SharedTempStore for the current user or anonymous session. |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.