public function TargetInterface::getFinder in Drupal 7 to 8/9 Module Upgrader 8
Returns a fully configured Finder which can iterate over the target module's code files. Any file type which doesn't contain PHP code should be ignored.
Return value
\Symfony\Component\Finder\Finder
1 method overrides TargetInterface::getFinder()
- Target::getFinder in src/
Target.php - Returns a fully configured Finder which can iterate over the target module's code files. Any file type which doesn't contain PHP code should be ignored.
File
- src/
TargetInterface.php, line 44
Class
- TargetInterface
- Represents a Drupal 7 module being run through the DMU.
Namespace
Drupal\drupalmoduleupgraderCode
public function getFinder();