public function Custom::query in Drupal 9
Same name and namespace in other branches
- 8 core/modules/views/src/Plugin/views/field/Custom.php \Drupal\views\Plugin\views\field\Custom::query()
Called to add the field to a query.
Overrides FieldPluginBase::query
File
- core/
modules/ views/ src/ Plugin/ views/ field/ Custom.php, line 29
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.
}