FieldAttachStorageTestCase::testFieldAttachDeleteBundle |
core/modules/field/tests/field.test |
Test field_attach_delete_bundle(). |
FieldAttachStorageTestCase::testFieldAttachLoadMultiple |
core/modules/field/tests/field.test |
Test the 'multiple' load feature. |
FieldAttachStorageTestCase::testFieldAttachSaveLoad |
core/modules/field/tests/field.test |
Check field values insert, update and load. |
FieldAttachStorageTestCase::testFieldAttachSaveLoadDifferentStorage |
core/modules/field/tests/field.test |
Test saving and loading fields using different storage backends. |
FieldAttachStorageTestCase::testFieldAttachSaveMissingData |
core/modules/field/tests/field.test |
Tests insert and update with missing or NULL fields. |
FieldAttachStorageTestCase::testFieldAttachSaveMissingDataDefaultValue |
core/modules/field/tests/field.test |
Test insert with missing or NULL fields, with default value. |
FieldAttachStorageTestCase::testFieldHasData |
core/modules/field/tests/field.test |
Test field_has_data(). |
FieldAttachStorageTestCase::testFieldStorageDetailsAlter |
core/modules/field/tests/field.test |
Test storage details alteration. |
FieldAttachTestCase::createFieldWithInstance |
core/modules/field/tests/field.test |
Create a field and an instance of it. |
FieldAttachTestCase::setUp |
core/modules/field/tests/field.test |
Sets up a Backdrop site for running functional and integration tests. |
FieldBlock::createPseudoInstance |
core/modules/field/field.block.inc |
Create a field instance and display that uses custom formatter settings. |
FieldBlock::form |
core/modules/field/field.block.inc |
Builds the block's configuration form. |
FieldBlock::formatterFormAjax |
core/modules/field/field.block.inc |
Form #ajax callback used by FieldBlock::form(). |
FieldBlock::formSubmit |
core/modules/field/field.block.inc |
Submit handler to save the form settings. |
FieldBlock::getAdminPreview |
core/modules/field/field.block.inc |
Sets description text on draggable block in Layout builder. |
FieldBlock::getAdminTitle |
core/modules/field/field.block.inc |
Sets title text on draggable block panel in Layout builder. |
FieldBlock::getChildren |
core/modules/field/field.block.inc |
Creates an array of "child blocks" for display in the "Add Block" dialog. |
FieldBlock::getContent |
core/modules/field/field.block.inc |
Sets block content on block view. |
FieldBlock::getTitle |
core/modules/field/field.block.inc |
Sets block subject on block view. |
FieldBlock::__construct |
core/modules/field/field.block.inc |
Create a new Block object. |
FieldBlockTestCase::setUp |
core/modules/field/tests/field.test |
Sets up a Backdrop site for running functional and integration tests. |
FieldBlockTestCase::testFieldBlock |
core/modules/field/tests/field.test |
Check special conditions around the main content block. |
FieldBulkDeleteTestCase::checkHooksInvocations |
core/modules/field/tests/field.test |
Tests that the expected hooks have been invoked on the expected entities. |
FieldBulkDeleteTestCase::convertToPartialEntities |
core/modules/field/tests/field.test |
Converts the passed entities to partially created ones. |
FieldBulkDeleteTestCase::setUp |
core/modules/field/tests/field.test |
Sets up a Backdrop site for running functional and integration tests. |
FieldBulkDeleteTestCase::testDeleteFieldInstance |
core/modules/field/tests/field.test |
Verify that deleting an instance leaves the field data items in
the database and that the appropriate Field API functions can
operate on the deleted data and instance. |
FieldBulkDeleteTestCase::testPurgeField |
core/modules/field/tests/field.test |
Verify that fields are preserved and purged correctly as multiple
instances are deleted and purged. |
FieldBulkDeleteTestCase::testPurgeInstance |
core/modules/field/tests/field.test |
Verify that field data items and instances are purged when an
instance is deleted. |
FieldCrudTestCase::setUp |
core/modules/field/tests/field.test |
Sets up a Backdrop site for running functional and integration tests. |
FieldCrudTestCase::testActive |
core/modules/field/tests/field.test |
Test that fields are properly marked active or inactive. |
FieldCrudTestCase::testCreateField |
core/modules/field/tests/field.test |
Test the creation of a field. |
FieldCrudTestCase::testCreateFieldFail |
core/modules/field/tests/field.test |
Test failure to create a field. |
FieldCrudTestCase::testDeleteField |
core/modules/field/tests/field.test |
Test the deletion of a field. |
FieldCrudTestCase::testReadField |
core/modules/field/tests/field.test |
Test reading back a field definition. |
FieldCrudTestCase::testUpdateField |
core/modules/field/tests/field.test |
Test updating a field. |
FieldCrudTestCase::testUpdateFieldForbid |
core/modules/field/tests/field.test |
Test field type modules forbidding an update. |
FieldCrudTestCase::testUpdateFieldType |
core/modules/field/tests/field.test |
|
FieldCrudTestCase::testUpdateNonExistentField |
core/modules/field/tests/field.test |
|
FieldCrudTestCase::_testActiveHelper |
core/modules/field/tests/field.test |
Helper function for testActive(). |
FieldDisplayAPITestCase::setUp |
core/modules/field/tests/field.test |
Sets up a Backdrop site for running functional and integration tests. |
FieldDisplayAPITestCase::testFieldViewField |
core/modules/field/tests/field.test |
Test the field_view_field() function. |
FieldDisplayAPITestCase::testFieldViewValue |
core/modules/field/tests/field.test |
Test the field_view_value() function. |
FieldExampleTest::createField |
modules/examples/field_example/tests/field_example.test |
Utility function to create fields on a content type. |
FieldExampleTest::setUp |
modules/examples/field_example/tests/field_example.test |
Sets up a Backdrop site for running functional and integration tests. |
FieldExampleTest::testExampleFieldBasic |
modules/examples/field_example/tests/field_example.test |
Test basic functionality of the example field. |
FieldFormTestCase::setUp |
core/modules/field/tests/field.test |
Sets up a Backdrop site for running functional and integration tests. |
FieldFormTestCase::testFieldFormAccess |
core/modules/field/tests/field.test |
Tests fields with no 'edit' access. |
FieldFormTestCase::testFieldFormJSAddMore |
core/modules/field/tests/field.test |
|
FieldFormTestCase::testFieldFormMultipleWidget |
core/modules/field/tests/field.test |
Tests widgets handling multiple values. |
FieldFormTestCase::testFieldFormMultivalueWithRequiredRadio |
core/modules/field/tests/field.test |
Tests widget handling of multiple required radios. |