Bolt\Storage\Field\Type\FieldTypeBase::getTemplate PHP Method

getTemplate() public method

Provides a template that is able to render the field
Deprecation:
public getTemplate ( )
    public function getTemplate()
    {
        return '@bolt/editcontent/fields/_' . $this->getName() . '.twig';
    }