You are here

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

Overrides IndexerBase::has

1 call to Functions::has()
Functions::hasExecutable in src/Plugin/DMU/Indexer/Functions.php
Returns if the specified index object can be evaluated and executed safely.

File

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

Class

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

Namespace

Drupal\drupalmoduleupgrader\Plugin\DMU\Indexer

Code

public function has($identifier) {
  return parent::has($this
    ->prepareID($identifier));
}