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 |
|---|---|---|---|
| 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. |
| 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. |
| FieldSchemaAlterTestCase | class | modules/ |
Tests that the field schema can be altered with hook_field_schema_alter(). |
| FieldSchemaAlterTestCase::getInfo | function | modules/ |
|
| FieldSchemaAlterTestCase::setUp | function | modules/ |
Set the default field storage backend for fields created during tests. |
| FieldSchemaAlterTestCase::testImageFieldSchemaAlter | function | modules/ |
Tests a hook_field_schema_alter() implementation. |
| 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. |
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.