eZ\Publish\Core\FieldType\Page\PageStorage\Gateway::getContentIdByBlockId PHP Метод

getContentIdByBlockId() абстрактный публичный Метод

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
Результат integer | string
    public abstract function getContentIdByBlockId($id);