App\Services\Html\BlenderFormBuilder::tags PHP Метод

tags() публичный Метод

public tags ( string $type ) : string
$type string
Результат string
    public function tags(string $type) : string
    {
        return $this->group([Form::label($type . '_tags[]', fragment("back.{$this->module}.{$type}") . '*'), Form::tags($this->model, $type)]);
    }