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 |
|
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.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.exceptions.inc |
core/modules/entityreference/includes/entityreference.exceptions.inc |
Exceptions classes for Entity Reference module. |
entityreference.api.php |
core/modules/entityreference/entityreference.api.php |
Describe hooks provided by the Entity Reference module. |
entityreference.admin.test |
core/modules/entityreference/tests/entityreference.admin.test |
Contains EntityReferenceHandlersTestCase |
entityreference.admin.css |
core/modules/entityreference/css/entityreference.admin.css |
.entityreference-settings {
margin-left: 1.5em;
} |
entity.tpl.php |
core/modules/entity/templates/entity.tpl.php |
Default theme implementation for entities. |
entity.tokens.inc |
core/modules/entity/entity.tokens.inc |
Token callbacks for the entity module. |
entity.theme.inc |
core/modules/entity/entity.theme.inc |
Holds the Entity module's theme functions. |
entity.tests.info |
core/modules/entity/tests/entity.tests.info |
[EntityAPITestCase]
name = Entity CRUD
description = Tests basic CRUD functionality.
group = Entity API
file = entity.test
[EntityAPIInfoTestCase]
name = Entity info
description = Makes sure entity info is accurately cached.
group = Entity API
file =… |
entity.test |
core/modules/entity/tests/entity.test |
Entity CRUD API tests. |
entity.query.inc |
core/modules/entity/entity.query.inc |
Entity query API. |
entity.module |
core/modules/entity/entity.module |
Entity API for handling entities like nodes or users. |
entity.info |
core/modules/entity/entity.info |
type = module
name = Entity
description = API for managing entities like nodes and users.
package = System
tags[] = Content
version = BACKDROP_VERSION
backdrop = 1.x
required = TRUE |
entity.controller.inc |
core/modules/entity/entity.controller.inc |
Entity API controller classes and interface. |
entity.class.inc |
core/modules/entity/entity.class.inc |
Provides an interface and a base class for entities. |
entity.api.php |
core/modules/entity/entity.api.php |
Hooks provided by the Entity module. |
email_example.tests.info |
modules/examples/email_example/tests/email_example.tests.info |
[EmailExampleTestCase]
name = Email example functionality
description = Verify email submission using the contact form.
group = Example modules
file = email_example.test |
email_example.test |
modules/examples/email_example/tests/email_example.test |
Simpletest case for email_example module. |
email_example.module |
modules/examples/email_example/email_example.module |
Hook implementations for the Email Example module. |
email_example.info |
modules/examples/email_example/email_example.info |
name = Email Example
description = Demonstrate how to use the email APIs.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module |
email.tests.info |
core/modules/email/tests/email.tests.info |
[EmailFieldTestCase]
name = Email field
description = Tests email field functionality.
group = Field types
file = email.test |
email.test |
core/modules/email/tests/email.test |
|
email.module |
core/modules/email/email.module |
Module file for the email module, which creates an email address field. |
email.install |
core/modules/email/email.install |
Defines schema for email fields |