public function Drupal7::moduleExists in Realistic Dummy Content 7.2
Same name and namespace in other branches
- 8.2 api/src/Framework/Drupal7.php \Drupal\realistic_dummy_content_api\Framework\Drupal7::moduleExists()
1 call to Drupal7::moduleExists()
- Drupal7::debug in api/
src/ Framework/ Drupal7.php
File
- api/
src/ Framework/ Drupal7.php, line 389
Class
- Drupal7
- Drupal 7-specific code.
Namespace
Drupal\realistic_dummy_content_api\FrameworkCode
public function moduleExists($module) {
return module_exists($module);
}