15 calls to entity_create() in Entity API 7
- EntityAPIi18nItegrationTestCase::testDefaultController in ./
entity.test - Tests the provided default controller.
- EntityAPIRulesIntegrationTestCase::testEvents in ./
entity.test - Test the events.
- EntityAPITestCase::testCRUD in ./
entity.test - Tests CRUD.
- EntityAPITestCase::testCRUDAPIfunctions in ./
entity.test - Tests CRUD API functions: entity_(create|delete|save)
- EntityAPITestCase::testCRUDRevisisions in ./
entity.test - Tests CRUD for entities supporting revisions.
- EntityAPITestCase::testExportableHooks in ./
entity.test - Make sure insert() and update() hooks for exportables are invoked.
- EntityAPITestCase::testRendering in ./
entity.test - Tests viewing entities.
- EntityAPITestCase::testUninstall in ./
entity.test - Test uninstall of the entity_test module.
- EntityMetadataNodeCreateAccessTestCase::testNodeMetadataCreateAccess in ./
entity.test - Addresses the special case of 'create' access for nodes.
- EntityWebTestCase::createVocabulary in ./
entity.test - Creates a new vocabulary.
- entity_feature_default_entity_test_type in tests/
entity_feature.module - Implements hook_default_entity_test_type().
- entity_property_values_create_entity in includes/
entity.property.inc - Creates the entity object for an array of given property values.
- entity_ui_bundle_add_page in ./
entity.module - Page callback to show links to add an entity of a specific bundle.
- entity_ui_get_bundle_add_form in ./
entity.module - Page callback to add an entity of a specific bundle.
- entity_ui_get_form in ./
entity.module - A wrapper around drupal_get_form() that helps building entity forms.