eZ\Publish\Core\FieldType\Page\PageStorage\Gateway::getContentIdByBlockId PHP Méthode

getContentIdByBlockId() abstract public méthode

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
Résultat integer | string
    public abstract function getContentIdByBlockId($id);