You are here

56 calls to entity_load_multiple_by_properties() in Zircon Profile 8.0

BlockContent::getInstances in core/modules/block_content/src/Entity/BlockContent.php
Gets the configured instances of this custom block.
BlockContentCreationTest::testBlockContentCreation in core/modules/block_content/src/Tests/BlockContentCreationTest.php
Creates a "Basic page" block and verifies its consistency in the database.
BlockContentCreationTest::testBlockContentCreationMultipleViewModes in core/modules/block_content/src/Tests/BlockContentCreationTest.php
Creates a "Basic page" block with multiple view modes.
BlockContentCreationTest::testDefaultBlockContentCreation in core/modules/block_content/src/Tests/BlockContentCreationTest.php
Create a default custom block.
block_rebuild in core/modules/block/block.module
Implements hook_rebuild().
block_theme_initialize in core/modules/block/block.module
Assigns an initial, default set of blocks for a theme.
BreadcrumbTest::testBreadCrumbs in core/modules/system/src/Tests/Menu/BreadcrumbTest.php
Tests breadcrumbs on node and administrative paths.
BulkDeleteTest::testDeleteField in core/modules/field/src/Tests/BulkDeleteTest.php
Verify that deleting a field leaves the field data items in the database and that the appropriate Field API functions can operate on the deleted data and field definition.
BulkDeleteTest::testPurgeField in core/modules/field/src/Tests/BulkDeleteTest.php
Verify that field data items and fields are purged when a field storage is deleted.
BulkDeleteTest::testPurgeFieldStorage in core/modules/field/src/Tests/BulkDeleteTest.php
Verify that field storages are preserved and purged correctly as multiple fields are deleted and purged.
comment_uninstall in core/modules/comment/comment.install
Implements hook_uninstall().
comment_user_cancel in core/modules/comment/comment.module
Implements hook_user_cancel().
ConfigImporterFieldPurger::getFieldStoragesToPurge in core/modules/field/src/ConfigImporterFieldPurger.php
Gets the list of fields to purge before configuration synchronization.
DefaultProcessor::process in core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php
Processes feed data.
DependencyTest::testUninstallDependents in core/modules/system/src/Tests/Module/DependencyTest.php
Tests attempting to uninstall a module that has installed dependents.
EntityApiTest::assertCRUD in core/modules/system/src/Tests/Entity/EntityApiTest.php
Executes a test set for a defined entity type and user.
EntityReferenceIntegrationTest::assertFieldValues in core/modules/field/src/Tests/EntityReference/EntityReferenceIntegrationTest.php
Asserts that the reference field values are correct.
EntityReferenceIntegrationTest::testSupportedEntityTypesAndWidgets in core/modules/field/src/Tests/EntityReference/EntityReferenceIntegrationTest.php
Tests the entity reference field with all its supported field widgets.
EntityTranslationTest::doTestMultilingualProperties in core/modules/system/src/Tests/Entity/EntityTranslationTest.php
Executes the multilingual property tests for the given entity type.
FeedLanguageTest::testFeedLanguage in core/modules/aggregator/src/Tests/FeedLanguageTest.php
Tests creation of feeds with a language.
FeedProcessorPluginTest::testDelete in core/modules/aggregator/src/Tests/FeedProcessorPluginTest.php
Test deleting functionality.
FieldCrudTest::testDeleteField in core/modules/field/src/Tests/FieldCrudTest.php
Test the deletion of a field.
FieldStorageCrudTest::testDelete in core/modules/field/src/Tests/FieldStorageCrudTest.php
Test the deletion of a field storage.
FieldStorageCrudTest::testRead in core/modules/field/src/Tests/FieldStorageCrudTest.php
Tests reading field storage definitions.
field_purge_batch in core/modules/field/field.purge.inc
Purges a batch of deleted Field API data, field storages, or fields.
field_purge_field_storage in core/modules/field/field.purge.inc
Purges a field record from the database.
file_copy in core/modules/file/file.module
Copies a file to a new location and adds a file record to the database.
file_file_download in core/modules/file/file.module
Implements hook_file_download().
file_move in core/modules/file/file.module
Moves a file to a new location and update the file's database entry.
file_save_data in core/modules/file/file.module
Saves a file to the specified destination and creates a database entry.
file_save_upload in core/modules/file/file.module
Saves file uploads to a new location.
file_test_file_download in core/modules/file/tests/file_test/file_test.module
Implements hook_file_download().
ForumUninstallTest::testForumUninstallWithField in core/modules/forum/src/Tests/ForumUninstallTest.php
Tests if forum module uninstallation properly deletes the field.
ForumUninstallTest::testForumUninstallWithoutFieldStorage in core/modules/forum/src/Tests/ForumUninstallTest.php
Tests uninstallation if the field storage has been deleted beforehand.
LoadMultipleTest::testTaxonomyTermMultipleLoad in core/modules/taxonomy/src/Tests/LoadMultipleTest.php
Create a vocabulary and some taxonomy terms, ensuring they're loaded correctly using entity_load_multiple().
LoadTest::testLoadInvalidStatus in core/modules/file/src/Tests/LoadTest.php
Try to load a non-existent file by status.
LoadTest::testLoadMissingFilepath in core/modules/file/src/Tests/LoadTest.php
Try to load a non-existent file by URI.
LoadTest::testMultiple in core/modules/file/src/Tests/LoadTest.php
This will test loading file data from the database.
MenuLanguageTest::testMenuLanguage in core/modules/menu_ui/src/Tests/MenuLanguageTest.php
Tests menu language settings and the defaults for menu link items.
MenuTest::addMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Adds a menu link using the UI.
MenuTest::checkInvalidParentMenuLinks in core/modules/menu_ui/src/Tests/MenuTest.php
Tests that parent options are limited by depth when adding menu links.
MenuTest::deleteCustomMenu in core/modules/menu_ui/src/Tests/MenuTest.php
Deletes the locally stored custom menu.
Name::adminSummary in core/modules/user/src/Plugin/views/filter/Name.php
Display the filter on the administrative summary
NodeLoadMultipleTest::testNodeMultipleLoad in core/modules/node/src/Tests/NodeLoadMultipleTest.php
Creates four nodes and ensures that they are loaded correctly.
TaxonomyImageTest::testTaxonomyImageAccess in core/modules/taxonomy/src/Tests/TaxonomyImageTest.php
taxonomy_term_load_multiple_by_name in core/modules/taxonomy/taxonomy.module
Try to map a string to an existing term, as for glossary use.
TermKernelTest::testTermDelete in core/modules/taxonomy/src/Tests/TermKernelTest.php
Deleting terms should also remove related vocabulary. Deleting an invalid term should silently fail.
UserCancelTest::testUserDelete in core/modules/user/src/Tests/UserCancelTest.php
Delete account and remove all content.
UserRegistrationTest::testRegistrationDefaultValues in core/modules/user/src/Tests/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithEmailVerification in core/modules/user/src/Tests/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithoutEmailVerification in core/modules/user/src/Tests/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithUserFields in core/modules/user/src/Tests/UserRegistrationTest.php
Tests Field API fields on user registration forms.
user_load_by_mail in core/modules/user/user.module
Fetches a user object by email address.
user_load_by_name in core/modules/user/user.module
Fetches a user object by account name.
Vocabulary::postDelete in core/modules/taxonomy/src/Entity/Vocabulary.php
Acts on deleted entities before the delete hook is invoked.
WebTestBase::drupalGetNodeByTitle in core/modules/simpletest/src/WebTestBase.php
Get a node from the database based on its title.