public function PluginUIInterface::form

Creates a form array.

@todo Creates a form array for what?

Parameters

array $form: An associative array containing the structure of the form.

array $form_state: An associative array containing the current state of the form.

Return value

array Returns the form structure as an array.

1 method overrides PluginUIInterface::form()
PluginUIBase::form in drupal/core/modules/system/lib/Drupal/system/Plugin/PluginUIBase.php
Implements \Drupal\system\Plugin\PluginUIInterface::form().

File

drupal/core/modules/system/lib/Drupal/system/Plugin/PluginUIInterface.php, line 30
Contains \Drupal\system\Plugin\PluginUIInterface.

Class

PluginUIInterface
Defines an interface for Plugin UI plugins.

Namespace

Drupal\system\Plugin

Code

public function form($form, &$form_state);