function FormsTriggeringElementTestCase::getInfo

File

modules/simpletest/tests/form.test, line 1904

Class

FormsTriggeringElementTestCase
Test that FAPI correctly determines $form_state['triggering_element'].

Code

public static function getInfo() {
    return array(
        'name' => 'Form triggering element determination',
        'description' => 'Test the determination of $form_state[\'triggering_element\'].',
        'group' => 'Form API',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.