Loading core/modules/views/src/FieldViewsDataProvider.php +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ use Drupal\Core\Entity\EntityFieldManagerInterface; use Drupal\Core\Entity\EntityStorageInterface; use Drupal\Core\Entity\EntityTypeManager; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Entity\Sql\SqlContentEntityStorage; use Drupal\Core\Field\FieldTypePluginManagerInterface; use Drupal\Core\Render\Markup; Loading @@ -20,7 +20,7 @@ class FieldViewsDataProvider { use StringTranslationTrait; public function __construct( protected readonly EntityTypeManager $entityTypeManager, protected readonly EntityTypeManagerInterface $entityTypeManager, protected readonly FieldTypePluginManagerInterface $fieldTypePluginManager, protected readonly EntityFieldManagerInterface $entityFieldManager, ) {} Loading Loading
core/modules/views/src/FieldViewsDataProvider.php +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ use Drupal\Core\Entity\EntityFieldManagerInterface; use Drupal\Core\Entity\EntityStorageInterface; use Drupal\Core\Entity\EntityTypeManager; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Entity\Sql\SqlContentEntityStorage; use Drupal\Core\Field\FieldTypePluginManagerInterface; use Drupal\Core\Render\Markup; Loading @@ -20,7 +20,7 @@ class FieldViewsDataProvider { use StringTranslationTrait; public function __construct( protected readonly EntityTypeManager $entityTypeManager, protected readonly EntityTypeManagerInterface $entityTypeManager, protected readonly FieldTypePluginManagerInterface $fieldTypePluginManager, protected readonly EntityFieldManagerInterface $entityFieldManager, ) {} Loading