ReferenceSave.php in Bibliography & Citation 8
Same filename and directory in other branches
Namespace
Drupal\bibcite_entity\Plugin\ActionFile
modules/bibcite_entity/src/Plugin/Action/ReferenceSave.phpView source
<?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 {
}
Classes
Name | Description |
---|---|
ReferenceSave | Save reference. |