diff options
author | catch <catch@35733.no-reply.drupal.org> | 2021-02-18 20:32:15 +0000 |
---|---|---|
committer | catch <catch@35733.no-reply.drupal.org> | 2021-02-18 20:32:15 +0000 |
commit | 5152d6638f0b3c75175b97d43a4ee22012f627ea (patch) | |
tree | 83a4fbdb49d67021450b9dba7fa8e002142e02ce /core/modules/language/language.module | |
parent | 05ce3e81a137dd8bb8f91559f19d9d5f5019950f (diff) | |
download | drupal-5152d6638f0b3c75175b97d43a4ee22012f627ea.tar.gz drupal-5152d6638f0b3c75175b97d43a4ee22012f627ea.zip |
Issue #2623718 by attiks, vsujeetkumar, andypost, MerryHamster, ankithashetty, anmolgoyal74, pfrenssen, longwave, alexpott, borisson_: Fix 'Drupal.Commenting.HookComment' coding standard
Diffstat (limited to 'core/modules/language/language.module')
-rw-r--r-- | core/modules/language/language.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/language/language.module b/core/modules/language/language.module index 1a0cf7f5458..91641dec562 100644 --- a/core/modules/language/language.module +++ b/core/modules/language/language.module @@ -374,7 +374,7 @@ function language_field_info_alter(&$info) { } /** - * Implements hook_entity_field_access() + * Implements hook_entity_field_access(). */ function language_entity_field_access($operation, FieldDefinitionInterface $field_definition, AccountInterface $account, FieldItemListInterface $items = NULL) { // Only allow edit access on a langcode field if the entity it is attached to |