You are here

Files in Entity API 7

Primary tabs

File namesort descending Location Namespace Description
book.info.inc modules/book.info.inc Provides info about book nodes.
callbacks.inc modules/callbacks.inc Provides various callbacks for the whole core module integration.
comment.info.inc modules/comment.info.inc Provides info about the comment entity.
entity.api.php entity.api.php Hooks provided by the entity API.
entity.controller.inc includes/entity.controller.inc Provides a controller building upon the core controller but providing more features like full CRUD functionality.
entity.features.inc entity.features.inc Provides Features integration for entity types using the CRUD API.
entity.i18n.inc entity.i18n.inc Internationalization (i18n) integration.
entity.inc includes/entity.inc Provides a base class for entities.
entity.info entity.info name = Entity API description = Enables modules to work with any entity type and to provide entities. core = 7.x test_dependencies[] = rules test_dependencies[] = i18n_string files[] = entity.features.inc files[] = entity.i18n.inc files[] =…
entity.info.inc entity.info.inc Provides basic entity property info for entities provided via the CRUD API, as well as property info for all entity types defined by core. For that the respective modules/MODULE.info.inc files are included.
entity.install entity.install Install file for the entity API.
entity.module entity.module
entity.property.inc includes/entity.property.inc Provides API functions around hook_entity_property_info(). Also see entity.info.inc, which cares for providing entity property info for all core entity types.
entity.rules.inc entity.rules.inc Provides Rules integration for entities provided via the CRUD API.
entity.test entity.test Entity CRUD API tests.
entity.theme.css theme/entity.theme.css .entity-property-label { font-weight: bold; }
entity.theme.inc theme/entity.theme.inc Holds entity module's theme functions.
entity.tpl.php theme/entity.tpl.php Default theme implementation for entities.
entity.ui.inc includes/entity.ui.inc Provides a controller for building an entity overview form.
entity.views.inc views/entity.views.inc Provide views data for modules making use of the entity CRUD API.
entity.wrapper.inc includes/entity.wrapper.inc Provides wrappers allowing easy usage of the entity metadata.
entity_feature.info tests/entity_feature.info name = Entity feature module description = Provides some entities in code. version = VERSION core = 7.x files[] = entity_feature.module dependencies[] = entity_test hidden = TRUE
entity_feature.module tests/entity_feature.module Test module providing some entities in code.
entity_property.inc ctools/relationships/entity_property.inc Plugin to provide an relationship handler for any entity property.
entity_test.info tests/entity_test.info name = Entity CRUD test module description = Provides entity types based upon the CRUD API. version = VERSION core = 7.x files[] = entity_test.module files[] = entity_test.install dependencies[] = entity hidden = TRUE
entity_test.install tests/entity_test.install Install, update and uninstall functions for the entity_test module.
entity_test.module tests/entity_test.module Test module for the entity API.
entity_test_i18n.info tests/entity_test_i18n.info name = Entity-test type translation description = Allows translating entity-test types. dependencies[] = entity_test dependencies[] = i18n_string package = Multilingual - Internationalization core = 7.x hidden = TRUE
entity_test_i18n.module tests/entity_test_i18n.module Entity-test i18n integration module via entity API i18n support.
entity_token.info entity_token.info name = Entity tokens description = Provides token replacements for all properties that have no tokens and are known to the entity API. core = 7.x dependencies[] = entity files[] = entity_token.tokens.inc
entity_token.module entity_token.module Module file for the entity tokens module. Drupal needs this file.
entity_token.tokens.inc entity_token.tokens.inc Provides tokens for entity properties which have no token yet.
entity_view.inc ctools/content_types/entity_view.inc
entity_views_example_query.php views/entity_views_example_query.php Contains an example for a Views query plugin that could use the data selection tables.
entity_views_field_handler_helper.inc views/handlers/entity_views_field_handler_helper.inc Contains the EntityFieldHandlerHelper class.
entity_views_handler_area_entity.inc views/handlers/entity_views_handler_area_entity.inc Renders a full entity in a views area.
entity_views_handler_field_boolean.inc views/handlers/entity_views_handler_field_boolean.inc Contains the entity_views_handler_field_boolean class.
entity_views_handler_field_date.inc views/handlers/entity_views_handler_field_date.inc Contains the entity_views_handler_field_date class.
entity_views_handler_field_duration.inc views/handlers/entity_views_handler_field_duration.inc Contains the entity_views_handler_field_duration class.
entity_views_handler_field_entity.inc views/handlers/entity_views_handler_field_entity.inc Contains the entity_views_handler_field_entity class.
entity_views_handler_field_field.inc views/handlers/entity_views_handler_field_field.inc Contains the entity_views_handler_field_field class.
entity_views_handler_field_numeric.inc views/handlers/entity_views_handler_field_numeric.inc Contains the entity_views_handler_field_numeric class.
entity_views_handler_field_options.inc views/handlers/entity_views_handler_field_options.inc Contains the entity_views_handler_field_options class.
entity_views_handler_field_text.inc views/handlers/entity_views_handler_field_text.inc Contains the entity_views_handler_field_text class.
entity_views_handler_field_uri.inc views/handlers/entity_views_handler_field_uri.inc Contains the entity_views_handler_field_uri class.
entity_views_handler_relationship.inc views/handlers/entity_views_handler_relationship.inc Contains the entity_views_handler_relationship class.
entity_views_handler_relationship_by_bundle.inc views/handlers/entity_views_handler_relationship_by_bundle.inc Contains the entity_views_handler_relationship_by_bundle class.
entity_views_plugin_row_entity_view.inc views/plugins/entity_views_plugin_row_entity_view.inc Row style plugin for displaying the results as entities.
field.info.inc modules/field.info.inc Provides info for fields.
locale.info.inc modules/locale.info.inc Provides locale-related properties.

Pages

Other projects