protected property Entity::$multipleCapable in Drupal 8
Same name and namespace in other branches
- 9 core/modules/views/src/Plugin/views/argument_validator/Entity.php \Drupal\views\Plugin\views\argument_validator\Entity::multipleCapable
- 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_validatorCode
protected $multipleCapable = TRUE;