You are here

public static function EncryptFAPITest::elementOptions in Encrypt Form API 7.2

Returns list of options for element types that support options.

1 call to EncryptFAPITest::elementOptions()
EncryptFAPITest::testEncryption in ./encryptfapi.test
Tests #encrypt property on all supported form element types.

File

./encryptfapi.test, line 31
Tests for encrypt.module

Class

EncryptFAPITest
Test basic encryption and decryption.

Code

public static function elementOptions() {
  return _encryptfapi_test_form_element_options();
}