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 |
---|---|---|---|
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. |
FieldInfo::getBundleExtraFields | function | modules/ |
Retrieves the "extra fields" for a bundle. |
FieldInfo::getBundleInstances | function | modules/ |
Retrieves the instances for a bundle. |
FieldInfo::getField | function | modules/ |
Returns a field definition from a field name. |
FieldInfo::getFieldById | function | modules/ |
Returns a field definition from a field ID. |
FieldInfo::getFieldMap | function | modules/ |
Collects a lightweight map of fields across bundles. |
FieldInfo::getFields | function | modules/ |
Returns all active fields, including deleted ones. |
FieldInfo::getInstances | function | modules/ |
Retrieves all active, non-deleted instances definitions. |
FieldInfo::prepareExtraFields | function | modules/ |
Prepares 'extra fields' for the current run-time context. |
FieldInfo::prepareField | function | modules/ |
Prepares a field definition for the current run-time context. |
FieldInfo::prepareInstance | function | modules/ |
Prepares an instance definition for the current run-time context. |
FieldInfo::prepareInstanceDisplay | function | modules/ |
Adapts display specifications to the current run-time context. |
FieldInfo::prepareInstanceWidget | function | modules/ |
Prepares widget properties for the current run-time context. |
FieldInfoTestCase | class | modules/ |
|
FieldInfoTestCase::getInfo | function | modules/ |
|
FieldInfoTestCase::setUp | function | modules/ |
Set the default field storage backend for fields created during tests. |
FieldInfoTestCase::testFieldInfo | function | modules/ |
Test that field types and field definitions are correcly cached. |
FieldInfoTestCase::testFieldInfoCache | function | modules/ |
Tests that the field info cache can be built correctly. |
FieldInfoTestCase::testFieldMap | function | modules/ |
Test field_info_field_map(). |
FieldInfoTestCase::testFieldPrepare | function | modules/ |
Test that cached field definitions are ready for current runtime context. |
FieldInfoTestCase::testInstanceDisabledEntityType | function | modules/ |
Test that instances on disabled entity types are filtered out. |
FieldInfoTestCase::testInstancePrepare | function | modules/ |
Test that cached instance definitions are ready for current runtime context. |
FieldInfoTestCase::testSettingsInfo | function | modules/ |
Test that the field_info settings convenience functions work. |
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.