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 |
---|---|---|---|
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(). |
FieldTranslationsTestCase::testTranslatableFieldSaveLoad | function | modules/ |
Test translatable fields storage/retrieval. |
FieldUIAlterTestCase | class | modules/ |
Tests custom widget hooks and callbacks on the field administration pages. |
FieldUIAlterTestCase::getInfo | function | modules/ |
|
FieldUIAlterTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FieldUIAlterTestCase::testDefaultWidgetPropertiesAlter | function | modules/ |
Tests hook_field_widget_properties_alter() on the default field widget. |
FieldUIManageDisplayTestCase | class | modules/ |
Tests the functionality of the 'Manage display' screens. |
FieldUIManageDisplayTestCase::assertNodeViewNoText | function | modules/ |
Asserts that a string is not found in the rendered node in a view mode. |
FieldUIManageDisplayTestCase::assertNodeViewText | function | modules/ |
Asserts that a string is found in the rendered node in a view mode. |
FieldUIManageDisplayTestCase::assertNodeViewTextHelper | function | modules/ |
Asserts that a string is (not) found in the rendered nodein a view mode. |
FieldUIManageDisplayTestCase::getInfo | function | modules/ |
|
FieldUIManageDisplayTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FieldUIManageDisplayTestCase::testFormatterUI | function | modules/ |
Tests formatter settings. |
FieldUIManageDisplayTestCase::testViewModeCustom | function | modules/ |
Tests switching view modes to use custom or 'default' settings'. |
FieldUIManageFieldsTestCase | class | modules/ |
Tests the functionality of the 'Manage fields' screen. |
FieldUIManageFieldsTestCase::$field_label | property | modules/ |
|
FieldUIManageFieldsTestCase::$field_name | property | modules/ |
|
FieldUIManageFieldsTestCase::$field_name_input | property | modules/ |
|
FieldUIManageFieldsTestCase::addExistingField | function | modules/ |
Tests adding an existing field in another content type. |
FieldUIManageFieldsTestCase::assertFieldSettings | function | modules/ |
Asserts field settings are as expected. |
FieldUIManageFieldsTestCase::createField | function | modules/ |
Tests adding a new field. |
FieldUIManageFieldsTestCase::getInfo | function | modules/ |
|
FieldUIManageFieldsTestCase::manageFieldsPage | function | modules/ |
Tests the manage fields page. |
FieldUIManageFieldsTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FieldUIManageFieldsTestCase::testCRUDFields | function | modules/ |
Runs the field CRUD tests. |
FieldUIManageFieldsTestCase::testDefaultValue | function | modules/ |
Tests that default value is correctly validated and saved. |
FieldUIManageFieldsTestCase::testDeleteField | function | modules/ |
Tests that deletion removes fields and instances as expected. |
FieldUIManageFieldsTestCase::testDuplicateFieldName | function | modules/ |
Tests that a duplicate field name is caught by validation. |
FieldUIManageFieldsTestCase::testExternalDestinations | function | modules/ |
Tests that external URLs in the 'destinations' query parameter are blocked. |
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.