MappingDefinitionTest.php |
file |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/MappingDefinitionTest.php |
Definition of Drupal\rdf\Tests\MappingDefinitionTest. |
Definition::$factoryClass |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
|
Definition::$configurator |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
|
Definition::setProperties |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
@api |
Definition::getProperties |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
@api |
Definition::addMethodCall |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Adds a method to call after service initialization. |
Definition::hasMethodCall |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Check if the current definition has a given method to call after service initialization. |
PluginBase::getDefinition |
function |
drupal/core/lib/Drupal/Component/Plugin/PluginBase.php |
Implements Drupal\Component\Plugin\PluginInterface::getDefinition(). |
Definition::$factoryMethod |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
|
Definition::setMethodCalls |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Sets the methods to call after service initialization. |
Definition::getMethodCalls |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Gets the methods to call after service initialization. |
FieldInstance::$definition |
property |
drupal/core/modules/field/lib/Drupal/field/FieldInstance.php |
The instance definition, as read from configuration storage. |
CheckDefinitionValidityPass |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php |
This pass validates each definition individually only taking the information
into account which is contained in the definition itself. |
Definition::$factoryService |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
|
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. |
Definition::replaceArgument |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Sets a specific argument |
Definition::setConfigurator |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Sets a configurator to call after the service is fully initialized. |
Definition::getConfigurator |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Gets the configurator to call after the service is fully initialized. |
DefinitionDecoratorTest.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionDecoratorTest.php |
|
RemoveUnusedDefinitionsPass |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php |
Removes unused service definitions from the container. |
views_get_plugin_definitions |
function |
drupal/core/modules/views/views.module |
Gets all the views plugin definitions. |
image_effect_definition_load |
function |
drupal/core/modules/image/image.module |
Load the definition for an image effect. |
DefinitionDecorator::$parent |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/DefinitionDecorator.php |
|
DefinitionDecorator::setFile |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/DefinitionDecorator.php |
@api |
CacheDecorator::$definitions |
property |
drupal/core/lib/Drupal/Core/Plugin/Discovery/CacheDecorator.php |
The plugin definitions of the decorated discovery class. |
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. |
HookDiscovery::getDefinition |
function |
drupal/core/lib/Drupal/Core/Plugin/Discovery/HookDiscovery.php |
Implements Drupal\Component\Plugin\Discovery\DicoveryInterface::getDefinition(). |
Definition::removeMethodCall |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Removes a method to call after service initialization. |
EntityManager::getDefinition |
function |
drupal/core/lib/Drupal/Core/Entity/EntityManager.php |
Overrides Drupal\Component\Plugin\PluginManagerBase::getDefinition(). |
DefinitionTest::testClearTag |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php |
@covers Symfony\Component\DependencyInjection\Definition::clearTags |
Field::getPropertyDefinition |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Delegate. |
InlineServiceDefinitionsPass |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php |
Inline service definitions where this is possible. |
RemoveAbstractDefinitionsPass |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php |
Removes abstract Definitions |
ViewUI::getPropertyDefinition |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\TypedData\ComplexDataInterface::getPropertyDefinition(). |
DefinitionDecorator::$changes |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/DefinitionDecorator.php |
|
DefinitionDecorator::setClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/DefinitionDecorator.php |
@api |
AlterDecorator::getDefinition |
function |
drupal/core/lib/Drupal/Core/Plugin/Discovery/AlterDecorator.php |
Implements Drupal\Component\Plugin\Discovery\DiscoveryInterface::getDefinition(). |
CacheDecorator::getDefinition |
function |
drupal/core/lib/Drupal/Core/Plugin/Discovery/CacheDecorator.php |
Implements Drupal\Component\Plugin\Discovery\DicoveryInterface::getDefinition(). |
Definition::setFactoryService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Sets the name of the service that acts as a factory using the factory method. |
Definition::getFactoryService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Gets the factory service id. |
HookDiscovery::getDefinitions |
function |
drupal/core/lib/Drupal/Core/Plugin/Discovery/HookDiscovery.php |
Implements Drupal\Component\Plugin\Discovery\DicoveryInterface::getDefinitions(). |
DefinitionTest::testArguments |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php |
@covers Symfony\Component\DependencyInjection\Definition::setArguments
@covers Symfony\Component\DependencyInjection\Definition::getArguments
@covers Symfony\Component\DependencyInjection\Definition::addArgument |
EntityManager::getDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/EntityManager.php |
Overrides Drupal\Component\Plugin\PluginManagerBase::getDefinitions(). |
DefinitionTest::testClearTags |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php |
@covers Symfony\Component\DependencyInjection\Definition::clearTags |
Field::getPropertyDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Delegate. |
Entity::getPropertyDefinition |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements ComplexDataInterface::getPropertyDefinition(). |
StaticDiscovery::$definitions |
property |
drupal/core/lib/Drupal/Component/Plugin/Discovery/StaticDiscovery.php |
The array of plugin definitions, keyed by plugin id. |
XmlFileLoader::parseDefinition |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php |
Parses an individual Definition |