You are here

public static function SmartQueue::smartqueueSettingsAjax in Entityqueue 8

Ajax callback for the queue settings form.

File

modules/entityqueue_smartqueue/src/Plugin/EntityQueueHandler/SmartQueue.php, line 164

Class

SmartQueue
Plugin annotation @EntityQueueHandler( id = "smartqueue", title = @Translation("Smart queue"), description = @Translation("Provides automated subqueues for each entity of a given type."), )

Namespace

Drupal\entityqueue_smartqueue\Plugin\EntityQueueHandler

Code

public static function smartqueueSettingsAjax($form, FormStateInterface $form_state) {
  return $form['handler_settings_wrapper']['handler_settings']['bundles'];
}