You are here

ContributorMerge.php in Bibliography & Citation 2.0.x

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

File

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

namespace Drupal\bibcite_entity\Plugin\Action;


/**
 * Merge contributor action.
 *
 * @Action(
 *   id = "bibcite_entity_contributor_merge",
 *   label = @Translation("Merge contributor"),
 *   type = "bibcite_contributor",
 *   confirm_form_route_name = "entity.bibcite_contributor.bibcite_merge_multiple_form",
 * )
 */
class ContributorMerge extends EntityMergeBase {

}

Classes

Namesort descending Description
ContributorMerge Merge contributor action.