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