You are here

ContributorSave.php in Bibliography & Citation 2.0.x

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

File

modules/bibcite_entity/src/Plugin/Action/ContributorSave.php
View source
<?php

namespace Drupal\bibcite_entity\Plugin\Action;


/**
 * Save contributor.
 *
 * @Action(
 *   id = "bibcite_entity_contributor_save",
 *   label = @Translation("Save contributors"),
 *   type = "bibcite_contributor",
 * )
 */
class ContributorSave extends EntitySaveBase {

}

Classes

Namesort descending Description
ContributorSave Save contributor.