BuilderField::url PHP Method

url() public method

public url ( $action )
    public function url($action)
    {
        return purl($this->model(), 'field/' . $this->name() . '/builder/' . $action);
    }