Kirby\Cli\Command\Delete::root PHP Method

root() protected method

protected root ( )
    protected function root()
    {
        return $this->kirby()->roots()->site() . DS . $this->type . 's';
    }