KeywordSave.php in Bibliography & Citation 8
Same filename and directory in other branches
Namespace
Drupal\bibcite_entity\Plugin\ActionFile
modules/bibcite_entity/src/Plugin/Action/KeywordSave.phpView source
<?php
namespace Drupal\bibcite_entity\Plugin\Action;
/**
* Save keyword.
*
* @Action(
* id = "bibcite_entity_keyword_save",
* label = @Translation("Save keywords"),
* type = "bibcite_keyword",
* )
*/
class KeywordSave extends EntitySaveBase {
}
Classes
Name | Description |
---|---|
KeywordSave | Save keyword. |