public property EntityType::$bundle_prefix

The prefix for the bundles of this entity type.

For example, the comment bundle is prefixed with 'comment_node_'.

Type: string (optional)

File

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

Class

EntityType
Defines an Entity type annotation object.

Namespace

Drupal\Core\Entity\Annotation

Code

public $bundle_prefix;