Override for specific title lookups.
File
- drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/String.php, line 281
- Definition of Drupal\views\Plugin\views\argument\String.
Class
- String
- Basic argument handler to implement string arguments that may have length
limits.
Namespace
Drupal\views\Plugin\views\argument
Code
function title_query() {
return drupal_map_assoc($this->value, 'check_plain');
}