Search for to
Title | Object type | File name | Summary |
---|---|---|---|
drupal_autoload_test.info | file | modules/ |
name = "Drupal code registry test" description = "Support module for testing the code registry." files[] = drupal_autoload_test_interface.inc files[] = drupal_autoload_test_class.inc package = Testing version = VERSION core =… |
drupal_autoload_test.module | file | modules/ |
Test module to check code registry. |
drupal_autoload_test_class.inc | file | modules/ |
Test classes for code registry testing. |
drupal_autoload_test_interface.inc | file | modules/ |
Test interfaces for code registry testing. |
drupal_autoload_test_registry_files_alter | function | modules/ |
Implements hook_registry_files_alter(). |
drupal_autoload_test_trait.sh | file | modules/ |
Test traits for code registry testing. |
drupal_autoload_trait | function | includes/ |
Confirms that a trait is available. |
DRUPAL_CACHE_CUSTOM | constant | includes/ |
The block is handling its own caching in its hook_block_view(). |
drupal_convert_to_utf8 | function | includes/ |
Converts data to UTF-8. |
drupal_get_token | function | includes/ |
Generates a token based on $value, the user session, and the private key. |
drupal_goto | function | includes/ |
Sends the user to a different page. |
drupal_html_to_text | function | includes/ |
Transforms an HTML string into plain text, preserving its structure. |
drupal_strip_dangerous_protocols | function | includes/ |
Strips dangerous protocols (e.g. 'javascript:') from a URI. |
drupal_strtolower | function | includes/ |
Lowercase a UTF-8 string. |
drupal_strtoupper | function | includes/ |
Uppercase a UTF-8 string. |
drupal_valid_token | function | includes/ |
Validates a token based on $value, the user session, and the private key. |
FeedParserTestCase::testAtomSample | function | modules/ |
Tests a feed that uses the Atom format. |
Field Storage API | group | modules/ |
Implement a storage engine for Field API data. |
FieldAttachStorageTestCase | class | modules/ |
Unit test class for storage-related field_attach_* functions. |
FieldAttachStorageTestCase::getInfo | function | modules/ |
|
FieldAttachStorageTestCase::testFieldAttachCreateRenameBundle | function | modules/ |
Test field_attach_create_bundle() and field_attach_rename_bundle(). |
FieldAttachStorageTestCase::testFieldAttachDelete | function | modules/ |
Test field_attach_delete(). |
FieldAttachStorageTestCase::testFieldAttachDeleteBundle | function | modules/ |
Test field_attach_delete_bundle(). |
FieldAttachStorageTestCase::testFieldAttachLoadMultiple | function | modules/ |
Test the 'multiple' load feature. |
FieldAttachStorageTestCase::testFieldAttachSaveLoad | function | modules/ |
Check field values insert, update and load. |
FieldAttachStorageTestCase::testFieldAttachSaveLoadDifferentStorage | function | modules/ |
Test saving and loading fields using different storage backends. |
FieldAttachStorageTestCase::testFieldAttachSaveMissingData | function | modules/ |
Tests insert and update with missing or NULL fields. |
FieldAttachStorageTestCase::testFieldAttachSaveMissingDataDefaultValue | function | modules/ |
Test insert with missing or NULL fields, with default value. |
FieldAttachStorageTestCase::testFieldHasData | function | modules/ |
Test field_has_data(). |
FieldAttachStorageTestCase::testFieldStorageDetailsAlter | function | modules/ |
Test storage details alteration. |
FieldSqlStorageTestCase | class | modules/ |
Tests field storage. |
FieldSqlStorageTestCase::$field | property | modules/ |
|
FieldSqlStorageTestCase::$field_name | property | modules/ |
|
FieldSqlStorageTestCase::$instance | property | modules/ |
|
FieldSqlStorageTestCase::$revision_table | property | modules/ |
|
FieldSqlStorageTestCase::$table | property | modules/ |
|
FieldSqlStorageTestCase::getInfo | function | modules/ |
|
FieldSqlStorageTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FieldSqlStorageTestCase::testFieldAttachInsertAndUpdate | function | modules/ |
Reads mysql to verify correct data is written when using insert and update. |
FieldSqlStorageTestCase::testFieldAttachLoad | function | modules/ |
Uses the mysql tables and records to verify field_load_revision works correctly. |
FieldSqlStorageTestCase::testFieldAttachSaveMissingData | function | modules/ |
Tests insert and update with missing or NULL fields. |
FieldSqlStorageTestCase::testFieldCompareDataModification | function | modules/ |
Tests the expected return values of _field_sql_storage_write_compare(). |
FieldSqlStorageTestCase::testFieldSqlSchemaForEntityWithStringIdentifier | function | modules/ |
Tests adding a field with an entity ID type of string. |
FieldSqlStorageTestCase::testFieldSqlStorageForeignKeys | function | modules/ |
Test foreign key support. |
FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsDifferentColumns | function | modules/ |
Test handling multiple conditions on multiple columns of one field. |
FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsDifferentColumnsMultipleLanguages | function | modules/ |
Test handling multiple conditions on multiple columns of one field for multiple languages. |
FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsSameColumn | function | modules/ |
Test handling multiple conditions on one column of a field. |
FieldSqlStorageTestCase::testFieldStorageDetails | function | modules/ |
Test the storage details. |
FieldSqlStorageTestCase::testFieldUpdateFailure | function | modules/ |
Test that failure to create fields is handled gracefully. |
FieldSqlStorageTestCase::testFieldUpdateIndexesWithData | function | modules/ |
Test adding and removing indexes while data is present. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.