Back to Joomla project (class list)

Class TaggableTableInterface - list of methods

Interface for a taggable Table class
Package: Joomla\CMS\Tag
Copyright: (C) 2020 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Tag/TaggableTableInterface.php
Project: Joomla

Method Summary

public string
()

Get the type alias for the tags mapping table
Returns
  • string The alias as described above
Since
  • 4.0.0
Show source code of this method: getTypeAlias Source Code

public ?\Joomla\CMS\Helper\TagsHelper
()

Get the tags helper
Returns
  • ?\Joomla\CMS\Helper\TagsHelper The tags helper object
Since
  • 4.0.0
Show source code of this method: getTagsHelper Source Code

public void
(\Joomla\CMS\Helper\TagsHelper $tagsHelper)

Set the tags helper
Parameters
  • \Joomla\CMS\Helper\TagsHelper $tagsHelper The tags helper object
Returns
  • void
Since
  • 4.0.0
Show source code of this method: setTagsHelper Source Code

public void
()

Clears a set tags helper
Returns
  • void
Since
  • 4.0.0
Show source code of this method: clearTagsHelper Source Code

Tags Summary

Since
3.10.0