You are here

public function ConfigurableFormEnhancerBase::getConfiguration in Flexiform 8

Get the configuration.

Return value

array The configuration for the enhancer.

Overrides ConfigurableFormEnhancerInterface::getConfiguration

File

src/FormEnhancer/ConfigurableFormEnhancerBase.php, line 25

Class

ConfigurableFormEnhancerBase
Base class for form enhancers.

Namespace

Drupal\flexiform\FormEnhancer

Code

public function getConfiguration() {
  return $this->configuration;
}