public function ChartBase::validateConfigurationForm in Charts 8.4
Same name and namespace in other branches
- 5.0.x src/Plugin/chart/Library/ChartBase.php \Drupal\charts\Plugin\chart\Library\ChartBase::validateConfigurationForm()
Form validation handler.
Parameters
array $form: An associative array containing the structure of the plugin form as built by static::buildConfigurationForm().
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Calling code should pass on a subform state created through \Drupal\Core\Form\SubformState::createForSubform().
Overrides PluginFormInterface::validateConfigurationForm
File
- src/
Plugin/ chart/ Library/ ChartBase.php, line 56
Class
- ChartBase
- Base class Chart plugins.
Namespace
Drupal\charts\Plugin\chart\LibraryCode
public function validateConfigurationForm(array &$form, FormStateInterface $form_state) {
}