function ManyToOne::titleQuery

Same name and namespace in other branches
  1. 11.x core/modules/views/src/Plugin/views/argument/ManyToOne.php \Drupal\views\Plugin\views\argument\ManyToOne::titleQuery()

Override for specific title lookups.

File

core/modules/views/src/Plugin/views/argument/ManyToOne.php, line 190

Class

ManyToOne
Argument handler for many to one relationships.

Namespace

Drupal\views\Plugin\views\argument

Code

public function titleQuery() {
  return $this->value;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.