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