You are here

KeywordMerge.php in Bibliography & Citation 2.0.x

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

File

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

namespace Drupal\bibcite_entity\Plugin\Action;


/**
 * Merge keyword action.
 *
 * @Action(
 *   id = "bibcite_entity_keyword_merge",
 *   label = @Translation("Merge keyword"),
 *   type = "bibcite_keyword",
 *   confirm_form_route_name = "entity.bibcite_keyword.bibcite_merge_multiple_form",
 * )
 */
class KeywordMerge extends EntityMergeBase {

}

Classes

Namesort descending Description
KeywordMerge Merge keyword action.