Search for factory
- Search 7.x for factory
- Search 9.5.x for factory
- Search 8.9.x for factory
- Search 10.3.x for factory
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
PhpMail::$configFactory | property | core/ |
The configuration factory. |
PhpMailTest::$configFactory | property | core/ |
The configuration factory. |
PhpStorageFactory | class | core/ |
Creates a php storage object. |
PhpStorageFactory.php | file | core/ |
|
PhpStorageFactory::get | function | core/ |
Instantiates a storage for generated PHP code. |
PhpStorageFactoryTest | class | core/ |
Tests the PHP storage factory. |
PhpStorageFactoryTest.php | file | core/ |
|
PhpStorageFactoryTest::setSettings | function | core/ |
Sets the Settings() singleton. |
PhpStorageFactoryTest::setUp | function | core/ |
|
PhpStorageFactoryTest::testGetDefault | function | core/ |
Tests the get() method using the 'default' settings. |
PhpStorageFactoryTest::testGetNoSettings | function | core/ |
Tests the get() method with no settings. |
PhpStorageFactoryTest::testGetOverride | function | core/ |
Tests the get() method with overridden settings. |
PhpTuf\ComposerStager\API\Path\Factory\PathFactoryInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Path\Factory\PathFactory |
PhpTuf\ComposerStager\API\Path\Factory\PathListFactoryInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Path\Factory\PathListFactory |
PhpTuf\ComposerStager\API\Process\Factory\ProcessFactoryInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Process\Factory\ProcessFactory |
PhpTuf\ComposerStager\API\Translation\Factory\TranslatableFactoryInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Translation\Factory\TranslatableFactory |
PhpTuf\ComposerStager\Internal\Process\Factory\SymfonyProcessFactoryInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Process\Factory\SymfonyProcessFactory |
PluginFormFactory | class | core/ |
Provides form discovery capabilities for plugins. |
PluginFormFactory.php | file | core/ |
|
PluginFormFactory::$classResolver | property | core/ |
The class resolver. |
PluginFormFactory::createInstance | function | core/ |
Creates a new form instance. |
PluginFormFactory::__construct | function | core/ |
PluginFormFactory constructor. |
PluginFormFactoryInterface | interface | core/ |
Provides an interface for retrieving form objects for plugins. |
PluginFormFactoryInterface.php | file | core/ |
|
PluginFormFactoryInterface::createInstance | function | core/ |
Creates a new form instance. |
PluginFormFactoryTest | class | core/ |
Tests Drupal\Core\Plugin\PluginFormFactory. |
PluginFormFactoryTest.php | file | core/ |
|
PluginFormFactoryTest::$classResolver | property | core/ |
The class resolver. |
PluginFormFactoryTest::$manager | property | core/ |
The manager being tested. |
PluginFormFactoryTest::setUp | function | core/ |
|
PluginFormFactoryTest::testCreateInstance | function | core/ |
Tests create instance. |
PluginFormFactoryTest::testCreateInstanceDefaultFallback | function | core/ |
Tests create instance default fallback. |
PluginFormFactoryTest::testCreateInstanceDefinitionException | function | core/ |
Tests create instance definition exception. |
PluginFormFactoryTest::testCreateInstanceInvalidException | function | core/ |
Tests create instance invalid exception. |
PluginFormFactoryTest::testCreateInstancePluginAware | function | core/ |
Tests create instance plugin aware. |
PluginFormFactoryTest::testCreateInstanceUsingPlugin | function | core/ |
Tests create instance using plugin. |
PluginFormFactoryTest::testCreateInstanceUsingPluginWithSlashes | function | core/ |
Tests create instance using plugin with slashes. |
PluginManagerBase::$factory | property | core/ |
The object that instantiates plugins managed by this manager. |
PluginManagerBase::getFactory | function | core/ |
Gets the plugin factory. |
PluginManagerBaseTest::getMockFactoryInterface | function | core/ |
Generates a mocked FactoryInterface object with known properties. |
plugin_form.factory | service | core/ |
Drupal\Core\Plugin\PluginFormFactory |
PrivateTempStoreFactory | class | core/ |
Creates a PrivateTempStore object for a given collection. |
PrivateTempStoreFactory.php | file | core/ |
|
PrivateTempStoreFactory::$currentUser | property | core/ |
The current user. |
PrivateTempStoreFactory::$expire | property | core/ |
The time to live for items in seconds. |
PrivateTempStoreFactory::$lockBackend | property | core/ |
The lock object used for this data. |
PrivateTempStoreFactory::$requestStack | property | core/ |
The request stack. |
PrivateTempStoreFactory::$storageFactory | property | core/ |
The storage factory creating the backend to store the data. |
PrivateTempStoreFactory::get | function | core/ |
Creates a PrivateTempStore. |
PrivateTempStoreFactory::__construct | function | core/ |
Constructs a Drupal\Core\TempStore\PrivateTempStoreFactory object. |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.