Issue #3397991 by dineshkumarbollu, joachim: Error in EntityFieldManager comment

merge-requests/4398/merge
xjm 2023-11-10 12:32:08 -06:00
parent 3c1a449c37
commit b498f70ece
No known key found for this signature in database
GPG Key ID: 206B0B8743BDF4C2
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ class EntityFieldManager implements EntityFieldManagerInterface {
}
}
// Retrieve base field definitions from modules.
// Retrieve bundle field definitions from modules.
$this->moduleHandler->invokeAllWith(
'entity_bundle_field_info',
function (callable $hook, string $module) use (&$bundle_field_definitions, $entity_type, $bundle, $base_field_definitions) {