Source for file view.html.php
Documentation is available at view.html.php
* @package Joomla.Administrator
* @subpackage com_plugins
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* View class for a list of plugins.
* @package Joomla.Administrator
* @subpackage com_plugins
public function display($tpl =
null)
if (count($errors =
$this->get('Errors')))
// Check if there are no matching items
JText::_('COM_PLUGINS_MSG_MANAGE_NO_PLUGINS'),
* Add the page title and toolbar.
if ($canDo->get('core.edit'))
if ($canDo->get('core.edit.state'))
if ($canDo->get('core.admin'))
JText::_('JOPTION_SELECT_PUBLISHED'),
JText::_('COM_PLUGINS_OPTION_FOLDER'),
JText::_('JOPTION_SELECT_ACCESS'),
JHtml::_('select.options', JHtml::_('access.assetgroups'), 'value', 'text', $this->state->get('filter.access'))
* Returns an array of fields the table can be sorted by
* @return array Array containing the field name to sort by as the key and display text as value
'ordering' =>
JText::_('JGRID_HEADING_ORDERING'),
'a.state' =>
JText::_('JSTATUS'),
'name' =>
JText::_('JGLOBAL_TITLE'),
'folder' =>
JText::_('COM_PLUGINS_FOLDER_HEADING'),
'element' =>
JText::_('COM_PLUGINS_ELEMENT_HEADING'),
'access' =>
JText::_('JGRID_HEADING_ACCESS'),
'extension_id' =>
JText::_('JGRID_HEADING_ID')
Documentation generated on Tue, 19 Nov 2013 15:17:51 +0100 by phpDocumentor 1.4.3