function Roles::getValueOptions
Same name in other branches
- 8.9.x core/modules/user/src/Plugin/views/filter/Roles.php \Drupal\user\Plugin\views\filter\Roles::getValueOptions()
- 10 core/modules/user/src/Plugin/views/filter/Roles.php \Drupal\user\Plugin\views\filter\Roles::getValueOptions()
- 11.x core/modules/user/src/Plugin/views/filter/Roles.php \Drupal\user\Plugin\views\filter\Roles::getValueOptions()
Overrides InOperator::getValueOptions
File
-
core/
modules/ user/ src/ Plugin/ views/ filter/ Roles.php, line 55
Class
- Roles
- Filter handler for user roles.
Namespace
Drupal\user\Plugin\views\filterCode
public function getValueOptions() {
$this->valueOptions = user_role_names(TRUE);
unset($this->valueOptions[RoleInterface::AUTHENTICATED_ID]);
return $this->valueOptions;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.