You are here

public function TmgmtSmartlingDashboardLink::query in TMGMT Translator Smartling 8.2

Same name and namespace in other branches
  1. 8.4 src/Plugin/views/field/TmgmtSmartlingDashboardLink.php \Drupal\tmgmt_smartling\Plugin\views\field\TmgmtSmartlingDashboardLink::query()
  2. 8 src/Plugin/views/field/TmgmtSmartlingDashboardLink.php \Drupal\tmgmt_smartling\Plugin\views\field\TmgmtSmartlingDashboardLink::query()
  3. 8.3 src/Plugin/views/field/TmgmtSmartlingDashboardLink.php \Drupal\tmgmt_smartling\Plugin\views\field\TmgmtSmartlingDashboardLink::query()

inheritdoc}

Overrides FieldPluginBase::query

File

src/Plugin/views/field/TmgmtSmartlingDashboardLink.php, line 28
Definition of Drupal\tmgmt_smartling\Plugin\views\field\TmgmtSmartlingDashboardLink

Class

TmgmtSmartlingDashboardLink
Field handler to flag the node type.

Namespace

Drupal\tmgmt_smartling\Plugin\views\field

Code

public function query() {

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