eZ\Publish\Core\Persistence\Cache\ContentTypeHandler::getContentCount PHP Method

getContentCount() public method

See also: eZ\Publish\SPI\Persistence\Content\Type\Handler::getContentCount
public getContentCount ( $contentTypeId )
    public function getContentCount($contentTypeId)
    {
        $this->logger->logCall(__METHOD__, array('contentTypeId' => $contentTypeId));
        return $this->persistenceHandler->contentTypeHandler()->getContentCount($contentTypeId);
    }