You are here

function _activity_logger_form_message_template_entity_ajax_callback in Open Social 8.4

Same name and namespace in other branches
  1. 8.9 modules/custom/activity_logger/activity_logger.module \_activity_logger_form_message_template_entity_ajax_callback()
  2. 8 modules/custom/activity_logger/activity_logger.module \_activity_logger_form_message_template_entity_ajax_callback()
  3. 8.2 modules/custom/activity_logger/activity_logger.module \_activity_logger_form_message_template_entity_ajax_callback()
  4. 8.3 modules/custom/activity_logger/activity_logger.module \_activity_logger_form_message_template_entity_ajax_callback()
  5. 8.5 modules/custom/activity_logger/activity_logger.module \_activity_logger_form_message_template_entity_ajax_callback()
  6. 8.6 modules/custom/activity_logger/activity_logger.module \_activity_logger_form_message_template_entity_ajax_callback()
  7. 8.7 modules/custom/activity_logger/activity_logger.module \_activity_logger_form_message_template_entity_ajax_callback()
  8. 8.8 modules/custom/activity_logger/activity_logger.module \_activity_logger_form_message_template_entity_ajax_callback()
  9. 10.3.x modules/custom/activity_logger/activity_logger.module \_activity_logger_form_message_template_entity_ajax_callback()
  10. 10.0.x modules/custom/activity_logger/activity_logger.module \_activity_logger_form_message_template_entity_ajax_callback()
  11. 10.1.x modules/custom/activity_logger/activity_logger.module \_activity_logger_form_message_template_entity_ajax_callback()
  12. 10.2.x modules/custom/activity_logger/activity_logger.module \_activity_logger_form_message_template_entity_ajax_callback()

Handles switching the entity condition selector.

1 string reference to '_activity_logger_form_message_template_entity_ajax_callback'
activity_logger_form_message_template_form_alter in modules/custom/activity_logger/activity_logger.module
Implements hook_form_FORM_ID_alter() for message_template_form().

File

modules/custom/activity_logger/activity_logger.module, line 193
Contains activity_logger.module..

Code

function _activity_logger_form_message_template_entity_ajax_callback(&$form, FormStateInterface $form_state) {
  return $form['activity_entity_condition_wrapper'];
}