Search for info

  1. Search 9.5.x for info
  2. Search 8.9.x for info
  3. Search 10.3.x for info
  4. Search 11.x for info
  5. Other projects
Title Object type File name Summary
field.info file modules/field/field.info name = Field
description = Field API to add fields to entities like nodes and users.
package = Core
version = VERSION
core = 7.x
files[] = field.module
files[] = field.attach.inc
files[] = field.info.class.inc
files[] = tests/field.test
dependencies[]…
field.info.class.inc file modules/field/field.info.class.inc
field.info.inc file modules/field/field.info.inc Field Info API, providing information about available fields and field types.
FieldAttachOtherTestCase::getInfo function modules/field/tests/field.test
FieldAttachStorageTestCase::getInfo function modules/field/tests/field.test
FieldBulkDeleteTestCase::getInfo function modules/field/tests/field.test
FieldCrudTestCase::getInfo function modules/field/tests/field.test
FieldDisplayAPITestCase::getInfo function modules/field/tests/field.test
FieldFormTestCase::getInfo function modules/field/tests/field.test
FieldInfo class modules/field/field.info.class.inc Provides field and instance definitions for the current runtime environment.
FieldInfo::$bundleExtraFields property modules/field/field.info.class.inc Extra fields by bundle.
FieldInfo::$bundleInstances property modules/field/field.info.class.inc Instance definitions by bundle.
FieldInfo::$emptyBundles property modules/field/field.info.class.inc Separately tracks requested bundles that are empty (or do not exist).
FieldInfo::$fieldIdsByName property modules/field/field.info.class.inc Mapping of field names to the ID of the corresponding non-deleted field.
FieldInfo::$fieldMap property modules/field/field.info.class.inc Lightweight map of fields across entity types and bundles.
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::getField function modules/field/field.info.class.inc Returns a field definition from a field name.
FieldInfo::getFieldById function modules/field/field.info.class.inc Returns a field definition from a field ID.
FieldInfo::getFieldMap function modules/field/field.info.class.inc Collects a lightweight map of fields across bundles.
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::prepareField function modules/field/field.info.class.inc Prepares a field definition 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::getInfo function modules/field/tests/field.test
FieldSqlStorageTestCase::getInfo function modules/field/modules/field_sql_storage/field_sql_storage.test
FieldTranslationsTestCase::getInfo function modules/field/tests/field.test
FieldUIAlterTestCase::getInfo function modules/field_ui/field_ui.test
FieldUIManageDisplayTestCase::getInfo function modules/field_ui/field_ui.test
FieldUIManageFieldsTestCase::getInfo function modules/field_ui/field_ui.test
FieldUpdatePathTestCase::getInfo function modules/simpletest/tests/upgrade/update.field.test
field_info_bundles function modules/field/field.info.inc Returns information about existing bundles.

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