ContentStatisticsService
Read onlyYes
FinalYes
Service for collecting content element statistics
This is not part of the public API and may change at any time
Table of Contents
Methods
- __construct() : mixed
- collectStatistic() : array<string|int, mixed>
- collectStatisticForCtype() : array<string|int, mixed>
- isValidCtype() : bool
Methods
__construct()
public
__construct(TcaSchemaFactory $tcaSchemaFactory, ConnectionPool $connectionPool) : mixed
Parameters
- $tcaSchemaFactory : TcaSchemaFactory
- $connectionPool : ConnectionPool
collectStatistic()
public
collectStatistic() : array<string|int, mixed>
Return values
array<string|int, mixed>collectStatisticForCtype()
public
collectStatisticForCtype(string $cType, int $currentPage) : array<string|int, mixed>
Parameters
- $cType : string
- $currentPage : int
Return values
array<string|int, mixed>isValidCtype()
public
isValidCtype(string $cType) : bool
Parameters
- $cType : string