You are here

protected property Entity::$multipleCapable 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::multipleCapable
  2. 10 core/modules/views/src/Plugin/views/argument_validator/Entity.php \Drupal\views\Plugin\views\argument_validator\Entity::multipleCapable

If this validator can handle multiple arguments.

Type: bool

File

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

Class

Entity
Defines a argument validator plugin for each entity type.

Namespace

Drupal\views\Plugin\views\argument_validator

Code

protected $multipleCapable = TRUE;