Pimcore\Model\Object\KeyValue\GroupConfig::delete PHP Method

delete() public method

Deletes the key value group configuration
public delete ( )
    public function delete()
    {
        \Pimcore::getEventManager()->trigger("object.keyValue.groupConfig.preDelete", $this);
        parent::delete();
        \Pimcore::getEventManager()->trigger("object.keyValue.groupConfig.postDelete", $this);
    }