Back to Joomla project (class list)

Class ApiDispatcher - list of methods

API Implementation for our dispatcher. It loads a component's administrator language files, and calls the API Controller so that components that haven't implemented web services can add their own handling.

Extends

Package: Joomla\CMS\Dispatcher
Copyright: (C) 2019 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE
Located at: Joomla/Dispatcher/ApiDispatcher.php
Project: Joomla

Method Summary

protected void
()

Load the component's administrator language
Returns
  • void
Since
  • 4.0.0
Show source code of this method: loadLanguage Source Code

public void
()

Dispatch a controller task. API Overrides to ensure there is no redirects.
Returns
  • void
Since
  • 4.0.0
Show source code of this method: dispatch Source Code

Tags Summary

Since
4.0.0