You are here

33 calls to entity_metadata_wrapper() in Entity API 7

Entity::wrapper in includes/entity.inc
Returns the EntityMetadataWrapper of the entity.
EntityAPIController::buildContent in includes/entity.controller.inc
Implements EntityAPIControllerInterface.
EntityAPIi18nItegrationTestCase::testDefaultController in ./entity.test
Tests the provided default controller.
EntityDefaultViewsController::optionsListCallback in views/entity.views.inc
A callback returning property options, suitable to be used as views options callback.
EntityFieldHandlerHelper::extract_property_multiple in views/handlers/entity_views_field_handler_helper.inc
Extracts data from several metadata wrappers based on a data selector.
EntityFieldHandlerHelper::pre_render in views/handlers/entity_views_field_handler_helper.inc
Load the entities for all rows that are about to be displayed.
EntityListWrapper::get in includes/entity.wrapper.inc
Get the wrapper for a single item.
EntityMetadataIntegrationTestCase::testBookModule in ./entity.test
Test book module integration.
EntityMetadataIntegrationTestCase::testComments in ./entity.test
Test properties of a comment.
EntityMetadataIntegrationTestCase::testCRUDfunctions in ./entity.test
Runs some generic tests on each entity.
EntityMetadataIntegrationTestCase::testFileFields in ./entity.test
Test making use of a file field.
EntityMetadataIntegrationTestCase::testImageFields in ./entity.test
Test making use of an image field.
EntityMetadataIntegrationTestCase::testNodeProperties in ./entity.test
Test all properties of a node.
EntityMetadataIntegrationTestCase::testSystemProperties in ./entity.test
Test properties provided by system module.
EntityMetadataIntegrationTestCase::testTaxonomyProperties in ./entity.test
Tests properties provided by the taxonomy module.
EntityMetadataIntegrationTestCase::testTextFields in ./entity.test
Test making use of a text fields.
EntityMetadataIntegrationTestCase::testUserProperties in ./entity.test
Test all properties of a user.
EntityMetadataNodeCreateAccessTestCase::testNodeMetadataCreateAccess in ./entity.test
Addresses the special case of 'create' access for nodes.
EntityMetadataTestCase::testAccess in ./entity.test
Test using access() method.
EntityMetadataTestCase::testDataStructureWrapper in ./entity.test
Tests using a data structure with passed in metadata.
EntityMetadataTestCase::testEntityMetadataWrapper in ./entity.test
Creates a user and a node, then tests getting the properties.
EntityMetadataTestCase::testListMetadataWrappers in ./entity.test
Test supporting multi-valued fields.
EntityMetadataTestCase::testWithoutData in ./entity.test
Tests using the wrapper without any data.
EntityMetadataTestCase::testWrapperSerialization in ./entity.test
Tests serializing data wrappers, in particular for EntityDrupalWrapper.
EntityStructureWrapper::get in includes/entity.wrapper.inc
Get the wrapper for a property.
EntityTokenTestCase::testTokenSupport in ./entity.test
Tests whether token support is basically working.
entity_entity_property_context in ctools/relationships/entity_property.inc
Return a new context based on an existing context.
entity_entity_property_edit_form_validate in ctools/relationships/entity_property.inc
entity_metadata_site_wrapper in ./entity.module
Returns a metadata wrapper for accessing site-wide properties.
entity_property_query in includes/entity.property.inc
Queries for entities having the given property value.
entity_property_values_create_entity in includes/entity.property.inc
Creates the entity object for an array of given property values.
entity_test_entity_getter in tests/entity_test.module
Getter callback for the 'reference' property.
_entity_token_wrap_data in ./entity_token.tokens.inc
Wraps the given data by correctly obeying the options.