function FieldTestEntityHooks::entityTypeAlter
Implements hook_entity_type_alter().
File
-
core/
modules/ field/ tests/ modules/ field_test/ src/ Hook/ FieldTestEntityHooks.php, line 18
Class
- FieldTestEntityHooks
- Hook implementations for field_test.
Namespace
Drupal\field_test\HookCode
public function entityTypeAlter(array &$entity_types) : void {
/** @var \Drupal\Core\Entity\EntityTypeInterface[] $entity_types */
foreach (FieldTestHelper::entityInfoTranslatable() as $entity_type => $translatable) {
$entity_types[$entity_type]->set('translatable', $translatable);
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.