ClassMetadataFactoryTest::$cmf |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
|
LazyAssetManagerTest::$factory |
property |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/LazyAssetManagerTest.php |
|
DefaultFactory::createInstance |
function |
drupal/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php |
Implements Drupal\Component\Plugin\Factory\FactoryInterface::createInstance(). |
DefaultFactory::getPluginClass |
function |
drupal/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php |
Finds the class relevant for a given plugin. |
RequestFactoryInterface::create |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestFactoryInterface.php |
Create a new request based on the HTTP method |
AssetFactory::generateAssetName |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
|
BarClassFactory::createBarClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/interfaces2.php |
|
ClassMetadataFactoryTest::setUp |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
|
FactoryTest::testDefaultFactory |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/FactoryTest.php |
Test that DefaultFactory can create a plugin instance. |
ConfigFactory::$eventDispatcher |
property |
drupal/core/lib/Drupal/Core/Config/ConfigFactory.php |
An event dispatcher instance to use for configuration events. |
FormatterFactory::createInstance |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Formatter/FormatterFactory.php |
Overrides Drupal\Component\Plugin\Factory\DefaultFactory::createInstance(). |
AsseticFilterInvoker::getFactory |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterInvoker.php |
|
TypedDataFactory::createInstance |
function |
drupal/core/lib/Drupal/Core/TypedData/TypedDataFactory.php |
Implements Drupal\Component\Plugin\Factory\FactoryInterface::createInstance(). |
KeyValueDatabaseExpirableFactory |
class |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseExpirableFactory.php |
Defines the key/value store factory for the database backend. |
AbstractClassMetadataFactory.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
|
FactoryInterface::createInstance |
function |
drupal/core/lib/Drupal/Component/Plugin/Factory/FactoryInterface.php |
Returns a preconfigured instance of a plugin. |
ObjectManager::getMetadataFactory |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php |
Gets the metadata factory used to gather the metadata of classes. |
BootstrapConfigStorageFactory.php |
file |
drupal/core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php |
Contains Drupal\Core\Config\BootstrapConfigStorageFactory. |
TestClassMetadataFactory::$driver |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
|
ClassMetadataFactory::isTransient |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php |
Whether the class with the specified name should have its metadata loaded.
This is only the case if it is either mapped directly or as a
MappedSuperclass. |
ReflectionFactory::createInstance |
function |
drupal/core/lib/Drupal/Component/Plugin/Factory/ReflectionFactory.php |
Implements Drupal\Component\Plugin\Factory\FactoryInterface::createInstance(). |
RequestFactoryInterface::fromParts |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestFactoryInterface.php |
Create a request from URL parts as returned from parse_url() |
AssetFactory::createAssetReference |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
|
AssetFactoryTest::testWorkerReturn |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/AssetFactoryTest.php |
|
TestClassMetadataFactory::isEntity |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
Checks whether the class metadata is an entity. |
FactoryTest::testReflectionFactory |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/FactoryTest.php |
Test that the Reflection factory can create a plugin instance. |
ClientInterface::setRequestFactory |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/ClientInterface.php |
Set the request factory to use with the client when creating requests |
BootstrapConfigStorageFactory::get |
function |
drupal/core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php |
Returns a configuration storage implementation. |
AssetFactory::createAssetCollection |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
|
PhpStorageTestBase::$storageFactory |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/PhpStorage/PhpStorageTestBase.php |
The storage factory object. |
AssetFactoryTest::testInvalidFilter |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/AssetFactoryTest.php |
|
AssetFactoryTest::testNestedFormula |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/AssetFactoryTest.php |
|
TestClassMetadataFactory::$metadata |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
|
TestClassMetadataFactory::getDriver |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
Return the mapping driver implementation. |
RequestFactoryInterface::fromMessage |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestFactoryInterface.php |
Create a new request based on an HTTP message |
KeyValueDatabaseFactory::__construct |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseFactory.php |
Constructs this factory object. |
DefinitionDecorator::setFactoryClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/DefinitionDecorator.php |
@api |
TempStoreDatabaseTest::$storeFactory |
property |
drupal/core/modules/user/lib/Drupal/user/Tests/TempStoreDatabaseTest.php |
A key/value store factory. |
TestClassMetadataFactory::initialize |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
Lazy initialization of this stuff, especially the metadata driver,
since these are not needed at all when a metadata cache is active. |
ClassMetadataFactory::getAllMetadata |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php |
Forces the factory to load the metadata of all classes known to the underlying
mapping driver. |
ClassMetadataFactory::getMetadataFor |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php |
Gets the class metadata descriptor for a class. |
ClassMetadataFactory::hasMetadataFor |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php |
Checks whether the factory has the metadata for a class loaded already. |
ClassMetadataFactory::setMetadataFor |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php |
Sets the metadata descriptor for a specific class. |
KeyValueDatabaseExpirableFactory.php |
file |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseExpirableFactory.php |
Contains Drupal\Core\KeyValueStore\KeyValueDatabaseExpirableFactory. |
AssetFactoryTest::testNoFilterManager |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/AssetFactoryTest.php |
|
AssetFactoryTest::testCreateHttpAsset |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/AssetFactoryTest.php |
@dataProvider getHttpUrls |
AssetFactoryTest::testCreateFileAsset |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/AssetFactoryTest.php |
|
AssetFactoryTest::testCreateGlobAsset |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/AssetFactoryTest.php |
|
DefinitionDecorator::setFactoryMethod |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/DefinitionDecorator.php |
@api |
KeyValueDatabaseExpirableFactory::get |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseExpirableFactory.php |
Constructs a new key/value expirable database storage object for a given
collection name. |