You are here

function _entityreference_field_settings_ajax_process in Entity reference 8

Same name and namespace in other branches
  1. 7 entityreference.module \_entityreference_field_settings_ajax_process()
1 string reference to '_entityreference_field_settings_ajax_process'
entityreference_field_settings_form in ./entityreference.module
Implements hook_field_settings_form().

File

./entityreference.module, line 261
Provides a field that can reference other entities.

Code

function _entityreference_field_settings_ajax_process($form, $form_state) {
  _entityreference_field_settings_ajax_process_element($form, $form);
  return $form;
}