public function Framework::moduleList in Realistic Dummy Content 3.x
Same name and namespace in other branches
- 8.2 api/src/Framework/Framework.php \Drupal\realistic_dummy_content_api\Framework\Framework::moduleList()
- 7.2 api/src/Framework/Framework.php \Drupal\realistic_dummy_content_api\Framework\Framework::moduleList()
Gets a list of modules.
Overrides FrameworkInterface::moduleList
1 method overrides Framework::moduleList()
- Drupal8::moduleList in api/
src/ Framework/ Drupal8.php - Gets a list of modules.
File
- api/
src/ Framework/ Framework.php, line 229
Class
- Framework
- The entry point for the framework.
Namespace
Drupal\realistic_dummy_content_api\FrameworkCode
public function moduleList() {
return $this
->implementor()
->moduleList();
}