59 calls to entity_load_multiple_by_properties()

aggregator_save_category in drupal/core/modules/aggregator/aggregator.module
Adds/edits/deletes aggregator categories.
Block::remove in drupal/core/modules/block/lib/Drupal/block/Plugin/views/display/Block.php
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::remove().
block_list in drupal/core/modules/block/block.module
Returns all blocks in the specified region for the current user.
block_theme_initialize in drupal/core/modules/block/block.module
Assigns an initial, default set of blocks for a theme.
BreadcrumbTest::testBreadCrumbs in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/BreadcrumbTest.php
Tests breadcrumbs on node and administrative paths.
CategorizeFeedItemTest::testCategorizeFeedItem in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/CategorizeFeedItemTest.php
Checks that children of a feed inherit a defined category.
comment_user_cancel in drupal/core/modules/comment/comment.module
Implements hook_user_cancel().
CustomBlock::getInstances in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlock.php
Gets the configured instances of this custom block.
CustomBlockCreationTest::testCustomBlockCreation in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockCreationTest.php
Creates a "Basic page" block and verifies its consistency in the database.
CustomBlockLoadHooksTest::testHookCustomBlockLoad in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockLoadHooksTest.php
Tests that hook_custom_block_load() is invoked correctly.
DefaultProcessor::process in drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/processor/DefaultProcessor.php
Implements \Drupal\aggregator\Plugin\ProcessorInterface::process().
EntityApiTest::assertCRUD in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityApiTest.php
Executes a test set for a defined entity type and user.
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::assertMultilingualProperties in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php
Executes the multilingual property tests for the given entity type.
FeedLanguageTest::testFeedLanguage in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedLanguageTest.php
Tests creation of feeds with a language.
FeedProcessorPluginTest::testRemove in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedProcessorPluginTest.php
Test removing functionality.
field_read_fields in drupal/core/modules/field/field.crud.inc
Reads in fields that match an array of conditions.
field_read_instances in drupal/core/modules/field/field.crud.inc
Reads in field instances that match an array of conditions.
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 file uploads 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.
MenuDeleteMenuForm::submitForm in drupal/core/modules/menu/lib/Drupal/menu/Form/MenuDeleteMenuForm.php
Form submission handler.
MenuRouterTest::testMenuHierarchy in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
Tests for menu hierarchy.
MenuRouterTest::testMenuName in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
Tests for menu_name parameter for hook_menu().
MenuTest::addMenuLink in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Add a menu link using the menu module UI.
MenuTest::deleteCustomMenu in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Delete custom menu.
menu_edit_menu_submit in drupal/core/modules/menu/menu.admin.inc
Submit function for adding or editing a custom menu.
menu_enable in drupal/core/modules/menu/menu.module
Implements hook_enable().
menu_link_get_preferred in drupal/core/includes/menu.inc
Looks up the preferred menu link for a given system path.
menu_link_maintain in drupal/core/modules/menu_link/menu_link.module
Inserts, updates, enables, disables, or deletes an uncustomized menu link.
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::valueForm 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.
system_admin_config_page in drupal/core/modules/system/system.admin.inc
Menu callback; Provide the administration overview page.
system_admin_menu_block in drupal/core/modules/system/system.module
Provide a single block on the administration overview page.
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.
Term::validateArgument 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_ui/admin.inc
Form element validation handler for a taxonomy autocomplete field.
WebTestBase::drupalGetNodeByTitle in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Get a node from the database based on its title.
_block_rehash in drupal/core/modules/block/block.module
Returns an array of block class instances by theme.