You are here

public function YamlFormThirdPartySettingsManagerInterface::alter in YAML Form 8

Wrapper for \Drupal\Core\Extension\ModuleHandlerInterface::alter.

Loads all form third party settings before execute alter hooks.

See also

\Drupal\yamlform\YamlFormThirdPartySettingsManager::__construct

1 method overrides YamlFormThirdPartySettingsManagerInterface::alter()
YamlFormThirdPartySettingsManager::alter in src/YamlFormThirdPartySettingsManager.php
Wrapper for \Drupal\Core\Extension\ModuleHandlerInterface::alter.

File

src/YamlFormThirdPartySettingsManagerInterface.php, line 20

Class

YamlFormThirdPartySettingsManagerInterface
Defines an interface for form third party settings manager classes.

Namespace

Drupal\yamlform

Code

public function alter($type, &$data, &$context1 = NULL, &$context2 = NULL);