public function ConverterInterface::isExecutable in Drupal 7 to 8/9 Module Upgrader 8
Returns if this conversion applies to the target module. If FALSE, the convert() method will not be called.
Parameters
TargetInterface $target: The target module.
Return value
bool
1 method overrides ConverterInterface::isExecutable()
- ConverterBase::isExecutable in src/
ConverterBase.php - Returns if this conversion applies to the target module. If FALSE, the convert() method will not be called.
File
- src/
ConverterInterface.php, line 20
Class
- ConverterInterface
- Interface implemented by all plugins which can modify a Drupal 7 module and convert part of it to Drupal 8.
Namespace
Drupal\drupalmoduleupgraderCode
public function isExecutable(TargetInterface $target);