KeywordDelete.php in Bibliography & Citation 8
Same filename and directory in other branches
Namespace
Drupal\bibcite_entity\Plugin\ActionFile
modules/bibcite_entity/src/Plugin/Action/KeywordDelete.phpView 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
Name | Description |
---|---|
KeywordDelete | Delete keyword action. |