You are here

public function YamlFormInterface::isTemplate in YAML Form 8

Returns the form template indicator.

Return value

bool TRUE if the form is a template and available for duplication.

1 method overrides YamlFormInterface::isTemplate()
YamlForm::isTemplate in src/Entity/YamlForm.php
Returns the form template indicator.

File

src/YamlFormInterface.php, line 61

Class

YamlFormInterface
Provides an interface defining a form entity.

Namespace

Drupal\yamlform

Code

public function isTemplate();