You are here

public function Drupal7Backend::module_invoke_all in Configuration Management 7.3

Overrides BackendInterface::module_invoke_all

File

src/Backends/Drupal7Backend.php, line 265

Class

Drupal7Backend

Namespace

Configuration\Backends

Code

public function module_invoke_all($hook) {
  return module_invoke_all($hook);
}