You are here

function updatePluginConfigurationForm in Entity Embed 7.2

Same name and namespace in other branches
  1. 7.3 entity_embed.admin.inc \updatePluginConfigurationForm()
  2. 7 entity_embed.admin.inc \updatePluginConfigurationForm()

Form submission handler to update the plugin configuration form.

Parameters

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

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

1 string reference to 'updatePluginConfigurationForm'
entity_embed_dialog_form in ./entity_embed.admin.inc
Form constructor for the entity embed dialog form.

File

./entity_embed.admin.inc, line 346
Admin page callbacks for the entity_embed module.

Code

function updatePluginConfigurationForm(&$form, $form_state) {
  return $form['attributes']['data-entity-embed-settings'];
}