bibcite-8.x-1.x-dev/modules/bibcite_entity/src/Plugin/Action/ReferenceSave.php
modules/bibcite_entity/src/Plugin/Action/ReferenceSave.php
<?php
namespace Drupal\bibcite_entity\Plugin\Action;
/**
* Save reference.
*
* @Action(
* id = "bibcite_entity_reference_save",
* label = @Translation("Save references"),
* type = "bibcite_reference",
* )
*/
class ReferenceSave extends EntitySaveBase {
}
