Search for factory
- Search 7.x for factory
- Search 9.5.x for factory
- Search 8.9.x for factory
- Search 11.x for factory
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
CacheFactoryInterface.php | file | core/ |
|
CacheFactoryInterface::get | function | core/ |
Gets a cache backend class for a given cache bin. |
CacheFactoryTest | class | core/ |
@coversDefaultClass \Drupal\Core\Cache\CacheFactory[[api-linebreak]] @group Cache |
CacheFactoryTest.php | file | core/ |
|
CacheFactoryTest::testCacheFactoryWithCustomizedDefaultBackend | function | core/ |
Tests that the cache factory falls back to customized default service. |
CacheFactoryTest::testCacheFactoryWithDefaultBinBackend | function | core/ |
Tests that the cache factory uses the correct default bin backend. |
CacheFactoryTest::testCacheFactoryWithDefaultSettings | function | core/ |
Tests that the cache factory falls back to the built-in default service. |
CacheFactoryTest::testCacheFactoryWithSpecifiedPerBinBackend | function | core/ |
Tests that the cache factory picks the correct per-bin service. |
cache_factory | service | core/ |
Drupal\Core\Cache\CacheFactory |
CancelUser::$tempStoreFactory | property | core/ |
The tempstore factory. |
ChainedFastBackendFactory | class | core/ |
Defines the chained fast cache backend factory. |
ChainedFastBackendFactory.php | file | core/ |
|
ChainedFastBackendFactory::$consistentServiceName | property | core/ |
The service name of the consistent backend factory. |
ChainedFastBackendFactory::$container | property | core/ |
The service container. |
ChainedFastBackendFactory::$fastServiceName | property | core/ |
The service name of the fast backend factory. |
ChainedFastBackendFactory::get | function | core/ |
Instantiates a chained, fast cache backend class for a given cache bin. |
ChainedFastBackendFactory::setContainer | function | core/ |
Sets the service container. |
ChainedFastBackendFactory::__construct | function | core/ |
Constructs ChainedFastBackendFactory object. |
ChainedFastBackendFactoryTest | class | core/ |
@coversDefaultClass \Drupal\Core\Cache\ChainedFastBackendFactory[[api-linebreak]] @group Cache |
ChainedFastBackendFactoryTest.php | file | core/ |
|
ChainedFastBackendFactoryTest::testDifferentServices | function | core/ |
Test if different names are provided for consistent and fast services. |
ChainedFastBackendFactoryTest::testIdenticalService | function | core/ |
Test if the same name is provided for consistent and fast services. |
CKEditor5StylesheetsMessage::$configFactory | property | core/ |
The config factory. |
ClientFactory | class | core/ |
Helper class to construct a HTTP client with Drupal specific config. |
ClientFactory.php | file | core/ |
|
ClientFactory::$stack | property | core/ |
The handler stack. |
ClientFactory::fromOptions | function | core/ |
Constructs a new client object from some configuration. |
ClientFactory::__construct | function | core/ |
Constructs a new ClientFactory instance. |
ClientFactoryTest | class | core/ |
@coversDefaultClass \Drupal\Core\Http\ClientFactory[[api-linebreak]] @group Http |
ClientFactoryTest.php | file | core/ |
|
ClientFactoryTest::$factory | property | core/ |
The client factory under test. |
ClientFactoryTest::providerTestCreateFromOptions | function | core/ |
Data provider for testCreateFromOptions. |
ClientFactoryTest::setUp | function | core/ |
|
ClientFactoryTest::testCreateFromOptions | function | core/ |
@covers ::fromOptions[[api-linebreak]] @dataProvider providerTestCreateFromOptions |
CommentAdminOverview::$tempStoreFactory | property | core/ |
The tempstore factory. |
Condition::conditionGroupFactory | function | core/ |
Creates an object holding a group of conditions. |
ConditionInterface::conditionGroupFactory | function | core/ |
Creates an object holding a group of conditions. |
config.factory | service | core/ |
Drupal\Core\Config\ConfigFactory |
ConfigEntityQueryTest::$factory | property | core/ |
The query factory used to construct all queries in the test. |
ConfigEntityStorage::$configFactory | property | core/ |
The config factory service. |
ConfigEntityStorageTest::$configFactory | property | core/ |
The config factory service. |
ConfigExistsConstraintValidator::$configFactory | property | core/ |
The config factory service. |
ConfigFactory | class | core/ |
Defines the configuration object factory. |
ConfigFactory.php | file | core/ |
|
ConfigFactory::$cache | property | core/ |
Cached configuration objects. |
ConfigFactory::$configFactoryOverrides | property | core/ |
An array of config factory override objects ordered by priority. |
ConfigFactory::$eventDispatcher | property | core/ |
An event dispatcher instance to use for configuration events. |
ConfigFactory::$storage | property | core/ |
A storage instance for reading and writing configuration data. |
ConfigFactory::$typedConfigManager | property | core/ |
The typed config manager. |
ConfigFactory::addOverride | function | core/ |
Adds config factory override services. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.