function FieldViewsDataProvider::__construct

File

core/modules/views/src/FieldViewsDataProvider.php, line 22

Class

FieldViewsDataProvider
Provide default views data for fields.

Namespace

Drupal\views

Code

public function __construct(protected readonly EntityTypeManager $entityTypeManager, protected readonly FieldTypePluginManagerInterface $fieldTypePluginManager, protected readonly EntityFieldManagerInterface $entityFieldManager) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.