AssetFactory::applyWorkers |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
Filters an asset collection through the factory workers. |
KeyValueMemoryFactory::get |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueMemoryFactory.php |
Constructs a new key/value memory storage object for a given collection name. |
Definition::$factoryMethod |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.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. |
ConstraintValidatorFactory |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintValidatorFactory.php |
Default implementation of the ConstraintValidatorFactoryInterface. |
QueryFactory::getAggregate |
function |
drupal/core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php |
Returns a aggregation query object for a given entity type. |
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 |
Validator::$metadataFactory |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Validator.php |
|
ConfigFactory::enterContext |
function |
drupal/core/lib/Drupal/Core/Config/ConfigFactory.php |
Sets the config context by adding it to the context stack. |
ConfigFactory::leaveContext |
function |
drupal/core/lib/Drupal/Core/Config/ConfigFactory.php |
Leaves the current context by removing it from the context stack. |
ConfigFactory::getCacheKeys |
function |
drupal/core/lib/Drupal/Core/Config/ConfigFactory.php |
Gets all the cache keys that match the provided config name. |
KeyValueDatabaseFactory.php |
file |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseFactory.php |
Contains Drupal\Core\KeyValueStore\KeyValueDatabaseFactory. |
KeyValueFactory::$container |
property |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php |
var \Symfony\Component\DependencyInjection\ContainerInterface |
PluginManagerBase::$factory |
property |
drupal/core/lib/Drupal/Component/Plugin/PluginManagerBase.php |
The object that instantiates plugins managed by this manager. |
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 |
|
DatabaseBackendFactory::get |
function |
drupal/core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php |
Gets DatabaseBackend for the specified cache bin. |
DefaultFactory::__construct |
function |
drupal/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php |
Constructs a Drupal\Component\Plugin\Factory\DefaultFactory object. |
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. |
Validator::$validatorFactory |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Validator.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. |
ConfigFactory::$contextStack |
property |
drupal/core/lib/Drupal/Core/Config/ConfigFactory.php |
A stack of configuration contexts the last being the context in use. |
BlackholeMetadataFactory.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/BlackholeMetadataFactory.php |
|
Query::conditionGroupFactory |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Query.php |
Implements Drupal\Core\Entity\Query\QueryInterface::conditionGroupFactory(). |
QueryFactory::$entityManager |
property |
drupal/core/lib/Drupal/Core/Entity/Query/QueryFactory.php |
Stores the entity manager used by the query. |
KeyValueExpirableFactory.php |
file |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactory.php |
Contains Drupal\Core\KeyValueStore\KeyValueExpirableFactory. |
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. |
AsseticTokenParser::$factory |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticTokenParser.php |
|
MetadataFactoryInterface.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/MetadataFactoryInterface.php |
|
ClassMetadataFactoryTest.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.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. |
ClassMetadataFactory::$cache |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadataFactory.php |
The cache for caching class metadata |
AssetFactory::isAbsolutePath |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
|
ClassMetadataFactoryTest.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/ClassMetadataFactoryTest.php |
|
KeyValueNullExpirableFactory |
class |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueNullExpirableFactory.php |
Defines the key/value store factory for the null backend. |
KeyValueFactory::__construct |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php |
|
Query::conditionGroupFactory |
function |
drupal/core/lib/Drupal/Core/Config/Entity/Query/Query.php |
Implements \Drupal\Core\Entity\Query\QueryInterface::conditionGroupFactory(). |
QueryFactory::$configStorage |
property |
drupal/core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php |
The config storage used by the config entity query. |
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. |
RequestFactory::$requestClass |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestFactory.php |
|
CancelUser::$tempStoreFactory |
property |
drupal/core/modules/user/lib/Drupal/user/Plugin/Action/CancelUser.php |
The tempstore factory. |
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. |
FileStorageFactory::getActive |
function |
drupal/core/lib/Drupal/Core/Config/FileStorageFactory.php |
Returns a FileStorage object working with the active config directory. |
Validator::getMetadataFactory |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Validator.php |
Returns the factory for metadata instances. |
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 |
|