public function Drupal7Backend::module_exists in Configuration Management 7.3
Overrides BackendInterface::module_exists
File
- src/
Backends/ Drupal7Backend.php, line 261
Class
Namespace
Configuration\BackendsCode
public function module_exists($module) {
return module_exists($module);
}