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 |
|---|---|---|---|
| FieldCrudTestCase::testReadField | function | modules/ |
Test reading back a field definition. |
| FieldCrudTestCase::testReadFields | function | modules/ |
Tests reading field definitions. |
| FieldCrudTestCase::testUpdateField | function | modules/ |
Test updating a field. |
| FieldCrudTestCase::testUpdateFieldForbid | function | modules/ |
Test field type modules forbidding an update. |
| FieldCrudTestCase::testUpdateFieldType | function | modules/ |
|
| FieldCrudTestCase::testUpdateNonExistentField | function | modules/ |
|
| FieldCrudTestCase::_testActiveHelper | function | modules/ |
Helper function for testActive(). |
| FieldDisplayAPITestCase | class | modules/ |
|
| FieldDisplayAPITestCase::$cardinality | property | modules/ |
|
| FieldDisplayAPITestCase::$entity | property | modules/ |
|
| FieldDisplayAPITestCase::$field | property | modules/ |
|
| FieldDisplayAPITestCase::$field_name | property | modules/ |
|
| FieldDisplayAPITestCase::$instance | property | modules/ |
|
| FieldDisplayAPITestCase::$is_new | property | modules/ |
|
| FieldDisplayAPITestCase::$label | property | modules/ |
|
| FieldDisplayAPITestCase::$values | property | modules/ |
|
| FieldDisplayAPITestCase::getInfo | function | modules/ |
|
| FieldDisplayAPITestCase::setUp | function | modules/ |
Set the default field storage backend for fields created during tests. |
| FieldDisplayAPITestCase::testFieldViewField | function | modules/ |
Test the field_view_field() function. |
| FieldDisplayAPITestCase::testFieldViewValue | function | modules/ |
Test the field_view_value() function. |
| FieldException | class | modules/ |
Base class for all exceptions thrown by Field API functions. |
| FieldFormTestCase | class | modules/ |
|
| FieldFormTestCase::$field | property | modules/ |
|
| FieldFormTestCase::$field_multiple | property | modules/ |
|
| FieldFormTestCase::$field_name | property | modules/ |
|
| FieldFormTestCase::$field_single | property | modules/ |
|
| FieldFormTestCase::$field_unlimited | property | modules/ |
|
| FieldFormTestCase::$instance | property | modules/ |
|
| FieldFormTestCase::getInfo | function | modules/ |
|
| FieldFormTestCase::setUp | function | modules/ |
Set the default field storage backend for fields created during tests. |
| FieldFormTestCase::testFieldFormAccess | function | modules/ |
Tests fields with no 'edit' access. |
| FieldFormTestCase::testFieldFormJSAddMore | function | modules/ |
|
| FieldFormTestCase::testFieldFormMultipleWidget | function | modules/ |
Tests widgets handling multiple values. |
| FieldFormTestCase::testFieldFormMultivalueWithRequiredRadio | function | modules/ |
Tests widget handling of multiple required radios. |
| FieldFormTestCase::testFieldFormSingle | function | modules/ |
|
| FieldFormTestCase::testFieldFormSingleRequired | function | modules/ |
|
| FieldFormTestCase::testFieldFormUnlimited | function | modules/ |
|
| FieldFormTestCase::testFieldFormUnlimitedRequired | function | modules/ |
Tests the position of the required label. |
| FieldFormTestCase::testNestedFieldForm | function | modules/ |
Tests Field API form integration within a subform. |
| FieldInfo | class | modules/ |
Provides field and instance definitions for the current runtime environment. |
| FieldInfo::$bundleExtraFields | property | modules/ |
Extra fields by bundle. |
| FieldInfo::$bundleInstances | property | modules/ |
Instance definitions by bundle. |
| FieldInfo::$emptyBundles | property | modules/ |
Separately tracks requested bundles that are empty (or do not exist). |
| FieldInfo::$fieldIdsByName | property | modules/ |
Mapping of field names to the ID of the corresponding non-deleted field. |
| FieldInfo::$fieldMap | property | modules/ |
Lightweight map of fields across entity types and bundles. |
| FieldInfo::$fieldsById | property | modules/ |
List of $field structures keyed by ID. Includes deleted fields. |
| FieldInfo::$loadedAllFields | property | modules/ |
Whether $fieldsById contains all field definitions or a subset. |
| FieldInfo::$loadedAllInstances | property | modules/ |
Whether $bundleInstances contains all instances definitions or a subset. |
| FieldInfo::$unknownFields | property | modules/ |
Separately tracks requested field names or IDs that do not exist. |
| FieldInfo::flush | function | modules/ |
Clears the "static" and persistent caches. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.