EntityType::hasHandlerClass
  • References/PHP/Drupal/Entity/EntityType

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

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::isRevisionable
  • References/PHP/Drupal/Entity/EntityType

public EntityType::isRevisionable() Indicates

2025-01-10 15:47:30
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::hasViewBuilderClass
  • References/PHP/Drupal/Entity/EntityType

public EntityType::hasViewBuilderClass() Indicates

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

public EntityType::getBundleOf() Gets

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

public EntityType::setHandlerClass($handler_type, $value)

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

The name of the entity type class. Type: string File

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::$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