comparison core/modules/language/src/Entity/ContentLanguageSettings.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
12 * Defines the ContentLanguageSettings entity. 12 * Defines the ContentLanguageSettings entity.
13 * 13 *
14 * @ConfigEntityType( 14 * @ConfigEntityType(
15 * id = "language_content_settings", 15 * id = "language_content_settings",
16 * label = @Translation("Content Language Settings"), 16 * label = @Translation("Content Language Settings"),
17 * label_collection = @Translation("Content Language Settings"),
18 * label_singular = @Translation("content language setting"),
19 * label_plural = @Translation("content languages settings"),
20 * label_count = @PluralTranslation(
21 * singular = "@count content language setting",
22 * plural = "@count content languages settings",
23 * ),
17 * admin_permission = "administer languages", 24 * admin_permission = "administer languages",
18 * config_prefix = "content_settings", 25 * config_prefix = "content_settings",
19 * entity_keys = { 26 * entity_keys = {
20 * "id" = "id" 27 * "id" = "id"
21 * }, 28 * },