public property EntityType::$class

The name of the entity type class.

This is not provided manually, it will be added by the discovery mechanism.

Type: string

File

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

Class

EntityType
Defines an Entity type annotation object.

Namespace

Drupal\Core\Entity\Annotation

Code

public $class;