You are here

public function Drupal7Backend::module_exists in Configuration Management 7.3

Overrides BackendInterface::module_exists

File

src/Backends/Drupal7Backend.php, line 261

Class

Drupal7Backend

Namespace

Configuration\Backends

Code

public function module_exists($module) {
  return module_exists($module);
}