Interface JComponentRouterInterface
Component routing interface
Direct known implementers
Indirect known implementers
Package: Joomla\Libraries\Component
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 3.3
Located at cms/component/router/interface.php
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 3.3
Located at cms/component/router/interface.php
Methods summary
public
array
|
#
preprocess( array $query )
Prepare-method for URLs This method is meant to validate and complete the URL parameters. For example it can add the Itemid or set a language parameter. This method is executed on each URL, regardless of SEF mode switched on or not. |
public
array
|
|
public
array
|