You are here

protected property Entity::$multipleCapable in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 40
Contains \Drupal\views\Plugin\views\argument_validator\Entity.

Class

Entity
Defines a argument validator plugin for each entity type.

Namespace

Drupal\views\Plugin\views\argument_validator

Code

protected $multipleCapable = TRUE;