Search for info
Title | Object type | File name | Summary |
---|---|---|---|
entity_crud_hook_test.info | file | modules/ |
name = "Entity CRUD Hooks Test" description = "Support module for CRUD hook tests." core = 7.x package = Testing version = VERSION hidden = TRUE |
entity_crud_hook_test_entity_info_alter | function | modules/ |
Implements hook_entity_info_alter(). |
entity_get_info | function | includes/ |
Get the entity info array of an entity type. |
entity_info_cache_clear | function | includes/ |
Resets the cached information about entity types. |
entity_query_access_test.info | file | modules/ |
name = "Entity query access test" description = "Support module for checking entity query results." package = Testing version = VERSION core = 7.x hidden = TRUE |
error_test.info | file | modules/ |
name = "Error test" description = "Support module for error and exception testing." package = Testing version = VERSION core = 7.x hidden = TRUE |
ExampleTest::getInfo | function | modules/ |
|
ExampleTest::getInfo | function | modules/ |
|
FeedIconTest::getInfo | function | modules/ |
|
FeedParserTestCase::getInfo | function | modules/ |
|
Field Info API | group | modules/ |
Obtain information about Field API configuration. |
field.info | file | modules/ |
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.info.inc | file | modules/ |
Field Info API, providing information about available fields and field types. |
FieldAttachOtherTestCase::getInfo | function | modules/ |
|
FieldAttachStorageTestCase::getInfo | function | modules/ |
|
FieldBulkDeleteTestCase::getInfo | function | modules/ |
|
FieldCrudTestCase::getInfo | function | modules/ |
|
FieldDisplayAPITestCase::getInfo | function | modules/ |
|
FieldFormTestCase::getInfo | function | modules/ |
|
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. |
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.