You are here

public function IndexerInterface::addFile in Drupal 7 to 8/9 Module Upgrader 8

1 call to IndexerInterface::addFile()
IndexerBase::build in src/IndexerBase.php
4 methods override IndexerInterface::addFile()
Classes::addFile in src/Plugin/DMU/Indexer/Classes.php
Constants::addFile in src/Plugin/DMU/Indexer/Constants.php
FunctionCalls::addFile in src/Plugin/DMU/Indexer/FunctionCalls.php
Functions::addFile in src/Plugin/DMU/Indexer/Functions.php

File

src/IndexerInterface.php, line 30

Class

IndexerInterface
Interface for plugins which can scan a target module to collect information about what it contains. Indexers are always run before other plugin types, and all available indexers are always run. All information collected by indexers is available to the…

Namespace

Drupal\drupalmoduleupgrader

Code

public function addFile($path);