Search for factory
- Search 7.x for factory
- Search 9.5.x for factory
- Search 10.3.x for factory
- Search 11.x for factory
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
CacheFactoryTest.php | file | core/ |
|
CacheFactoryTest::testCacheFactoryWithCustomizedDefaultBackend | function | core/ |
Test that the cache factory falls back to customized default service. |
CacheFactoryTest::testCacheFactoryWithDefaultBinBackend | function | core/ |
Test that the cache factory uses the correct default bin backend. |
CacheFactoryTest::testCacheFactoryWithDefaultSettings | function | core/ |
Test that the cache factory falls back to the built-in default service. |
CacheFactoryTest::testCacheFactoryWithSpecifiedPerBinBackend | function | core/ |
Test 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::$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::__construct | function | core/ |
Constructs ChainedFastBackendFactory object. |
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 |
Color::$configFactory | property | core/ |
The configuration factory. |
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. |
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. |
ConfigFactory::clearStaticCache | function | core/ |
Clears the config factory static cache. |
ConfigFactory::createConfigObject | function | core/ |
Creates a configuration object. |
ConfigFactory::doGet | function | core/ |
Returns a configuration object for a given name. |
ConfigFactory::doLoadMultiple | function | core/ |
Returns a list of configuration objects for the given names. |
ConfigFactory::get | function | core/ |
Returns an immutable configuration object for a given name. |
ConfigFactory::getCacheKeys | function | core/ |
The cache keys associated with the state of the config factory. |
ConfigFactory::getConfigCacheKey | function | core/ |
Gets the static cache key for a given config name. |
ConfigFactory::getConfigCacheKeys | function | core/ |
Gets all the cache keys that match the provided config name. |
ConfigFactory::getEditable | function | core/ |
Returns an mutable configuration object for a given name. |
ConfigFactory::getSubscribedEvents | function | core/ |
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.