comparison core/modules/system/src/Entity/Action.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children af1871eacc83
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
13 * Defines the configured action entity. 13 * Defines the configured action entity.
14 * 14 *
15 * @ConfigEntityType( 15 * @ConfigEntityType(
16 * id = "action", 16 * id = "action",
17 * label = @Translation("Action"), 17 * label = @Translation("Action"),
18 * label_collection = @Translation("Actions"),
19 * label_singular = @Translation("action"),
20 * label_plural = @Translation("actions"),
21 * label_count = @PluralTranslation(
22 * singular = "@count action",
23 * plural = "@count actions",
24 * ),
18 * admin_permission = "administer actions", 25 * admin_permission = "administer actions",
19 * entity_keys = { 26 * entity_keys = {
20 * "id" = "id", 27 * "id" = "id",
21 * "label" = "label" 28 * "label" = "label"
22 * }, 29 * },