You are here

protected property Entity::$entityTypeBundleInfo in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/argument_validator/Entity.php \Drupal\views\Plugin\views\argument_validator\Entity::entityTypeBundleInfo
  2. 10 core/modules/views/src/Plugin/views/argument_validator/Entity.php \Drupal\views\Plugin\views\argument_validator\Entity::entityTypeBundleInfo

The entity bundle info.

Type: \Drupal\Core\Entity\EntityTypeBundleInfoInterface

File

core/modules/views/src/Plugin/views/argument_validator/Entity.php, line 44

Class

Entity
Defines a argument validator plugin for each entity type.

Namespace

Drupal\views\Plugin\views\argument_validator

Code

protected $entityTypeBundleInfo;