Platformsh\Cli\Helper\DrushHelper::getAutoRemoveKey PHP Method

getAutoRemoveKey() protected method

protected getAutoRemoveKey ( ) : string
return string
    protected function getAutoRemoveKey()
    {
        return preg_replace('/[^a-z-]+/', '-', str_replace('.', '', strtolower($this->config->get('application.name')))) . '-auto-remove';
    }