CommentStorageController::postDelete in core/modules/comment/comment.entity.inc
Overrides EntityDatabaseStorageController::postDelete().
CommentStorageController::postSave in core/modules/comment/comment.entity.inc
Overrides EntityDatabaseStorageController::postSave().
date_field_widget_properties_alter in core/modules/date/date.module
Implements hook_field_widget_properties_alter().
date_tokens in core/modules/date/date.tokens.inc
Implements hook_tokens().
date_views_base_tables in core/modules/date/views/date.views.inc
Helper function to map entity types to the Views base table they use, to make it easier to infer the entity type from a base table.
DefaultEntityController::__construct in core/modules/entity/entity.controller.inc
Implements EntityControllerInterface::__construct().
Entity::createDuplicate in core/modules/entity/entity.class.inc
Implements EntityInterface::createDuplicate().
EntityAPIInfoTestCase::testEntityInfoChanges in core/modules/entity/tests/entity.test
Ensures entity info cache is updated after changes.
EntityBundleLayoutAccess::form in core/modules/layout/plugins/access/entity_bundle_layout_access.inc
Settings form for configuring this access item.
EntityBundleLayoutAccess::summary in core/modules/layout/plugins/access/entity_bundle_layout_access.inc
Provides a human-readable summary of this access check's behavior.
EntityFieldQuery::propertyQuery in core/modules/entity/entity.query.inc
Queries entity tables in SQL for property conditions and sorts.
EntityIDLayoutAccess::__construct in core/modules/layout/plugins/access/entity_id_layout_access.inc
Constructor for a Layout access rule.
EntityLayoutContext::form in core/modules/layout/plugins/context/entity_layout_context_handler.inc
Settings form for configuring this context item.
EntityLayoutContext::formValidate in core/modules/layout/plugins/context/entity_layout_context_handler.inc
Validate handler for the settings form for this context item.
EntityLayoutContext::getAdminSummary in core/modules/layout/plugins/context/entity_layout_context_handler.inc
Return a summary for this context.
EntityLayoutContext::label in core/modules/layout/plugins/context/entity_layout_context_handler.inc
Assemble a human-readable label of this object.
EntityReferenceAdminTestCase::testFieldAdminHandler in core/modules/entityreference/tests/entityreference.admin.test
EntityReferenceBehaviorHandlerViewsFilterSelect::views_data_alter in core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandlerViewsFilterSelect.inc
Alter the views data of a field.
EntityReferenceSelectionHandlerGeneric::ensureBaseTable in core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc
Ensure a base table exists for the query.
EntityReferenceSelectionHandlerGeneric::getInstance in core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc
Implements EntityReferenceHandler::getInstance().
EntityReferenceSelectionHandlerGeneric::settingsForm in core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc
Implements EntityReferenceHandler::settingsForm().
EntityReferenceSelectionHandlerGeneric_taxonomy_term::getReferencableEntities in core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc
Implements EntityReferenceHandler::getReferencableEntities().
EntityReferenceSelectionHandlerViews::handleArgs in core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerViews.inc
Handles arguments for views.
EntityReferenceSelectionHandlerViews::settingsForm in core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerViews.inc
Implements EntityReferenceHandler::settingsForm().
entityreference_field_formatter_prepare_view in core/modules/entityreference/entityreference.module
Implements hook_field_formatter_prepare_view().
entityreference_field_formatter_settings_form in core/modules/entityreference/entityreference.module
Implements hook_field_formatter_settings_form().
entityreference_field_formatter_settings_summary in core/modules/entityreference/entityreference.module
Implements hook_field_formatter_settings_summary().
entityreference_field_views_data in core/modules/entityreference/views/entityreference.views.inc
Implements hook_field_views_data().
entityreference_field_views_data_views_data_alter in core/modules/entityreference/views/entityreference.views.inc
Implements hook_field_views_data_views_data_alter().
entityreference_field_widget_form in core/modules/entityreference/entityreference.module
Implements hook_field_widget_form().
entityreference_flush_caches in core/modules/entityreference/entityreference.module
Implements hook_flush_caches().
entityreference_options_list in core/modules/entityreference/entityreference.module
Implements hook_options_list().
entity_access in core/modules/entity/entity.module
Determines whether the given user has access to an entity.
entity_build_content in core/modules/entity/entity.module
Builds a structured array representing the entity's content.
entity_cache_test_watchdog in core/modules/entity/tests/entity_cache_test/entity_cache_test.module
Implements hook_watchdog().
entity_create_stub_entity in core/modules/entity/entity.module
Assembles an object structure with initial IDs.
entity_extract_ids in core/modules/entity/entity.module
Extracts ID, revision ID, and bundle name from an entity.
entity_flush_caches in core/modules/entity/entity.module
Implements hook_flush_caches().
entity_form_submit_build_entity in core/modules/entity/entity.module
Copies submitted values to entity properties for simple entity forms.
entity_get_controller in core/modules/entity/entity.module
Gets the entity controller class for an entity type.
entity_token_info_alter in core/modules/entity/entity.tokens.inc
Implements hook_token_info_alter().
entity_view in core/modules/entity/entity.module
Generate an array for rendering the given entity.
entity_view_mode_exists in core/modules/entity/entity.module
Helper function: checks if the display mode exists.
entity_view_mode_load in core/modules/entity/entity.module
Load a custom entity display mode by entity type and machine name.
entity_view_multiple in core/modules/entity/entity.module
Generate an array for rendering the given entity.
FieldBlock::getContent in core/modules/field/field.block.inc
Sets block content on block view.
FieldInfoTestCase::testFieldInfo in core/modules/field/tests/field.test
Test that field types and field definitions are correctly cached.
FieldTranslationsTestCase::testTranslatableFieldSaveLoad in core/modules/field/tests/field.test
Test translatable fields storage/retrieval.
FieldUIManageFieldsTestCase::testDeleteField in core/modules/field_ui/tests/field_ui.test
Tests that deletion removes fields and instances as expected.
FieldUIViewModeFunctionalTest::testInfoHooks in core/modules/field_ui/tests/field_ui.test
Test the new entity display mode hooks.
FieldUIViewModeTestHelper::assertNoViewModeExists in core/modules/field_ui/tests/field_ui.test
FieldUIViewModeTestHelper::assertViewModeExists in core/modules/field_ui/tests/field_ui.test
field_attach_delete in core/modules/field/field.attach.inc
Delete field data for an existing entity. This deletes all revisions of field data for the entity.
field_attach_insert in core/modules/field/field.attach.inc
Save field data for a new entity.
field_attach_load in core/modules/field/field.attach.inc
Loads fields for the current revisions of a group of entities.
field_attach_update in core/modules/field/field.attach.inc
Save field data for an existing entity.
field_config_label_bundle in core/modules/field/field.module
Given a bundle config file, display a unique label.
field_config_label_instance in core/modules/field/field.module
Given a field array, display a unique label.
field_entity_view_mode_delete in core/modules/field/field.module
Implements hook_entity_view_mode_delete().
field_entity_view_mode_update in core/modules/field/field.module
Implements hook_entity_view_mode_update().
field_extract_bundle in core/modules/field/field.module
Helper function to extract the bundle name of from a bundle object.
field_get_block_list in core/modules/field/field.module
Helper function to build a list of fields that have been made available as a block.
field_has_translation_handler in core/modules/field/field.multilingual.inc
Checks if a module is registered as a translation handler for a given entity.
field_info_bundles in core/modules/field/field.info.inc
Returns information about existing bundles.
field_read_instances in core/modules/field/field.crud.inc
Reads in field instances that match an array of conditions.
field_test_field_storage_query in core/modules/field/tests/field_test/field_test.storage.inc
Implements hook_field_storage_query().
field_ui_admin_bar_map in core/modules/admin_bar/admin_bar.map.inc
Implements hook_admin_bar_map() on behalf of Field UI module.
field_ui_display_form in core/modules/field_ui/field_ui.admin.inc
Form constructor for the field display settings for a given display mode.
field_ui_display_overview in core/modules/field_ui/field_ui.admin.inc
Form constructor for the field display settings for a given display mode.
field_ui_menu in core/modules/field_ui/field_ui.module
Implements hook_menu().
field_ui_view_mode_delete_form in core/modules/field_ui/field_ui.admin.inc
Form builder: Delete a display mode.
field_ui_view_mode_enable in core/modules/field_ui/field_ui.admin.inc
Menu callback: Enables the manage displays UI for a display mode.
field_ui_view_mode_form in core/modules/field_ui/field_ui.admin.inc
Form builder: Add or edit a display mode name.
field_ui_view_mode_reset_form in core/modules/field_ui/field_ui.admin.inc
Confirm form: Resets a display mode to using the default display.
field_ui_view_mode_reset_form_submit in core/modules/field_ui/field_ui.admin.inc
Submit handler for field_ui_view_mode_reset_form().
field_validate_field in core/modules/field/field.crud.inc
Validates a field configuration.
field_views_field_default_views_data in core/modules/field/views/field.views.inc
Default views data implementation for a field.
field_view_mode_settings in core/modules/field/field.module
Returns display mode settings in a given bundle.
file_field_views_data_views_data_alter in core/modules/file/views/file.views.inc
Implements hook_field_views_data_views_data_alter().
file_invalidate_field_caches in core/modules/file/file.module
Clear the field cache for any entities referencing a specific file.
file_list_types_page in core/modules/file/file.admin.inc
Displays the file type admin overview page.
file_menu in core/modules/file/file.module
Implements hook_menu().
file_type_get_name in core/modules/file/file.module
Returns the file type name of the passed file or file type string.
file_usage_page in core/modules/file/file.pages.inc
Page callback to show file usage information.
file_view_mode_labels in core/modules/file/file.module
Return an array of available view modes for file entities.
filter_entity_update in core/modules/filter/filter.module
Implements hook_entity_update().
hook_entity_delete in core/modules/entity/entity.api.php
Respond to entity deletion.
hook_entity_insert in core/modules/entity/entity.api.php
Act on entities when inserted.
hook_entity_update in core/modules/entity/entity.api.php
Act on entities when updated.
image_field_views_data_views_data_alter in core/modules/image/views/image.views.inc
Implements hook_field_views_data_views_data_alter().
image_tokens in core/modules/image/image.tokens.inc
Implements hook_tokens().
image_token_info_alter in core/modules/image/image.tokens.inc
Implements hook_token_info_alter().
layout_layout_access_info in core/modules/layout/includes/layout.layout.inc
Implements hook_layout_access_info().
link_field_instance_settings_form in core/modules/link/link.module
Implements hook_field_instance_settings_form().
NodeBlock::form in core/modules/node/node.block.inc
Builds the block's settings configuration form.
NodeTypeExampleTest::testInstallationApi in modules/examples/node_type_example/tests/node_type_example.test
API-level content type test.
node_preview_banner_form in core/modules/node/node.pages.inc
Get the preview form selection box.
path_generate_entity_alias in core/modules/path/path.inc
Apply patterns to create an alias for an entity.
path_patterns_form in core/modules/path/path.admin.inc
Form builder; Configure the URL alias patterns.
redirect_entity_type_supports_redirects in core/modules/redirect/redirect.module
Check if an entity type supports redirects.
redirect_field_attach_form in core/modules/redirect/redirect.module
Implements hook_field_attach_form().
taxonomy_field_extra_fields in core/modules/taxonomy/taxonomy.module
Implements hook_field_extra_fields().
taxonomy_field_formatter_settings_form in core/modules/taxonomy/taxonomy.module
Implements hook_field_formatter_settings_form().
taxonomy_field_formatter_settings_summary in core/modules/taxonomy/taxonomy.module
Implements hook_field_formatter_settings_summary().
taxonomy_field_views_data_views_data_alter in core/modules/taxonomy/views/taxonomy.views.inc
Implements hook_field_views_data_views_data_alter().
template_preprocess_entity in core/modules/entity/entity.theme.inc
Process variables for entity.tpl.php.
token_example_example_form in modules/examples/token_example/token_example.module
Form builder; display lists of supported token entities and text to tokenize.
user_login_finalize in core/modules/user/user.module
Finalize the login process. Must be called when logging in a user.
user_logout in core/modules/user/user.pages.inc
Menu callback; logs the current user out, and redirects to the home page.
ViewsUiBaseViewsWizard::__construct in core/modules/views_ui/wizards/views_ui_base_views_wizard.php
views_handler_field_bulk_form::get_entity_type in core/modules/views/handlers/views_handler_field_bulk_form.inc
Determine the entity type of the bulk operation field.
views_handler_field_field::post_execute in core/modules/field/views/views_handler_field_field.inc
Load the entities for all fields that are about to be displayed.
views_handler_field_field::query in core/modules/field/views/views_handler_field_field.inc
Called to add the field to a query.
views_handler_field_file_rendered::options_form in core/modules/file/views/views_handler_field_file_rendered.inc
Provide file_view_mode option for file display.
views_handler_filter_entity_bundle::get_value_options in core/modules/views/handlers/views_handler_filter_entity_bundle.inc
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
views_handler_filter_entity_bundle::query in core/modules/views/handlers/views_handler_filter_entity_bundle.inc
All entity types beside comment and taxonomy terms have a proper implement bundle, though these two need an additional join to node/vocab table to work as required.
views_plugin_display::options_form in core/modules/views/plugins/views_plugin_display.inc
Provide the default form for setting options.
views_plugin_query_default::get_result_entities in core/modules/views/plugins/views_plugin_query_default.inc
Returns the according entity objects for the given query results.
views_plugin_row_comment_rss::options_form_summary_options in core/modules/comment/views/views_plugin_row_comment_rss.inc
Return the main options, which are shown in the summary title
views_plugin_row_comment_view::options_form_summary_options in core/modules/comment/views/views_plugin_row_comment_view.inc
Return the main options, which are shown in the summary title.
views_plugin_row_node_rss::options_form_summary_options in core/modules/node/views/views_plugin_row_node_rss.inc
Return the main options, which are shown in the summary title.
views_plugin_row_node_view::options_form_summary_options in core/modules/node/views/views_plugin_row_node_view.inc
Return the main options, which are shown in the summary title.
views_plugin_row_user_view::options_form_summary_options in core/modules/user/views/views_plugin_row_user_view.inc
Return the main options, which are shown in the summary title.
view_mode_test_entity_view_mode_info in core/modules/field_ui/tests/view_mode_test/view_mode_test.module
Implements hook_entity_view_mode_info().
_entityreference_field_settings_process in core/modules/entityreference/entityreference.module
Callback for custom element processing.
_field_create_entity_from_ids in core/modules/field/field.module
Assembles a partial entity structure with initial IDs.
_field_info_prepare_extra_fields in core/modules/field/field.info.inc
Prepares 'extra fields' for the current run-time context.
_field_info_prepare_instance in core/modules/field/field.info.inc
Prepares an instance definition for the current run-time context.
_field_sql_storage_query_join_entity in core/modules/field/modules/field_sql_storage/field_sql_storage.module
Adds the base entity table to a field query object.
_field_token_info in core/modules/field/field.tokens.inc
Fetch an array of field data used for tokens.
_file_usage_list_links in core/modules/file/file.pages.inc
Build a list of links to content that references a file.
_link_sanitize in core/modules/link/link.module
Clean up user-entered values for a link field according to field settings.