You are here

KeywordDelete.php in Bibliography & Citation 2.0.x

Same filename and directory in other branches
  1. 8 modules/bibcite_entity/src/Plugin/Action/KeywordDelete.php

File

modules/bibcite_entity/src/Plugin/Action/KeywordDelete.php
View source
<?php

namespace Drupal\bibcite_entity\Plugin\Action;


/**
 * Delete keyword action.
 *
 * @Action(
 *   id = "bibcite_entity_keyword_delete",
 *   label = @Translation("Delete keywords"),
 *   type = "bibcite_reference",
 *   confirm_form_route_name = "entity.bibcite_keyword.delete_multiple_form",
 * )
 */
class KeywordDelete extends EntityDeleteBase {

}

Classes

Namesort descending Description
KeywordDelete Delete keyword action.