ReferenceDelete.php in Bibliography & Citation 8
Same filename and directory in other branches
Namespace
Drupal\bibcite_entity\Plugin\ActionFile
modules/bibcite_entity/src/Plugin/Action/ReferenceDelete.phpView source
<?php
namespace Drupal\bibcite_entity\Plugin\Action;
/**
* Delete reference action.
*
* @Action(
* id = "bibcite_entity_reference_delete",
* label = @Translation("Delete references"),
* type = "bibcite_reference",
* confirm_form_route_name = "entity.bibcite_reference.delete_multiple_form",
* )
*/
class ReferenceDelete extends EntityDeleteBase {
}
Classes
Name | Description |
---|---|
ReferenceDelete | Delete reference action. |