public function ConfigurableFormEnhancerInterface::getConfiguration in Flexiform 8
Get the configuration.
Return value
array The configuration for the enhancer.
1 method overrides ConfigurableFormEnhancerInterface::getConfiguration()
- ConfigurableFormEnhancerBase::getConfiguration in src/
FormEnhancer/ ConfigurableFormEnhancerBase.php - Get the configuration.
File
- src/
FormEnhancer/ ConfigurableFormEnhancerInterface.php, line 51
Class
- ConfigurableFormEnhancerInterface
- Interface for configurable form enhancers.
Namespace
Drupal\flexiform\FormEnhancerCode
public function getConfiguration();