You are here

public function Functions::getQuery in Drupal 7 to 8/9 Module Upgrader 8

Overrides IndexerBase::getQuery

File

src/Plugin/DMU/Indexer/Functions.php, line 146

Class

Functions
Plugin annotation @Indexer( id = "function" )

Namespace

Drupal\drupalmoduleupgrader\Plugin\DMU\Indexer

Code

public function getQuery(array $fields = []) {
  return parent::getQuery($fields)
    ->condition('type', 'Pharborist\\Functions\\FunctionDeclarationNode');
}