Loading core/lib/Drupal/Core/Entity/EntityFieldManager.php +1 −1 Original line number Diff line number Diff line Loading @@ -408,7 +408,7 @@ protected function buildBundleFieldDefinitions($entity_type_id, $bundle, array $ } } // 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) { Loading Loading
core/lib/Drupal/Core/Entity/EntityFieldManager.php +1 −1 Original line number Diff line number Diff line Loading @@ -408,7 +408,7 @@ protected function buildBundleFieldDefinitions($entity_type_id, $bundle, array $ } } // 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) { Loading