public function FrameworkInterface::moduleList in Realistic Dummy Content 3.x
Same name and namespace in other branches
- 8.2 api/src/Framework/FrameworkInterface.php \Drupal\realistic_dummy_content_api\Framework\FrameworkInterface::moduleList()
- 7.2 api/src/Framework/FrameworkInterface.php \Drupal\realistic_dummy_content_api\Framework\FrameworkInterface::moduleList()
Gets a list of modules.
1 method overrides FrameworkInterface::moduleList()
- Framework::moduleList in api/
src/ Framework/ Framework.php - Gets a list of modules.
File
- api/
src/ Framework/ FrameworkInterface.php, line 179
Class
- FrameworkInterface
- Defines and abstracts all functions which are used by our module.
Namespace
Drupal\realistic_dummy_content_api\FrameworkCode
public function moduleList();