public function IndexerInterface::add in Drupal 7 to 8/9 Module Upgrader 8
1 method overrides IndexerInterface::add()
- IndexerBase::add in src/
IndexerBase.php
File
- src/
IndexerInterface.php, line 32
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\drupalmoduleupgraderCode
public function add(NodeInterface $node);