Search for Field
- Search 9.5.x for Field
- Search 8.9.x for Field
- Search 10.3.x for Field
- Search 11.x for Field
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FieldInstanceCrudTestCase | class | modules/ |
|
FieldInstanceCrudTestCase::$another_instance_definition | property | modules/ |
|
FieldInstanceCrudTestCase::$field | property | modules/ |
|
FieldInstanceCrudTestCase::$instance_definition | property | modules/ |
|
FieldInstanceCrudTestCase::getInfo | function | modules/ |
|
FieldInstanceCrudTestCase::setUp | function | modules/ |
Set the default field storage backend for fields created during tests. |
FieldInstanceCrudTestCase::testCreateFieldInstance | function | modules/ |
Test the creation of a field instance. |
FieldInstanceCrudTestCase::testDeleteFieldInstance | function | modules/ |
Test the deletion of a field instance. |
FieldInstanceCrudTestCase::testReadFieldInstance | function | modules/ |
Test reading back an instance definition. |
FieldInstanceCrudTestCase::testUpdateFieldInstance | function | modules/ |
Test the update of a field instance. |
FieldsOverlapException | class | includes/ |
Exception thrown if an insert query specifies a field twice. |
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. |
FieldSqlStorageTestCase::testUpdateFieldSchemaWithData | function | modules/ |
Test trying to update a field with data. |
FieldTestCase | class | modules/ |
Parent class for Field API tests. |
FieldTestCase::$default_storage | property | modules/ |
|
FieldTestCase::assertFieldValues | function | modules/ |
Assert that a field has the expected values in an entity. |
FieldTestCase::setUp | function | modules/ |
Set the default field storage backend for fields created during tests. |
FieldTestCase::_generateTestFieldValues | function | modules/ |
Generate random values for a field_test field. |
FieldTranslationsTestCase | class | modules/ |
Unit test class for the multilanguage fields logic. |
FieldTranslationsTestCase::$entity_type | property | modules/ |
|
FieldTranslationsTestCase::$field | property | modules/ |
|
FieldTranslationsTestCase::$field_name | property | modules/ |
|
FieldTranslationsTestCase::$instance | property | modules/ |
|
FieldTranslationsTestCase::checkTranslationRevisions | function | modules/ |
Check if the field translation attached to the entity revision identified by the passed arguments were correctly stored. |
FieldTranslationsTestCase::getInfo | function | modules/ |
|
FieldTranslationsTestCase::setUp | function | modules/ |
Set the default field storage backend for fields created during tests. |
FieldTranslationsTestCase::testFieldAvailableLanguages | function | modules/ |
Ensures that only valid values are returned by field_available_languages(). |
FieldTranslationsTestCase::testFieldDisplayLanguage | function | modules/ |
Tests display language logic for translatable fields. |
FieldTranslationsTestCase::testFieldFormTranslationRevisions | function | modules/ |
Tests field translations when creating a new revision. |
FieldTranslationsTestCase::testFieldInvoke | function | modules/ |
Test the multilanguage logic of _field_invoke(). |
FieldTranslationsTestCase::testFieldInvokeMultiple | function | modules/ |
Test the multilanguage logic of _field_invoke_multiple(). |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.