Back to Joomla project (class list)

Class TagServiceTrait - list of methods

Trait for component tags service.
Package: Joomla\CMS\Tag
Copyright: (C) 2020 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE
Located at: Joomla/Tag/TagServiceTrait.php
Project: Joomla

Method Summary

public void
(array $items, string $extension)

Adds Count Items for Tag Manager.
Parameters
  • \stdClass[] $items The content objects
  • string $extension The name of the active view.
Returns
  • void
Since
  • 4.0.0
Show source code of this method: countTagItems Source Code

protected string|null
(string $section = null)

Returns the table for the count items functions for the given section.
Parameters
  • string $section The section
Returns
  • string|null
Since
  • 4.0.0
Show source code of this method: getTableNameForSection Source Code

protected string|null
(string $section = null)

Returns the state column for the count items functions for the given section.
Parameters
  • string $section The section
Returns
  • string|null
Since
  • 4.0.0
Show source code of this method: getStateColumnForSection Source Code

Tags Summary

Since
4.0.0