public function Framework::moduleExists in Realistic Dummy Content 7.2
Same name and namespace in other branches
- 8.2 api/src/Framework/Framework.php \Drupal\realistic_dummy_content_api\Framework\Framework::moduleExists()
- 3.x api/src/Framework/Framework.php \Drupal\realistic_dummy_content_api\Framework\Framework::moduleExists()
Check if a module exists.
File
- api/
src/ Framework/ Framework.php, line 202
Class
- Framework
- The entry point for the framework.
Namespace
Drupal\realistic_dummy_content_api\FrameworkCode
public function moduleExists($module) {
return $this
->implementor()
->moduleExists($module);
}