Entity::buildContent in core/modules/entity/entity.class.inc
Implements EntityInterface::buildContent().
Entity::delete in core/modules/entity/entity.class.inc
Implements EntityInterface::delete().
Entity::save in core/modules/entity/entity.class.inc
Implements EntityInterface::save().
Entity::view in core/modules/entity/entity.class.inc
Implements EntityInterface::view().
entity_build_content in core/modules/entity/entity.module
Builds a structured array representing the entity's content.
entity_create in core/modules/entity/entity.module
Constructs a new entity object, without permanently saving it.
entity_delete_multiple in core/modules/entity/entity.module
Deletes multiple entities permanently.
entity_example_basic_add in modules/examples/entity_example/entity_example.module
Provides a wrapper on the edit form to add a new entity.
entity_example_basic_delete in modules/examples/entity_example/entity_example.module
Use the controller to delete the entity.
entity_example_basic_save in modules/examples/entity_example/entity_example.module
We save the entity by calling the controller.
entity_load_multiple in core/modules/entity/entity.module
Loads entities from the database.
entity_load_unchanged in core/modules/entity/entity.module
Loads the unchanged, i.e. not modified, entity from the database.
entity_test_delete_multiple in core/modules/entity/tests/entity_test/entity_test.module
Deletes multiple test entities.
entity_view in core/modules/entity/entity.module
Generate an array for rendering the given entity.
entity_view_multiple in core/modules/entity/entity.module
Generate an array for rendering the given entity.
FileTestHelper::assertFileEntryExists in core/modules/file/tests/file.test
Asserts that a file exists in the database.
FileTestHelper::assertFileEntryNotExists in core/modules/file/tests/file.test
Asserts that a file does not exist in the database.
FileUnitTestCase::testImageDimensions in core/modules/file/tests/file.test
Tests storing image height and width as file metadata.
FileUploadTransliterationTest::testTransliteration in core/modules/simpletest/tests/file.test
LayoutBlockTextTest::testBlockText in core/modules/layout/tests/layout.test
Tests the BlockText class functionality.
taxonomy_terms_static_reset in core/modules/taxonomy/taxonomy.module
Clear all static cache variables for terms.
taxonomy_vocabulary_static_reset in core/modules/taxonomy/taxonomy.module
Clear all static cache variables for vocabularies.
translation_node_insert in core/modules/translation/translation.module
Implements hook_node_insert().
translation_node_update in core/modules/translation/translation.module
Implements hook_node_update().
translation_remove_from_set in core/modules/translation/translation.module
Removes a node from its translation set and updates accordingly.
user_delete_multiple in core/modules/user/user.module
Delete multiple user accounts.
_book_update_outline in core/modules/book/book.module
Handles additions and updates to the book outline.
_file_fields_update in core/modules/file/file.file.inc
Update an entity's field values without changing anything on the entity.