You are here

public function ConfigurableFormEnhancerInterface::setConfiguration in Flexiform 8

Set the configuration for the enhancer.

Parameters

array $configuration: The configuration array.

Return value

self The form enhancer.

1 method overrides ConfigurableFormEnhancerInterface::setConfiguration()
ConfigurableFormEnhancerBase::setConfiguration in src/FormEnhancer/ConfigurableFormEnhancerBase.php
Set the configuration for the enhancer.

File

src/FormEnhancer/ConfigurableFormEnhancerInterface.php, line 62

Class

ConfigurableFormEnhancerInterface
Interface for configurable form enhancers.

Namespace

Drupal\flexiform\FormEnhancer

Code

public function setConfiguration(array $configuration);