You are here

ReferenceSave.php in Bibliography & Citation 2.0.x

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

File

modules/bibcite_entity/src/Plugin/Action/ReferenceSave.php
View 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

Namesort descending Description
ReferenceSave Save reference.