You are here

public function DeleteMedia::execute in Media entity 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/Action/DeleteMedia.php \Drupal\media_entity\Plugin\Action\DeleteMedia::execute()

Executes the plugin.

Overrides ExecutableInterface::execute

File

src/Plugin/Action/DeleteMedia.php, line 25

Class

DeleteMedia
Redirects to a media item deletion form.

Namespace

Drupal\media_entity\Plugin\Action

Code

public function execute(MediaInterface $entity = NULL) {
}