EntityType::$translatable
  • References/PHP/Drupal/Entity/EntityType

Indicates whether entities of this type have multilingual support. Type: bool File

2025-01-10 15:47:30
EntityType::$permission_granularity
  • References/PHP/Drupal/Entity/EntityType

The permission granularity level. The allowed values are respectively "entity_type" or "bundle". Type:

2025-01-10 15:47:30
EntityType::$label_callback
  • References/PHP/Drupal/Entity/EntityType

The name of a callback that returns the label of the entity. @todo Remove usages of label_callback

2025-01-10 15:47:30
EntityType::setClass
  • References/PHP/Drupal/Entity/EntityType

public EntityType::setClass($class) Sets

2025-01-10 15:47:30
EntityType::isRevisionable
  • References/PHP/Drupal/Entity/EntityType

public EntityType::isRevisionable() Indicates

2025-01-10 15:47:30
EntityType::get
  • References/PHP/Drupal/Entity/EntityType

public EntityType::get($property) Gets

2025-01-10 15:47:30
EntityType::setLabelCallback
  • References/PHP/Drupal/Entity/EntityType

public EntityType::setLabelCallback($callback) Sets

2025-01-10 15:47:30
EntityType::$bundle_entity_type
  • References/PHP/Drupal/Entity/EntityType

The name of the entity type which provides bundles. Type: string File

2025-01-10 15:47:30
EntityType::hasHandlerClass
  • References/PHP/Drupal/Entity/EntityType

public EntityType::hasHandlerClass($handler_type, $nested = FALSE)

2025-01-10 15:47:30
EntityType::setViewBuilderClass
  • References/PHP/Drupal/Entity/EntityType

public EntityType::setViewBuilderClass($class) Gets

2025-01-10 15:47:30