function OptionsSelectDynamicValuesTestCase::getInfo

File

modules/field/modules/options/options.test, line 550

Class

OptionsSelectDynamicValuesTestCase
Test an options select on a list field with a dynamic allowed values function.

Code

public static function getInfo() {
    return array(
        'name' => 'Options select dynamic values',
        'description' => 'Test an options select on a list field with a dynamic allowed values function.',
        'group' => 'Field types',
    );
}

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