Back to Joomla project (class list)

Class ModuleInterface - list of methods

Access to module specific services.
Package: Joomla\CMS\Extension
Copyright: (C) 2018 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Extension/ModuleInterface.php
Project: Joomla

Method Summary

public \Joomla\CMS\Dispatcher\DispatcherInterface
(\stdClass $module, \Joomla\CMS\Application\CMSApplicationInterface $application, \Joomla\Input\Input $input = null)

Returns the dispatcher for the given application, module and input.
Parameters
  • \stdClass $module The module
  • \Joomla\CMS\Application\CMSApplicationInterface $application The application
  • \Joomla\Input\Input $input The input object, defaults to the one in the application
Returns
  • \Joomla\CMS\Dispatcher\DispatcherInterface
Since
  • 4.0.0
Show source code of this method: getDispatcher Source Code

Tags Summary

Since
4.0.0