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

selection() protected method

protected selection ( )
    protected function selection()
    {
        return $this->site()->users()->pluck('username');
    }