_field_info_field_cache

function _field_info_field_cache

_field_info_field_cache()

Retrieves the FieldInfo object for the current request.

Return value

FieldInfo An instance of the FieldInfo class.

File

modules/field/field.info.inc, line 14
Field Info API, providing information about available fields and field types.

Code

function _field_info_field_cache() {
  // Use the advanced drupal_static() patte