public function Custom::query in Views (for Drupal 7) 8.3
Called to add the field to a query.
Overrides FieldPluginBase::query
File
- lib/
Drupal/ views/ Plugin/ views/ field/ Custom.php, line 23 - Definition of Drupal\views\Plugin\views\field\Custom.
Class
- Custom
- A handler to provide a field that is completely custom by the administrator.
Namespace
Drupal\views\Plugin\views\fieldCode
public function query() {
// do nothing -- to override the parent query.
}