File
- drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/FormValuesTest.php, line 16
- Contains \Drupal\system\Tests\Ajax\FormValuesTest.
Class
- FormValuesTest
- Tests that $form_state['values'] is properly delivered to $ajax['callback'].
Namespace
Drupal\system\Tests\Ajax
Code
public static function getInfo() {
return array(
'name' => 'AJAX command form values',
'description' => 'Tests that form values are properly delivered to AJAX callbacks.',
'group' => 'AJAX',
);
}