7 calls to entity_revision_load() in Zircon Profile 8
- BlockContentRevisionsTest::testRevisions in core/
modules/ block_content/ src/ Tests/ BlockContentRevisionsTest.php - Checks block revision related operations.
- EntityRevisionsTest::runRevisionsTests in core/
modules/ system/ src/ Tests/ Entity/ EntityRevisionsTest.php - Executes the revision tests for the given entity type.
- node_mass_update in core/
modules/ node/ node.admin.inc - Updates all nodes in the passed-in array with the passed-in field values.
- node_revision_load in core/
modules/ node/ node.module - Loads a node revision from the database.
- Sql::loadEntities in core/
modules/ views/ src/ Plugin/ views/ query/ Sql.php - Loads all entities contained in the passed-in $results. . If the entity belongs to the base table, then it gets stored in $result->_entity. Otherwise, it gets stored in $result->_relationship_entities[$relationship_id];
- TranslationWebTest::checkTranslationRevisions in core/
modules/ field/ src/ Tests/ TranslationWebTest.php - Check if the field translation attached to the entity revision identified by the passed arguments were correctly stored.
- _node_mass_update_batch_process in core/
modules/ node/ node.admin.inc - Implements callback_batch_operation().