Search for %s

  1. Search 9.5.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
FieldInfo::$fieldIdsByName property modules/field/field.info.class.inc Mapping of field names to the ID of the corresponding non-deleted field.
FieldInfo::$fieldsById property modules/field/field.info.class.inc List of $field structures keyed by ID. Includes deleted fields.
FieldInfo::$loadedAllFields property modules/field/field.info.class.inc Whether $fieldsById contains all field definitions or a subset.
FieldInfo::$loadedAllInstances property modules/field/field.info.class.inc Whether $bundleInstances contains all instances definitions or a subset.
FieldInfo::$unknownFields property modules/field/field.info.class.inc Separately tracks requested field names or IDs that do not exist.
FieldInfo::flush function modules/field/field.info.class.inc Clears the "static" and persistent caches.
FieldInfo::getBundleExtraFields function modules/field/field.info.class.inc Retrieves the "extra fields" for a bundle.
FieldInfo::getBundleInstances function modules/field/field.info.class.inc Retrieves the instances for a bundle.
FieldInfo::getFields function modules/field/field.info.class.inc Returns all active fields, including deleted ones.
FieldInfo::getInstances function modules/field/field.info.class.inc Retrieves all active, non-deleted instances definitions.
FieldInfo::prepareExtraFields function modules/field/field.info.class.inc Prepares 'extra fields' for the current run-time context.
FieldInfo::prepareInstance function modules/field/field.info.class.inc Prepares an instance definition for the current run-time context.
FieldInfo::prepareInstanceDisplay function modules/field/field.info.class.inc Adapts display specifications to the current run-time context.
FieldInfo::prepareInstanceWidget function modules/field/field.info.class.inc Prepares widget properties for the current run-time context.
FieldInfoTestCase class modules/field/tests/field.test
FieldInfoTestCase::getInfo function modules/field/tests/field.test
FieldInfoTestCase::setUp function modules/field/tests/field.test Set the default field storage backend for fields created during tests.
FieldInfoTestCase::testFieldInfo function modules/field/tests/field.test Test that field types and field definitions are correcly cached.
FieldInfoTestCase::testFieldInfoCache function modules/field/tests/field.test Tests that the field info cache can be built correctly.
FieldInfoTestCase::testFieldMap function modules/field/tests/field.test Test field_info_field_map().
FieldInfoTestCase::testFieldPrepare function modules/field/tests/field.test Test that cached field definitions are ready for current runtime context.
FieldInfoTestCase::testInstanceDisabledEntityType function modules/field/tests/field.test Test that instances on disabled entity types are filtered out.
FieldInfoTestCase::testInstancePrepare function modules/field/tests/field.test Test that cached instance definitions are ready for current runtime context.
FieldInfoTestCase::testSettingsInfo function modules/field/tests/field.test Test that the field_info settings convenience functions work.
FieldInstanceCrudTestCase class modules/field/tests/field.test
FieldInstanceCrudTestCase::$another_instance_definition property modules/field/tests/field.test
FieldInstanceCrudTestCase::$field property modules/field/tests/field.test
FieldInstanceCrudTestCase::$instance_definition property modules/field/tests/field.test
FieldInstanceCrudTestCase::getInfo function modules/field/tests/field.test
FieldInstanceCrudTestCase::setUp function modules/field/tests/field.test Set the default field storage backend for fields created during tests.
FieldInstanceCrudTestCase::testCreateFieldInstance function modules/field/tests/field.test Test the creation of a field instance.
FieldInstanceCrudTestCase::testDeleteFieldInstance function modules/field/tests/field.test Test the deletion of a field instance.
FieldInstanceCrudTestCase::testReadFieldInstance function modules/field/tests/field.test Test reading back an instance definition.
FieldInstanceCrudTestCase::testUpdateFieldInstance function modules/field/tests/field.test Test the update of a field instance.
FieldSchemaAlterTestCase class modules/field/tests/field.test Tests that the field schema can be altered with hook_field_schema_alter().
FieldSchemaAlterTestCase::getInfo function modules/field/tests/field.test
FieldSchemaAlterTestCase::setUp function modules/field/tests/field.test Set the default field storage backend for fields created during tests.
FieldSchemaAlterTestCase::testImageFieldSchemaAlter function modules/field/tests/field.test Tests a hook_field_schema_alter() implementation.
FieldsOverlapException class includes/database/database.inc Exception thrown if an insert query specifies a field twice.
FieldSqlStorageTestCase class modules/field/modules/field_sql_storage/field_sql_storage.test Tests field storage.
FieldSqlStorageTestCase::$field property modules/field/modules/field_sql_storage/field_sql_storage.test
FieldSqlStorageTestCase::$field_name property modules/field/modules/field_sql_storage/field_sql_storage.test
FieldSqlStorageTestCase::$instance property modules/field/modules/field_sql_storage/field_sql_storage.test
FieldSqlStorageTestCase::$revision_table property modules/field/modules/field_sql_storage/field_sql_storage.test
FieldSqlStorageTestCase::$table property modules/field/modules/field_sql_storage/field_sql_storage.test
FieldSqlStorageTestCase::getInfo function modules/field/modules/field_sql_storage/field_sql_storage.test
FieldSqlStorageTestCase::setUp function modules/field/modules/field_sql_storage/field_sql_storage.test Sets up a Drupal site for running functional and integration tests.
FieldSqlStorageTestCase::testFieldAttachInsertAndUpdate function modules/field/modules/field_sql_storage/field_sql_storage.test Reads mysql to verify correct data is
written when using insert and update.
FieldSqlStorageTestCase::testFieldAttachLoad function modules/field/modules/field_sql_storage/field_sql_storage.test Uses the mysql tables and records to verify
field_load_revision works correctly.
FieldSqlStorageTestCase::testFieldAttachSaveMissingData function modules/field/modules/field_sql_storage/field_sql_storage.test Tests insert and update with missing or NULL fields.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.