KeyValueFactory::get |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php |
Constructs a new key/value store for a given collection name. |
TypedDataFactory.php |
file |
drupal/core/lib/Drupal/Core/TypedData/TypedDataFactory.php |
Definition of Drupal\Core\TypedData\TypedDataFactory. |
AssetFactoryTest.php |
file |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/AssetFactoryTest.php |
|
AssetFactory::$debug |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
|
AssetFactory::isDebug |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
Checks if the factory is in debug mode. |
PhpStorageFactory.php |
file |
drupal/core/lib/Drupal/Component/PhpStorage/PhpStorageFactory.php |
Definition of Drupal\Component\PhpStorage\PhpStorageFactory. |
TempStoreFactory::get |
function |
drupal/core/modules/user/lib/Drupal/user/TempStoreFactory.php |
Creates a TempStore for the current user or anonymous session. |
AssetFactoryTest::$am |
property |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/AssetFactoryTest.php |
|
AssetFactoryTest::$fm |
property |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/AssetFactoryTest.php |
|
ReflectionFactory.php |
file |
drupal/core/lib/Drupal/Component/Plugin/Factory/ReflectionFactory.php |
Definition of Drupal\Component\Plugin\Factory\ReflectionFactory. |
FileTransfer::factory |
function |
drupal/core/lib/Drupal/Core/FileTransfer/FileTransfer.php |
Defines a factory method for this class. |
KeyValueMemoryFactory |
class |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueMemoryFactory.php |
Defines the key/value store factory for the database backend. |
AssetFactory::$output |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
|
AssetFactory::$workers |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
|
AssetFactory::setDebug |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
Sets debug mode for the current factory. |
RequestFactory::create |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestFactory.php |
Create a new request based on the HTTP method |
PhpStorageFactory::get |
function |
drupal/core/lib/Drupal/Component/PhpStorage/PhpStorageFactory.php |
Instantiates a storage controller for generated PHP code. |
RequestFactoryInterface |
interface |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestFactoryInterface.php |
Request factory used to create HTTP requests |
Client::$requestFactory |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php |
|
AssetFactory::addWorker |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
Adds a factory worker. |
AssetFactory::getFilter |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
|
KeyValueDatabaseFactory |
class |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseFactory.php |
Defines the key/value store factory for the database backend. |
AssetFactoryTest::setUp |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/AssetFactoryTest.php |
|
ConfigFactory::$storage |
property |
drupal/core/lib/Drupal/Core/Config/ConfigFactory.php |
A storage controller instance for reading and writing configuration data. |
AssetFactory::parseInput |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
Parses an input string string into an asset. |
KeyValueExpirableFactory |
class |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactory.php |
Defines the key/value store factory. |
ClassMetadataFactoryTest |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
|
TestClassMetadataFactory |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
|
KeyValueFactory::$stores |
property |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php |
Instantiated stores, keyed by collection name. |
ClassMetadataFactory.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php |
|
QueryFactory::$container |
property |
drupal/core/lib/Drupal/Core/Entity/Query/QueryFactory.php |
var \Symfony\Component\DependencyInjection\ContainerInterface |
AssetFactory::__construct |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
Constructor. |
AssetFactory::createAsset |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
Creates a new asset. |
MockFileTransfer::factory |
function |
drupal/core/modules/update/tests/modules/update_test/lib/Drupal/update_test/MockFileTransfer.php |
Returns a Drupal\update_test\MockFileTransfer object. |
AssetFactory::findRootDir |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
Loops through the root directories and returns the first match. |
Client::setRequestFactory |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php |
Set the request factory to use with the client when creating requests |
EntityQueryTest::$factory |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
|
CacheFactory::getBackends |
function |
drupal/core/lib/Drupal/Core/Cache/CacheFactory.php |
Returns a list of cache backends for this site. |
RequestFactory::$instance |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestFactory.php |
|
RequestFactory::fromParts |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestFactory.php |
Create a request from URL parts as returned from parse_url() |
StorageTestBase::$factory |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php |
Whether we are using an expirable key/value store. |
Definition::$factoryClass |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
|
QueryFactory::__construct |
function |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/QueryFactory.php |
|
KeyValueMemoryFactory.php |
file |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueMemoryFactory.php |
Contains Drupal\Core\KeyValueStore\KeyValueMemoryFactory. |
MockFileTransfer::factory |
function |
drupal/core/modules/system/tests/modules/system_test/lib/Drupal/system_test/MockFileTransfer.php |
Returns a Drupal\system_test\MockFileTransfer object. |
QueryFactory::__construct |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryFactory.php |
|
TestFileTransfer::factory |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/TestFileTransfer.php |
Defines a factory method for this class. |
AssetFactory::applyWorkers |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
Filters an asset collection through the factory workers. |
AsseticExtension::$factory |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php |
|
AssetFactoryTest::$factory |
property |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/AssetFactoryTest.php |
|