App\Services\Html\BlenderFormBuilder::category PHP Méthode

category() public méthode

public category ( string $type ) : string
$type string
Résultat string
    public function category(string $type) : string
    {
        return $this->group([Form::label($type . '_tags[]', fragment("back.{$this->module}.{$type}") . '*'), Form::category($this->model, $type, ['data-select' => 'select'])]);
    }