eZ\Publish\Core\Persistence\Legacy\Content\Type\ContentUpdater::getContentIdsByContentTypeId PHP Method

getContentIdsByContentTypeId() protected method

Returns all content objects of $contentTypeId.
protected getContentIdsByContentTypeId ( mixed $contentTypeId ) : int[]
$contentTypeId mixed
return int[]
    protected function getContentIdsByContentTypeId($contentTypeId)
    {
        return $this->contentGateway->getContentIdsByContentTypeId($contentTypeId);
    }