Search for factory

  1. Search 7.x for factory
  2. Search 9.5.x for factory
  3. Search 10.3.x for factory
  4. Search 11.x for factory
  5. Other projects
Title Object type File name Summary
PluginFormFactoryTest::$manager property core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php The manager being tested.
PluginFormFactoryTest::setUp function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php
PluginFormFactoryTest::testCreateInstance function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance[[api-linebreak]]
PluginFormFactoryTest::testCreateInstanceDefaultFallback function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance[[api-linebreak]]
PluginFormFactoryTest::testCreateInstanceDefinitionException function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance[[api-linebreak]]
PluginFormFactoryTest::testCreateInstanceInvalidException function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance[[api-linebreak]]
PluginFormFactoryTest::testCreateInstancePluginAware function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance[[api-linebreak]]
PluginFormFactoryTest::testCreateInstanceUsingPlugin function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance[[api-linebreak]]
PluginFormFactoryTest::testCreateInstanceUsingPluginWithSlashes function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance[[api-linebreak]]
PluginManagerBase::$factory property core/lib/Drupal/Component/Plugin/PluginManagerBase.php The object that instantiates plugins managed by this manager.
PluginManagerBase::getFactory function core/lib/Drupal/Component/Plugin/PluginManagerBase.php Gets the plugin factory.
PluginManagerBaseTest::getMockFactoryInterface function core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php Generates a mocked FactoryInterface object with known properties.
plugin_form.factory service core/core.services.yml Drupal\Core\Plugin\PluginFormFactory
PrivateTempStoreFactory class core/modules/user/src/PrivateTempStoreFactory.php Creates a PrivateTempStore object for a given collection.
PrivateTempStoreFactory class core/lib/Drupal/Core/TempStore/PrivateTempStoreFactory.php Creates a PrivateTempStore object for a given collection.
PrivateTempStoreFactory.php file core/lib/Drupal/Core/TempStore/PrivateTempStoreFactory.php
PrivateTempStoreFactory.php file core/modules/user/src/PrivateTempStoreFactory.php
PrivateTempStoreFactory::$currentUser property core/lib/Drupal/Core/TempStore/PrivateTempStoreFactory.php The current user.
PrivateTempStoreFactory::$expire property core/lib/Drupal/Core/TempStore/PrivateTempStoreFactory.php The time to live for items in seconds.
PrivateTempStoreFactory::$lockBackend property core/lib/Drupal/Core/TempStore/PrivateTempStoreFactory.php The lock object used for this data.
PrivateTempStoreFactory::$requestStack property core/lib/Drupal/Core/TempStore/PrivateTempStoreFactory.php The request stack.
PrivateTempStoreFactory::$storageFactory property core/lib/Drupal/Core/TempStore/PrivateTempStoreFactory.php The storage factory creating the backend to store the data.
PrivateTempStoreFactory::get function core/lib/Drupal/Core/TempStore/PrivateTempStoreFactory.php Creates a PrivateTempStore.
PrivateTempStoreFactory::get function core/modules/user/src/PrivateTempStoreFactory.php Creates a PrivateTempStore.
PrivateTempStoreFactory::__construct function core/lib/Drupal/Core/TempStore/PrivateTempStoreFactory.php Constructs a Drupal\Core\TempStore\PrivateTempStoreFactory object.
ProcessedText::configFactory function core/modules/filter/src/Element/ProcessedText.php Wraps the config factory.
psr7.http_foundation_factory service core/core.services.yml Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory
psr7.http_message_factory service core/core.services.yml Symfony\Bridge\PsrHttpMessage\Factory\DiactorosFactory
Psr7RequestValueResolver::$httpMessageFactory property core/lib/Drupal/Core/Controller/ArgumentResolver/Psr7RequestValueResolver.php The PSR-7 converter.
PsrResponseSubscriber::$httpFoundationFactory property core/lib/Drupal/Core/EventSubscriber/PsrResponseSubscriber.php The httpFoundation factory.
PsrResponseSubscriberTest::$httpFoundationFactoryMock property core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php The tested path root subscriber.
Query::$configFactory property core/lib/Drupal/Core/Config/Entity/Query/Query.php The config factory used by the config entity query.
Query::$keyValueFactory property core/lib/Drupal/Core/Config/Entity/Query/Query.php The key value factory.
Query::$keyValueFactory property core/lib/Drupal/Core/Entity/KeyValueStore/Query/Query.php The key value factory.
Query::conditionAggregateGroupFactory function core/lib/Drupal/Core/Entity/Query/Null/Query.php
QueryAggregate::conditionAggregateGroupFactory function core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php
QueryAggregateInterface::conditionAggregateGroupFactory function core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php Creates an object holding a group of conditions.
QueryBase::conditionGroupFactory function core/lib/Drupal/Core/Entity/Query/QueryBase.php Creates an object holding a group of conditions.
QueryConditionTrait::conditionGroupFactory function core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php
QueryFactory class core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php Provides a factory for creating entity query objects for the config backend.
QueryFactory class core/lib/Drupal/Core/Entity/Query/Sql/QueryFactory.php Factory class creating entity query objects for the SQL backend.
QueryFactory class core/lib/Drupal/Core/Entity/Query/Sql/pgsql/QueryFactory.php PostgreSQL specific entity query implementation.
QueryFactory class core/lib/Drupal/Core/Entity/Query/Null/QueryFactory.php Provides a factory for creating entity query objects for the null backend.
QueryFactory class core/lib/Drupal/Core/Entity/KeyValueStore/Query/QueryFactory.php Provides a factory for creating the key value entity query.
QueryFactory class core/lib/Drupal/Core/Entity/Query/QueryFactory.php Factory class Creating entity query objects.
QueryFactory class core/modules/workspaces/src/EntityQuery/QueryFactory.php Workspaces-specific entity query implementation.
QueryFactory.php file core/lib/Drupal/Core/Entity/Query/QueryFactory.php
QueryFactory.php file core/modules/workspaces/src/EntityQuery/QueryFactory.php
QueryFactory.php file core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php
QueryFactory.php file core/lib/Drupal/Core/Entity/Query/Sql/QueryFactory.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.