You are here

function HookSystem::moduleImplements in X Autoload 7.5

Parameters

string $hook:

Return value

array

Throws

\Exception

2 calls to HookSystem::moduleImplements()
HookSystem::drupalAlter in tests/src/VirtualDrupal/HookSystem.php
HookSystem::moduleInvokeAll in tests/src/VirtualDrupal/HookSystem.php

File

tests/src/VirtualDrupal/HookSystem.php, line 61

Class

HookSystem

Namespace

Drupal\xautoload\Tests\VirtualDrupal

Code

function moduleImplements($hook) {
  return $this->moduleImplements
    ->moduleImplements($hook);
}