File namesort ascending Location Description
examples.info modules/examples/examples.info name = Examples for Developers description = A variety of example modules to learn from and hack upon. package = Example modules version = BACKDROP_VERSION backdrop = 1.x type = module
examples.index.php modules/examples/examples.index.php Example modules
evalmath.inc core/includes/evalmath.inc
es.php core/includes/transliteration/es.php
error_test.module core/modules/simpletest/tests/error_test.module
error_test.info core/modules/simpletest/tests/error_test.info name = "Error test" description = "Support module for error and exception testing." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
errors.inc core/includes/errors.inc Functions for error handling.
error.test core/modules/simpletest/tests/error.test
eo.php core/includes/transliteration/eo.php
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_layout_context_handler.inc core/modules/layout/plugins/context/entity_layout_context_handler.inc Layout context handler for entities.
entity_id_layout_access.inc core/modules/layout/plugins/access/entity_id_layout_access.inc Plugin to provide access control based upon entity ID.
entity_example.tests.info modules/examples/entity_example/tests/entity_example.tests.info [EntityExampleTestCase] name = Entity example functionality description = Tests entity functionality. group = Example modules file = entity_example.test
entity_example.test modules/examples/entity_example/tests/entity_example.test Tests for entity_example module.
entity_example.module modules/examples/entity_example/entity_example.module Hook implementations for the Entity Example module.
entity_example.install modules/examples/entity_example/entity_example.install Install for a basic entity - need to create the base table for our entity. This table can have as many columns as you need to keep track of entity-specific data that will not be added via attached fields. The minimum information for the entity to work…
entity_example.info modules/examples/entity_example/entity_example.info name = Entity Example description = A simple example showing the main steps required to set up a custom entity. package = Example modules version = BACKDROP_VERSION backdrop = 1.x type = module dependencies[] = field configure =…
entity_example.inc modules/examples/entity_example/entity_example.inc
entity_crud_hook_test.test core/modules/entity/tests/entity_crud_hook_test.test CRUD hook tests for the Entity CRUD 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.test core/modules/entity/tests/entity_crud.test Tests for the Entity CRUD API.
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.
entity_cache_test.info core/modules/entity/tests/entity_cache_test/entity_cache_test.info name = "Entity cache test" description = "Support module for testing entity cache." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x dependencies[] = entity_cache_test_dependency hidden = TRUE
entity_bundle_layout_access.inc core/modules/layout/plugins/access/entity_bundle_layout_access.inc Plugin to provide access control based upon entity bundle.
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_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.
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.views.inc core/modules/entityreference/views/entityreference.views.inc Views integration for Entity Reference.
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

Pages