You are here

10 calls to entity_id() in Entity API 7

EntityDefaultUIController::applyOperation in includes/entity.ui.inc
Applies an operation to the given entity.
EntityDefaultUIController::operationFormValidate in includes/entity.ui.inc
Operation form validation callback.
EntityDefaultUIController::overviewTable in includes/entity.ui.inc
Generates the render array for a overview table for arbitrary entities matching the given conditions.
EntityDefaultUIController::overviewTableRow in includes/entity.ui.inc
Generates the row for the passed entity and may be overridden in order to customize the rows.
EntityDrupalWrapper::setEntity in includes/entity.wrapper.inc
Sets the entity internally accepting both the entity id and object.
entity_test_entity_delete in tests/entity_test.module
Implements hook_entity_delete().
entity_test_entity_insert in tests/entity_test.module
Implements hook_entity_insert().
entity_test_entity_update in tests/entity_test.module
Implements hook_entity_update().
entity_views_handler_field_entity::render_single_value in views/handlers/entity_views_handler_field_entity.inc
Render a single field value.
template_preprocess_entity in theme/entity.theme.inc
Process variables for entity.tpl.php.