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
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.
DefaultWizardDeriver class core/modules/views/src/Plugin/Derivative/DefaultWizardDeriver.php A derivative class which provides automatic wizards for all base tables.
DefaultWizardDeriver.php file core/modules/views/src/Plugin/Derivative/DefaultWizardDeriver.php
DefaultWizardDeriver::getDerivativeDefinitions function core/modules/views/src/Plugin/Derivative/DefaultWizardDeriver.php Gets the definition of all derivatives of a base plugin.
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
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.
DrupalAspectsOfCKEditor5Plugin::$deriver property core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php The CKEditor 5 plugin deriver class.
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.
EntityChangedActionDeriver.php file core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityChangedActionDeriver.php
EntityChangedActionDeriver::isApplicable function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityChangedActionDeriver.php Indicates whether the deriver can be used for the provided entity type.
EntityDeleteActionDeriver class core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityDeleteActionDeriver.php Provides an action deriver that finds entity types with delete form.
EntityDeleteActionDeriver.php file core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityDeleteActionDeriver.php
EntityDeleteActionDeriver::getDerivativeDefinitions function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityDeleteActionDeriver.php Gets the definition of all derivatives of a base plugin.
EntityDeleteActionDeriver::isApplicable function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityDeleteActionDeriver.php Indicates whether the deriver can be used for the provided entity type.
EntityDeriver class core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php Provides data type plugins for each existing entity type and bundle.
EntityDeriver class core/modules/rest/src/Plugin/Deriver/EntityDeriver.php Provides a resource plugin definition for every entity type.
EntityDeriver.php file core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php
EntityDeriver.php file core/modules/rest/src/Plugin/Deriver/EntityDeriver.php
EntityDeriver::$basePluginId property core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php The base plugin ID this derivative is for.
EntityDeriver::$bundleInfoService property core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php The bundle info service.
EntityDeriver::$derivatives property core/modules/rest/src/Plugin/Deriver/EntityDeriver.php List of derivative definitions.
EntityDeriver::$derivatives property core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php List of derivative definitions.
EntityDeriver::$entityTypeManager property core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php The entity type manager.
EntityDeriver::$entityTypeManager property core/modules/rest/src/Plugin/Deriver/EntityDeriver.php The entity type manager.
EntityDeriver::create function core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php Creates a new class instance.

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