Back to Joomla project (class list)

Class Tag - list of methods

Utility class for tags
Package: Joomla\CMS\HTML\Helpers
Copyright: (C) 2013 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/HTML/Helpers/Tag.php
Project: Joomla

Method Summary

public static array
(mixed $config = array('filter.published' => array(0, 1)))

Returns an array of tags.
Parameters
  • array $config An array of configuration options. By default, only published and unpublished categories are returned.
Returns
  • array
Since
  • 3.1
Show source code of this method: options Source Code

public static array
(mixed $config = array('filter.published' => array(0, 1)))

Returns an array of tags.
Parameters
  • array $config An array of configuration options. By default, only published and unpublished tags are returned.
Returns
  • array Tag data
Since
  • 3.1
Show source code of this method: tags Source Code

public static void
(mixed $selector = '#jform_tags', mixed $allowCustom = true)

This is just a proxy for the formbehavior.ajaxchosen method
Parameters
  • string $selector DOM id of the tag field
  • bool $allowCustom Flag to allow custom values
Returns
  • void
Since
  • 3.1
Deprecated
  • 5.0
Show source code of this method: ajaxfield Source Code

Properties Summary

protected static array
$items
Cached array of the tag items.
Since
  • 3.1

Tags Summary

Since
3.1