public function YamlFormInterface::hasPage in YAML Form 8
Determine if the form has page or is attached to other entities.
Return value
bool TRUE if the form is a page with dedicated path.
1 method overrides YamlFormInterface::hasPage()
- YamlForm::hasPage in src/
Entity/ YamlForm.php - Determine if the form has page or is attached to other entities.
File
- src/
YamlFormInterface.php, line 21
Class
- YamlFormInterface
- Provides an interface defining a form entity.
Namespace
Drupal\yamlformCode
public function hasPage();