TagServiceTrait
Trait for component tags service.
| since |
4.0.0 |
|---|---|
| package |
Joomla CMS |
Methods
countTagItems
Adds Count Items for Tag Manager.
countTagItems(\stdClass||string|int items, extension) :
| since |
4.0.0 |
|---|
Arguments
- items
array<string|int, stdClass>The content objects- extension
stringThe name of the active view.
Response
void
getStateColumnForSection
Returns the state column for the count items functions for the given section.
getStateColumnForSection(string section = null) : string|null
| since |
4.0.0 |
|---|
Arguments
- section
string|nullThe section
Response
string|null
getTableNameForSection
Returns the table for the count items functions for the given section.
getTableNameForSection(string section = null) : string|null
| since |
4.0.0 |
|---|
Arguments
- section
string|nullThe section
Response
string|null