You are here

public function OpignoLearningPathTakeLink::query in Opigno Learning path 8

Same name and namespace in other branches
  1. 3.x src/Plugin/views/field/OpignoLearningPathTakeLink.php \Drupal\opigno_learning_path\Plugin\views\field\OpignoLearningPathTakeLink::query()

Called to add the field to a query.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/OpignoLearningPathTakeLink.php, line 22

Class

OpignoLearningPathTakeLink
Field handler to output boolean indication of current user membership.

Namespace

Drupal\opigno_learning_path\Plugin\views\field

Code

public function query() {

  // Leave empty to avoid a query on this field.
}