Back to TagServiceInterface class

Method countTagItems

public void
countTagItems
(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
-
  • \Exception

Method countTagItems - Source code

/**
 * Adds Count Items for Tag Manager.
 *
 * @param   \stdClass[]  $items      The content objects
 * @param   string       $extension  The name of the active view.
 *
 * @return  void
 *
 * @since   4.0.0
 * @throws  \Exception
 */
public function countTagItems(array $items, string $extension);