eZ\Publish\Core\Persistence\Legacy\Content\Type\ContentUpdater::getContentIdsByContentTypeId PHP Метод

getContentIdsByContentTypeId() защищенный Метод

Returns all content objects of $contentTypeId.
protected getContentIdsByContentTypeId ( mixed $contentTypeId ) : int[]
$contentTypeId mixed
Результат int[]
    protected function getContentIdsByContentTypeId($contentTypeId)
    {
        return $this->contentGateway->getContentIdsByContentTypeId($contentTypeId);
    }