You are here

public function YamlFormOptionsInterface::hasAlterHooks in YAML Form 8

Determine if the form options has alter hooks.

Return value

bool TRUE if the form options has alter hooks.

1 method overrides YamlFormOptionsInterface::hasAlterHooks()
YamlFormOptions::hasAlterHooks in src/Entity/YamlFormOptions.php
Determine if the form options has alter hooks.

File

src/YamlFormOptionsInterface.php, line 26

Class

YamlFormOptionsInterface
Provides an interface defining a form options entity.

Namespace

Drupal\yamlform

Code

public function hasAlterHooks();