You are here

public function OpignoModuleScoreLink::query in Opigno module 3.x

Same name and namespace in other branches
  1. 8 src/Plugin/views/field/OpignoModuleScoreLink.php \Drupal\opigno_module\Plugin\views\field\OpignoModuleScoreLink::query()

Called to add the field to a query.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/OpignoModuleScoreLink.php, line 29

Class

OpignoModuleScoreLink
A handler to provide a field that is completely custom by the administrator.

Namespace

Drupal\opigno_module\Plugin\views\field

Code

public function query() {

  // Do nothing -- to override the parent query.
}