App\FieldSkins\Text\DefaultSkin::getPath PHP Method

getPath() public method

get view file directory path
public getPath ( ) : string
return string
    public function getPath()
    {
        return 'dynamicField/text/default';
    }