You are here

protected property FieldConfigBase::$entity_type in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Field/FieldConfigBase.php \Drupal\Core\Field\FieldConfigBase::entity_type

The name of the entity type the field is attached to.

Type: string

File

core/lib/Drupal/Core/Field/FieldConfigBase.php, line 53

Class

FieldConfigBase
Base class for configurable field definitions.

Namespace

Drupal\Core\Field

Code

protected $entity_type;