Definition::$factoryMethod |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
|
KeyValueMemoryFactory::get |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueMemoryFactory.php |
Constructs a new key/value memory storage object for a given collection name. |
ConfigFactory::__construct |
function |
drupal/core/lib/Drupal/Core/Config/ConfigFactory.php |
Constructs the Config factory. |
LazyAssetManager::$factory |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php |
|
DefaultFactory::$discovery |
property |
drupal/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php |
The object that retrieves the definitions of the plugins that this factory instantiates. |
RequestFactory::getInstance |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestFactory.php |
Get a cached instance of the default request factory |
RequestFactory::fromMessage |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestFactory.php |
Create a new request based on an HTTP message |
RequestFactoryInterface.php |
file |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestFactoryInterface.php |
|
Definition::$factoryService |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
|
Definition::setFactoryClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Sets the name of the class that acts as a factory using the factory method,
which will be invoked statically. |
Definition::getFactoryClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Gets the factory class. |
KeyValueFactory::$container |
property |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php |
var \Symfony\Component\DependencyInjection\ContainerInterface |
KeyValueDatabaseFactory.php |
file |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseFactory.php |
Contains Drupal\Core\KeyValueStore\KeyValueDatabaseFactory. |
PluginManagerBase::$factory |
property |
drupal/core/lib/Drupal/Component/Plugin/PluginManagerBase.php |
The object that instantiates plugins managed by this manager. |
DefaultFactory::__construct |
function |
drupal/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php |
Constructs a Drupal\Component\Plugin\Factory\DefaultFactory object. |
AsseticTokenParser::$factory |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticTokenParser.php |
|
AssetFactory::isAbsolutePath |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
|
ClassMetadataFactoryTest.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
|
KeyValueDatabaseFactory::get |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseFactory.php |
Constructs a new key/value database storage object for a given collection name. |
AssetFactoryTest::testFilter |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/AssetFactoryTest.php |
|
FromConfigInterface::factory |
function |
drupal/core/vendor/guzzle/common/Guzzle/Common/FromConfigInterface.php |
Static factory method used to turn an array or collection of configuration data into an instantiated object. |
Definition::setFactoryMethod |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Sets the factory method able to create an instance of this class. |
Definition::getFactoryMethod |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Gets the factory method. |
Query::conditionGroupFactory |
function |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Query.php |
Implements Drupal\Core\Entity\Query\QueryInterface::conditionGroupFactory(). |
KeyValueFactory::__construct |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php |
|
AbstractClassMetadataFactory |
class |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
The ClassMetadataFactory is used to create ClassMetadata objects that contain all the
metadata mapping informations of a class which describes how a class should be mapped
to a relational database. |
KeyValueExpirableFactory.php |
file |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactory.php |
Contains Drupal\Core\KeyValueStore\KeyValueExpirableFactory. |
AssetFactory::getAssetManager |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
Returns the current asset manager. |
AssetFactory::setAssetManager |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
Sets the asset manager to use when creating asset references. |
AssetFactory::createHttpAsset |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
|
AssetFactory::createGlobAsset |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
|
AssetFactory::createFileAsset |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
|
WidgetFactory::createInstance |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetFactory.php |
Overrides Drupal\Component\Plugin\Factory\DefaultFactory::createInstance(). |
TempStoreFactory::$connection |
property |
drupal/core/modules/user/lib/Drupal/user/TempStoreFactory.php |
The connection object used for this data. |
TempStoreFactory::__construct |
function |
drupal/core/modules/user/lib/Drupal/user/TempStoreFactory.php |
Constructs a Drupal\user\TempStoreFactory object. |
RequestFactory::$requestClass |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestFactory.php |
|
BadResponseException::factory |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Exception/BadResponseException.php |
Factory method to create a new response exception based on the response code. |
KeyValueExpirableFactory::get |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactory.php |
Constructs a new expirable key/value store for a given collection name. |
AssetFactoryTest::getHttpUrls |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/AssetFactoryTest.php |
|
AssetFactoryTest::testWorkers |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/AssetFactoryTest.php |
|
Definition::setFactoryService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Sets the name of the service that acts as a factory using the factory method. |
Definition::getFactoryService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Gets the factory service id. |
BootstrapConfigStorageFactory |
class |
drupal/core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php |
Defines a factory for retrieving the config storage used pre-kernel. |
AssetFactory::setDefaultOutput |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
Sets the default output string. |
AssetFactory::getFilterManager |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
Returns the current filter manager. |
AssetFactory::setFilterManager |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
Sets the filter manager to use when adding filters. |
AsseticFilterInvoker::$factory |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterInvoker.php |
|
AsseticExtensionTest::$factory |
property |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Extension/Twig/AsseticExtensionTest.php |
|
TempStoreFactory::$lockBackend |
property |
drupal/core/modules/user/lib/Drupal/user/TempStoreFactory.php |
The lock object used for this data. |
BasePhpFormulaLoader::$factory |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/BasePhpFormulaLoader.php |
|