public property EntityType::$fieldable

Boolean indicating whether fields can be attached to entities of this type.

Type: bool (optional)

File

drupal/core/lib/Drupal/Core/Entity/Annotation/EntityType.php, line 82
Contains \Drupal\Core\Entity\Annotation\EntityType.

Class

EntityType
Defines an Entity type annotation object.

Namespace

Drupal\Core\Entity\Annotation

Code

public $fieldable = FALSE;