55 calls to entity_load()

BreakpointGroup::addBreakpointFromMediaQuery in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/BreakpointGroup.php
Adds a breakpoint using a name and a media query.
BreakpointGroup::addBreakpoints in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/BreakpointGroup.php
Adds one or more breakpoints to this group.
BreakpointGroupCRUDTest::testBreakpointGroupCRUD in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointGroupCRUDTest.php
Test CRUD operations for breakpoint groups.
BreakpointGroupTestBase::verifyBreakpointGroup in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointGroupTestBase.php
Verify that a breakpoint is properly stored.
BreakpointThemeTest::testThemeBreakpointGroup in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointThemeTest.php
Test the breakpoints defined by the custom group.
BreakpointThemeTest::testThemeBreakpointGroupModule in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointThemeTest.php
Test the breakpoints defined by the custom group in the module.
BreakpointThemeTest::testThemeBreakpoints in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointThemeTest.php
Test the breakpoints provided by a theme.
breakpoint_group_load in drupal/core/modules/breakpoint/breakpoint.module
Load one breakpoint group by its identifier.
breakpoint_load in drupal/core/modules/breakpoint/breakpoint.module
Load one breakpoint by its identifier.
comment_load in drupal/core/modules/comment/comment.module
Loads the entire comment by comment ID.
ConfigEntityTest::testCRUD in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityTest.php
Tests CRUD operations.
ConfigEntityTest::testCRUDUI in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityTest.php
Tests CRUD operations through the UI.
ConfigTestTranslationUITest::testTranslationUI in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/ConfigTestTranslationUITest.php
Overrides EntityTranslationTest::testTranslationUI().
config_test_config_import_change in drupal/core/modules/config/tests/config_test/config_test.module
Implements hook_config_import_change().
config_test_config_import_delete in drupal/core/modules/config/tests/config_test/config_test.module
Implements hook_config_import_delete().
config_test_load in drupal/core/modules/config/tests/config_test/config_test.module
Loads a ConfigTest object.
ContactSitewideTest::deleteCategories in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php
Deletes all categories.
contact_category_load in drupal/core/modules/contact/contact.module
Loads a contact category.
contact_config_import_change in drupal/core/modules/contact/contact.module
Implements MODULE_config_import_change().
contact_site_form_submit in drupal/core/modules/contact/contact.pages.inc
Form submission handler for contact_site_form().
DeleteTest::testDelete in drupal/core/modules/rest/lib/Drupal/rest/Tests/DeleteTest.php
Tests several valid and invalid delete requests on all entity types.
DisplayInternalLogicTest::setUp in drupal/core/modules/layout/lib/Drupal/layout/Tests/DisplayInternalLogicTest.php
Sets up a Drupal site for running functional and integration tests.
EntityFieldTest::testComputedProperties in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php
Tests getting processed property values via a computed property.
EntityFieldTest::testSave in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php
Tries to save and load an entity again.
EntityResource::delete in drupal/core/modules/rest/lib/Drupal/rest/Plugin/rest/resource/EntityResource.php
Responds to entity DELETE requests.
EntityResource::get in drupal/core/modules/rest/lib/Drupal/rest/Plugin/rest/resource/EntityResource.php
Responds to entity GET requests.
EntityRevisionsTest::testRevisions in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityRevisionsTest.php
Check node revision related operations.
EntityTranslationTest::testMultilingualProperties in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php
Tests multilingual properties.
EntityTranslationUITest::testTranslationUI in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php
Tests the basic translation UI.
EntityWrapper::getValue in drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php
Implements TypedDataInterface::getValue().
entity_test_load in drupal/core/modules/system/tests/modules/entity_test/entity_test.module
Loads a test entity.
hook_config_import_change in drupal/core/modules/config/config.api.php
Update configuration upon synchronizing configuration changes.
ImageAdminStylesTest::testStyle in drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php
General test to add a style, add/remove/edit effects to it, then delete it.
image_config_import_change in drupal/core/modules/image/image.module
Implements hook_config_import_change().
image_config_import_delete in drupal/core/modules/image/image.module
Implements MODULE_config_import_delete().
image_effect_load in drupal/core/modules/image/image.module
Load a single image effect.
image_style_load in drupal/core/modules/image/image.module
Loads an ImageStyle object.
image_style_transform_dimensions in drupal/core/modules/image/image.module
Determines the dimensions of the styled image.
layout_test_page in drupal/core/modules/layout/tests/layout_test.module
Page callback for layout testing.
node_load in drupal/core/modules/node/node.module
Loads a node entity from the database.
PictureFormatter::settingsSummary in drupal/core/modules/picture/lib/Drupal/picture/Plugin/field/formatter/PictureFormatter.php
Implements Drupal\field\Plugin\Type\Formatter\FormatterInterface::settingsForm().
PictureFormatter::viewElements in drupal/core/modules/picture/lib/Drupal/picture/Plugin/field/formatter/PictureFormatter.php
Implements Drupal\field\Plugin\Type\Formatter\FormatterInterface::viewElements().
PictureMapping::loadBreakpointGroup in drupal/core/modules/picture/lib/Drupal/picture/Plugin/Core/Entity/PictureMapping.php
Loads the breakpoint group.
picture_mapping_load in drupal/core/modules/picture/picture.module
Load one picture by its identifier.
TaxonomyTermReferenceItemTest::testTaxonomyTermReferenceItem in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TaxonomyTermReferenceItemTest.php
Tests using entity fields of the taxonomy term reference field type.
taxonomy_term_load in drupal/core/modules/taxonomy/taxonomy.module
Return the taxonomy term entity matching a term ID.
taxonomy_vocabulary_load in drupal/core/modules/taxonomy/taxonomy.module
Return the taxonomy vocabulary entity matching a vocabulary ID.
Term::validate_argument in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument_validator/Term.php
toolbar_view in drupal/core/modules/toolbar/toolbar.module
Builds the Toolbar as a structured array ready for drupal_render().
UserPictureUpgradePathTest::testUserPictureUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserPictureUpgradePathTest.php
Tests expected user picture conversions after a successful upgrade.
user_load in drupal/core/modules/user/user.module
Loads a user object.
views_config_import_delete in drupal/core/modules/views/views.module
Implements hook_config_import_delete().
views_get_view in drupal/core/modules/views/views.module
Loads a view from configuration.
views_ui_cache_load in drupal/core/modules/views/views_ui/views_ui.module
Specialized menu callback to load a view and check its locked status.
_breakpoint_group_create_or_load in drupal/core/modules/breakpoint/breakpoint.module
Helper function to easily create/load a breakpoint group.