eZ\Publish\Core\FieldType\Page\PageStorage\Gateway::getContentIdByBlockId PHP Method

getContentIdByBlockId() abstract public method

Returns Content id for the given Block $id, or false if Block could not be found.
abstract public getContentIdByBlockId ( integer | string $id ) : integer | string
$id integer | string
return integer | string
    public abstract function getContentIdByBlockId($id);