public function IndexerExecutionInterface::hasExecutable in Drupal 7 to 8/9 Module Upgrader 8
Returns if the specified index object can be evaluated and executed safely.
Parameters
string $id: The object identifier.
Return value
bool
1 method overrides IndexerExecutionInterface::hasExecutable()
- Functions::hasExecutable in src/
Plugin/ DMU/ Indexer/ Functions.php - Returns if the specified index object can be evaluated and executed safely.
File
- src/
IndexerExecutionInterface.php, line 15
Class
Namespace
Drupal\drupalmoduleupgraderCode
public function hasExecutable($id);