Search for deriver

  1. Search 7.x for deriver
  2. Search 8.9.x for deriver
  3. Search 10.3.x for deriver
  4. Search 11.x for deriver
  5. Other projects
Title Object type File name Summary
ConfigEntityAdapterTest::testEntityDeriver function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php @covers \Drupal\Core\Entity\Plugin\DataType\Deriver\EntityDeriver::getDerivativeDefinitions[[api-linebreak]]
ContainerDerivativeDiscoveryDecorator::getDeriver function core/lib/Drupal/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecorator.php Gets a deriver for a base plugin.
ContainerDeriverInterface interface core/lib/Drupal/Core/Plugin/Discovery/ContainerDeriverInterface.php Creates additional plugin definitions.
ContainerDeriverInterface.php file core/lib/Drupal/Core/Plugin/Discovery/ContainerDeriverInterface.php
ContainerDeriverInterface::create function core/lib/Drupal/Core/Plugin/Discovery/ContainerDeriverInterface.php Creates a new class instance.
D6TermNodeDeriver class core/modules/taxonomy/src/Plugin/migrate/D6TermNodeDeriver.php Deriver for Drupal 6 term node migrations based on vocabularies.
D6TermNodeDeriver.php file core/modules/taxonomy/src/Plugin/migrate/D6TermNodeDeriver.php
D6TermNodeDeriver::$basePluginId property core/modules/taxonomy/src/Plugin/migrate/D6TermNodeDeriver.php The base plugin ID this derivative is for.
D6TermNodeDeriver::$migrationPluginManager property core/modules/taxonomy/src/Plugin/migrate/D6TermNodeDeriver.php The migration plugin manager.
D6TermNodeDeriver::create function core/modules/taxonomy/src/Plugin/migrate/D6TermNodeDeriver.php Creates a new class instance.
D6TermNodeDeriver::getDerivativeDefinitions function core/modules/taxonomy/src/Plugin/migrate/D6TermNodeDeriver.php Gets the definition of all derivatives of a base plugin.
D6TermNodeDeriver::__construct function core/modules/taxonomy/src/Plugin/migrate/D6TermNodeDeriver.php D6TermNodeDeriver constructor.
D7TaxonomyTermDeriver class core/modules/taxonomy/src/Plugin/migrate/D7TaxonomyTermDeriver.php Deriver for Drupal 7 taxonomy term migrations based on vocabularies.
D7TaxonomyTermDeriver.php file core/modules/taxonomy/src/Plugin/migrate/D7TaxonomyTermDeriver.php
D7TaxonomyTermDeriver::$basePluginId property core/modules/taxonomy/src/Plugin/migrate/D7TaxonomyTermDeriver.php The base plugin ID this derivative is for.
D7TaxonomyTermDeriver::$fieldDiscovery property core/modules/taxonomy/src/Plugin/migrate/D7TaxonomyTermDeriver.php The migration field discovery service.
D7TaxonomyTermDeriver::create function core/modules/taxonomy/src/Plugin/migrate/D7TaxonomyTermDeriver.php Creates a new class instance.
D7TaxonomyTermDeriver::getDerivativeDefinitions function core/modules/taxonomy/src/Plugin/migrate/D7TaxonomyTermDeriver.php Gets the definition of all derivatives of a base plugin.
D7TaxonomyTermDeriver::__construct function core/modules/taxonomy/src/Plugin/migrate/D7TaxonomyTermDeriver.php D7TaxonomyTermDeriver constructor.
DefaultSelectionDeriver class core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php Provides derivative plugins for the DefaultSelection plugin.
DefaultSelectionDeriver.php file core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php
DefaultSelectionDeriver::$entityTypeManager property core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php The entity type manager.
DefaultSelectionDeriver::create function core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php Creates a new class instance.
DefaultSelectionDeriver::getDerivativeDefinitions function core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php Gets the definition of all derivatives of a base plugin.
DefaultSelectionDeriver::__construct function core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php Creates a DefaultSelectionDeriver object.
DerivablePluginDefinitionInterface::getDeriver function core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php Gets the name of the deriver of this plugin definition, if it exists.
DerivablePluginDefinitionInterface::setDeriver function core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php Sets the deriver of this plugin definition.
DerivativeDiscoveryDecorator::$derivers property core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Plugin derivers.
DerivativeDiscoveryDecorator::getDeriver function core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Gets a deriver for a base plugin.
DerivativeDiscoveryDecorator::getDeriverClass function core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Gets the deriver class name from the base plugin definition.
DerivativeDiscoveryDecoratorTest::testGetDeriverClassWithClassedDefinitions function core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php Tests getDeriverClass with classed objects instead of arrays.
DerivativeDiscoveryDecoratorTest::testGetDeriverClassWithInvalidClassedDefinitions function core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php @covers ::getDeriverClass[[api-linebreak]]
DeriverBase class core/lib/Drupal/Component/Plugin/Derivative/DeriverBase.php Provides a basic deriver.
DeriverBase.php file core/lib/Drupal/Component/Plugin/Derivative/DeriverBase.php
DeriverBase::$derivatives property core/lib/Drupal/Component/Plugin/Derivative/DeriverBase.php List of derivative definitions.
DeriverBase::getDerivativeDefinition function core/lib/Drupal/Component/Plugin/Derivative/DeriverBase.php Gets the definition of a derivative plugin.
DeriverBase::getDerivativeDefinitions function core/lib/Drupal/Component/Plugin/Derivative/DeriverBase.php Gets the definition of all derivatives of a base plugin.
DeriverInterface interface core/lib/Drupal/Component/Plugin/Derivative/DeriverInterface.php Provides additional plugin definitions based on an existing definition.
DeriverInterface.php file core/lib/Drupal/Component/Plugin/Derivative/DeriverInterface.php
DeriverInterface::getDerivativeDefinition function core/lib/Drupal/Component/Plugin/Derivative/DeriverInterface.php Gets the definition of a derivative plugin.
DeriverInterface::getDerivativeDefinitions function core/lib/Drupal/Component/Plugin/Derivative/DeriverInterface.php Gets the definition of all derivatives of a base plugin.
EntityActionDeriverBase class core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php Provides a base action for each entity type with specific interfaces.
EntityActionDeriverBase.php file core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php
EntityActionDeriverBase::$entityTypeManager property core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php The entity type manager.
EntityActionDeriverBase::create function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php Creates a new class instance.
EntityActionDeriverBase::getApplicableEntityTypes function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php Gets a list of applicable entity types.
EntityActionDeriverBase::getDerivativeDefinitions function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php Gets the definition of all derivatives of a base plugin.
EntityActionDeriverBase::isApplicable function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php Indicates whether the deriver can be used for the provided entity type.
EntityActionDeriverBase::__construct function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php Constructs a new EntityActionDeriverBase object.
EntityChangedActionDeriver class core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityChangedActionDeriver.php Provides an action deriver that finds entity types of EntityChangedInterface.

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