You are here

function _encryptfapi_test_form_element_options in Encrypt Form API 7.2

2 calls to _encryptfapi_test_form_element_options()
EncryptFAPITest::elementOptions in ./encryptfapi.test
Returns list of options for element types that support options.
encryptfapi_test_form in tests/encryptfapi_test.module
The form.

File

tests/encryptfapi_test.module, line 144
Declares a form to test Form API encryption.

Code

function _encryptfapi_test_form_element_options() {
  return drupal_map_assoc(array(
    'foo',
    'bar',
    'baz',
    'qux',
  ));
}