public function OpignoGroupMembership::query in Opigno Learning path 8
Same name and namespace in other branches
- 3.x src/Plugin/views/field/OpignoGroupMembership.php \Drupal\opigno_learning_path\Plugin\views\field\OpignoGroupMembership::query()
Called to add the field to a query.
Overrides FieldPluginBase::query
File
- src/
Plugin/ views/ field/ OpignoGroupMembership.php, line 20
Class
- OpignoGroupMembership
- Field handler to output boolean indication of current user membership.
Namespace
Drupal\opigno_learning_path\Plugin\views\fieldCode
public function query() {
// Leave empty to avoid a query on this field.
}