Carbon_Fields\Field\Broken_Field::template PHP Method

template() public method

public template ( )
    public function template()
    {
        _e('This field is misconfigured', 'carbon-fields');
        parent::template();
    }
Broken_Field