You are here

KeywordSave.php in Bibliography & Citation 2.0.x

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

File

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

Namesort descending Description
KeywordSave Save keyword.