function updatePluginConfigurationForm in Entity Embed 7.3
Same name and namespace in other branches
- 7 entity_embed.admin.inc \updatePluginConfigurationForm()
- 7.2 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 398 - Admin page callbacks for the entity_embed module.
Code
function updatePluginConfigurationForm(&$form, $form_state) {
return $form['attributes']['data-entity-embed-settings'];
}