File name Locationsort ascending Description
field.default.inc core/modules/field/field.default.inc Default 'implementations' of hook_field_*(): common field housekeeping.
field.crud.inc core/modules/field/field.crud.inc Field CRUD API, handling field and field instance creation and deletion.
field.block.inc core/modules/field/field.block.inc
field.attach.inc core/modules/field/field.attach.inc Field attach API, allowing entities (nodes, users, ...) to be 'fieldable'.
field.api.php core/modules/field/field.api.php Hooks provided by the Field module.
field.css core/modules/field/css/field.css /* Field display */ .field .field-label { font-weight: bold; } .field-label-inline .field-label, .field-label-inline .field-items { float:left; /*LTR*/ } [dir="rtl"] .field-label-inline .field-label, [dir="rtl"]…
entityreference_plugin_style.inc core/modules/entityreference/views/entityreference_plugin_style.inc Handler for entityreference_plugin_style.
entityreference_plugin_row_fields.inc core/modules/entityreference/views/entityreference_plugin_row_fields.inc Handler for entityreference_plugin_row_fields.
entityreference_plugin_display.inc core/modules/entityreference/views/entityreference_plugin_display.inc Handler for entityreference_plugin_display.
entityreference.views.inc core/modules/entityreference/views/entityreference.views.inc Views integration for Entity Reference.
entityreference_views_test.module core/modules/entityreference/tests/entityreference_views_test/entityreference_views_test.module Helper module for Entity Reference Views tests.
entityreference_views_test.info core/modules/entityreference/tests/entityreference_views_test/entityreference_views_test.info name = Entity Reference Views Test description = Test module for Entity Reference Views. package = Views version = BACKDROP_VERSION type = module backdrop = 1.x dependencies[] = views dependencies[] = entityreference hidden = TRUE
entityreference.tests.info core/modules/entityreference/tests/entityreference.tests.info [EntityReferenceAdminTestCase] name = Entity Reference UI description = Tests for the administrative UI. group = Entity Reference file = entityreference.admin.test [EntityReferenceHandlersTestCase] name = Entity Reference Handlers description = Tests…
entityreference.taxonomy.test core/modules/entityreference/tests/entityreference.taxonomy.test
entityreference.handlers.test core/modules/entityreference/tests/entityreference.handlers.test Contains EntityReferenceHandlersTestCase
entityreference.form.test core/modules/entityreference/tests/entityreference.form.test Contains EntityReferenceFormTestCase.
entityreference.field.test core/modules/entityreference/tests/entityreference.field.test
entityreference.admin.test core/modules/entityreference/tests/entityreference.admin.test Contains EntityReferenceHandlersTestCase
EntityReferenceSelectionHandlerViews.inc core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerViews.inc
EntityReferenceSelectionHandlerGeneric.inc core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc Generic Entity handler.
EntityReferenceSelectionHandler.inc core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc Abstraction of the selection logic of an entity reference field.
EntityReferenceBehaviorHandlerViewsFilterSelect.inc core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandlerViewsFilterSelect.inc Plugin class for Views Filter Select behavior.
EntityReferenceBehaviorHandlerTaxonomyIndex.inc core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandlerTaxonomyIndex.inc Plugin class for the taxonomy behavior.
EntityReferenceBehaviorHandler.inc core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc
entityreference.exceptions.inc core/modules/entityreference/includes/entityreference.exceptions.inc Exceptions classes for Entity Reference module.
entityreference.module core/modules/entityreference/entityreference.module Entityreference primary module file.
entityreference.install core/modules/entityreference/entityreference.install
entityreference.info core/modules/entityreference/entityreference.info name = Entity Reference description = Defines a field type for referencing from other entities, such as content, users, taxonomy terms, and files. package = Fields backdrop = 1.x type = module version = BACKDROP_VERSION dependencies[] =…
entityreference.api.php core/modules/entityreference/entityreference.api.php Describe hooks provided by the Entity Reference module.
entityreference.admin.css core/modules/entityreference/css/entityreference.admin.css .entityreference-settings { margin-left: 1.5em; }
entity_test.module core/modules/entity/tests/entity_test/entity_test.module Test module for the entity API providing an entity type for testing.
entity_test.install core/modules/entity/tests/entity_test/entity_test.install Install, update and uninstall functions for the entity_test module.
entity_test.info core/modules/entity/tests/entity_test/entity_test.info name = Entity CRUD test module description = Provides entity types based upon the CRUD API. package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x dependencies[] = entity hidden = TRUE
entity_test.entity.inc core/modules/entity/tests/entity_test/entity_test.entity.inc Test entity classes.
entity_query_access_test.module core/modules/entity/tests/entity_query_access_test/entity_query_access_test.module Helper module for testing EntityFieldQuery access on any type of entity.
entity_query_access_test.info core/modules/entity/tests/entity_query_access_test/entity_query_access_test.info name = "Entity query access test" description = "Support module for checking entity query results." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
entity_query.test core/modules/entity/tests/entity_query.test Unit test file for the entity API.
entity_crud_hook_test.module core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module Test module for the Entity CRUD API.
entity_crud_hook_test.info core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.info name = "Entity CRUD Hooks Test" description = "Support module for CRUD hook tests." backdrop = 1.x package = Testing version = BACKDROP_VERSION type = module hidden = TRUE
entity_crud_hook_test.test core/modules/entity/tests/entity_crud_hook_test.test CRUD hook tests for the Entity CRUD API.
entity_crud.test core/modules/entity/tests/entity_crud.test Tests for the Entity CRUD API.
test_multibundle.entity.inc core/modules/entity/tests/entity_caching_test/test_multibundle.entity.inc Test entity classes.
test_disable_cache.entity.inc core/modules/entity/tests/entity_caching_test/test_disable_cache.entity.inc Test entity classes.
test_cacheable.entity.inc core/modules/entity/tests/entity_caching_test/test_cacheable.entity.inc Test entity classes.
entity_caching_test.module core/modules/entity/tests/entity_caching_test/entity_caching_test.module Test module for the entity API providing an entity type for testing.
entity_caching_test.install core/modules/entity/tests/entity_caching_test/entity_caching_test.install Install, update and uninstall functions for the entity_caching_test module.
entity_caching_test.info core/modules/entity/tests/entity_caching_test/entity_caching_test.info name = Entity Caching test module description = Provides entity types using to test entity caching. package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x dependencies[] = entity hidden = TRUE
entity_cache_test_dependency.module core/modules/entity/tests/entity_cache_test_dependency/entity_cache_test_dependency.module Helper module for entity cache tests.
entity_cache_test_dependency.info core/modules/entity/tests/entity_cache_test_dependency/entity_cache_test_dependency.info name = "Entity cache test dependency" description = "Support dependency module for testing entity cache." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
entity_cache_test.module core/modules/entity/tests/entity_cache_test/entity_cache_test.module Helper module for entity cache tests.

Pages