You are here

namespace Drupal\Core\Action\Plugin\Action\Derivative in Drupal 8

Same name in other branches
  1. 9 Drupal\Core\Action\Plugin\Action\Derivative
Classsort descending Location Description
EntityActionDeriverBase core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php Provides a base action for each entity type with specific interfaces.
EntityChangedActionDeriver core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityChangedActionDeriver.php Provides an action deriver that finds entity types of EntityChangedInterface.
EntityDeleteActionDeriver core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityDeleteActionDeriver.php Provides an action deriver that finds entity types with delete form.
EntityPublishedActionDeriver core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityPublishedActionDeriver.php Provides an action deriver that finds publishable entity types.