getHookContainer(); } /** * Get a HookRunner for running core hooks. * * @internal This is for use by core only. Hook interfaces may be removed * without notice. * @since 1.35 * @return HookRunner */ protected function getHookRunner() { return new HookRunner( $this->getHookContainer() ); } }