Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/language/src/Entity/ContentLanguageSettings.php @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | a9cd425dd02b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
24 * admin_permission = "administer languages", | 24 * admin_permission = "administer languages", |
25 * config_prefix = "content_settings", | 25 * config_prefix = "content_settings", |
26 * entity_keys = { | 26 * entity_keys = { |
27 * "id" = "id" | 27 * "id" = "id" |
28 * }, | 28 * }, |
29 * config_export = { | |
30 * "id", | |
31 * "target_entity_type_id", | |
32 * "target_bundle", | |
33 * "default_langcode", | |
34 * "language_alterable", | |
35 * }, | |
29 * list_cache_tags = { "rendered" } | 36 * list_cache_tags = { "rendered" } |
30 * ) | 37 * ) |
31 */ | 38 */ |
32 class ContentLanguageSettings extends ConfigEntityBase implements ContentLanguageSettingsInterface { | 39 class ContentLanguageSettings extends ConfigEntityBase implements ContentLanguageSettingsInterface { |
33 | 40 |