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

selection() protected method

protected selection ( )
    protected function selection()
    {
        return array_map(function ($filename) {
            return f::name($filename);
        }, dir::read($this->root()));
    }