public static function WrapperTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Form/WrapperTest.php, line 24
Definition of Drupal\system\Tests\Form\WrapperTest.

Class

WrapperTest
Test wrapper form callbacks.

Namespace

Drupal\system\Tests\Form

Code

public static function getInfo() {
  return array(
    'name' => 'Form wrapper callback',
    'description' => 'Tests form wrapper callbacks to pass a prebuilt form to form builder functions.',
    'group' => 'Form API',
  );
}