Overrides ModuleHandlerInterface::invokeDeprecated
public function invokeDeprecated($description, $module, $hook, array $args = []) { $result = $this->invoke($module, $hook, $args); $this->triggerDeprecationError($description, $hook); return $result; }