36 calls to entity_load_multiple_by_properties()

BreadcrumbTest::testBreadCrumbs in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/BreadcrumbTest.php
Tests breadcrumbs on node and administrative paths.
comment_user_cancel in drupal/core/modules/comment/comment.module
Implements hook_user_cancel().
EntityApiTest::testCRUD in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityApiTest.php
Tests basic CRUD functionality of the Entity API.
EntityFormTest::loadEntityByName in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFormTest.php
Loads a test entity by name always resetting the storage controller cache.
EntityTranslationTest::testMultilingualProperties in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php
Tests multilingual properties.
file_copy in drupal/core/modules/file/file.module
Copies a file to a new location and adds a file record to the database.
file_file_download in drupal/core/modules/file/file.module
Implements hook_file_download().
file_move in drupal/core/modules/file/file.module
Moves a file to a new location and update the file's database entry.
file_save_data in drupal/core/modules/file/file.module
Saves a file to the specified destination and creates a database entry.
file_save_upload in drupal/core/includes/file.inc
Saves a file upload to a new location.
image_file_download in drupal/core/modules/image/image.module
Implements hook_file_download().
LoadMultipleTest::testTaxonomyTermMultipleLoad in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/LoadMultipleTest.php
Create a vocabulary and some taxonomy terms, ensuring they're loaded correctly using taxonomy_term_load_multiple().
LoadTest::testLoadInvalidStatus in drupal/core/modules/file/lib/Drupal/file/Tests/LoadTest.php
Try to load a non-existent file by status.
LoadTest::testLoadMissingFilepath in drupal/core/modules/file/lib/Drupal/file/Tests/LoadTest.php
Try to load a non-existent file by URI.
LoadTest::testMultiple in drupal/core/modules/file/lib/Drupal/file/Tests/LoadTest.php
This will test loading file data from the database.
Name::adminSummary in drupal/core/modules/user/lib/Drupal/user/Plugin/views/filter/Name.php
Display the filter on the administrative summary
Name::validate_user_strings in drupal/core/modules/user/lib/Drupal/user/Plugin/views/filter/Name.php
Validate the user string. Since this can come from either the form or the exposed filter, this is abstracted out a bit so it can handle the multiple input sources.
Name::value_form in drupal/core/modules/user/lib/Drupal/user/Plugin/views/filter/Name.php
Options form subform for setting options.
NodeLoadHooksTest::testHookNodeLoad in drupal/core/modules/node/lib/Drupal/node/Tests/NodeLoadHooksTest.php
Tests that hook_node_load() is invoked correctly.
NodeLoadMultipleTest::testNodeMultipleLoad in drupal/core/modules/node/lib/Drupal/node/Tests/NodeLoadMultipleTest.php
Creates four nodes and ensures that they are loaded correctly.
TaxonomyAutocompleteWidget::massageFormValues in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/widget/TaxonomyAutocompleteWidget.php
Implements Drupal\field\Plugin\Type\Widget\WidgetInterface::massageFormValues()
taxonomy_term_load_multiple_by_name in drupal/core/modules/taxonomy/taxonomy.module
Try to map a string to an existing term, as for glossary use.
taxonomy_vocabulary_machine_name_load in drupal/core/modules/taxonomy/taxonomy.module
Return the taxonomy vocabulary entity matching a vocabulary machine name.
Term::validate_argument in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument_validator/Term.php
TermUnitTest::testTermDelete in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermUnitTest.php
UserCancelTest::testUserDelete in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Delete account and remove all content.
UserRegistrationTest::testRegistrationDefaultValues in drupal/core/modules/user/lib/Drupal/user/Tests/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithEmailVerification in drupal/core/modules/user/lib/Drupal/user/Tests/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithoutEmailVerification in drupal/core/modules/user/lib/Drupal/user/Tests/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithUserFields in drupal/core/modules/user/lib/Drupal/user/Tests/UserRegistrationTest.php
Tests Field API fields on user registration forms.
user_load_by_mail in drupal/core/modules/user/user.module
Fetches a user object by email address.
user_load_by_name in drupal/core/modules/user/user.module
Fetches a user object by account name.
user_pass_validate in drupal/core/modules/user/user.pages.inc
views_ui_taxonomy_autocomplete_validate in drupal/core/modules/views/views_ui/admin.inc
Form element validation handler for a taxonomy autocomplete field.
VocabularyUnitTest::testTaxonomyVocabularyLoadMultiple in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php
Tests for loading multiple vocabularies.
WebTestBase::drupalGetNodeByTitle in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Get a node from the database based on its title.