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

tags() public méthode

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