ContributorSave.php in Bibliography & Citation 2.0.x
Same filename and directory in other branches
Namespace
Drupal\bibcite_entity\Plugin\ActionFile
modules/bibcite_entity/src/Plugin/Action/ContributorSave.phpView 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
Name | Description |
---|---|
ContributorSave | Save contributor. |