Search for load

  1. Search 7.x for load
  2. Search 9.5.x for load
  3. Search 8.9.x for load
  4. Search 10.3.x for load
  5. Search main for load
  6. Other projects
Title Object type File name Summary
UserRolesAssignmentTest::userLoadAndCheckRoleAssigned function core/modules/user/tests/src/Functional/UserRolesAssignmentTest.php Check role on user object.
user_load_by_mail function core/modules/user/user.module Fetches a user object by email address.
user_load_by_name function core/modules/user/user.module Fetches a user object by account name.
VendorHardeningPlugin::onPostAutoloadDump function composer/Plugin/VendorHardening/VendorHardeningPlugin.php POST_AUTOLOAD_DUMP event handler.
VersionHistoryController::loadRevisions function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Generates revisions of an entity relevant to the current language.
View::postLoad function core/modules/views/src/Entity/View.php Acts on loaded entities.
ViewListBuilder::load function core/modules/views_ui/src/ViewListBuilder.php Loads entities of this type from storage for listing.
ViewsConfigUpdaterTest::loadTestView function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php Loads a test view.
ViewsData::$fullyLoaded property core/modules/views/src/ViewsData.php Whether the data has been fully loaded in this request.
ViewsData::$loading property core/modules/views/src/ViewsData.php Flag that indicates whether views data are currently being loaded.
ViewsDataTest::testClearResetsFullyLoaded function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests that clear() resets the fullyLoaded property.
ViewsDataTest::testFullyLoadedPreventsRedundantLoading function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests that fullyLoaded prevents redundant data loading.
ViewsDataTest::testFullyLoadedPropertySetAfterCacheLoad function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests that fullyLoaded is TRUE when data is loaded from cache.
ViewsDataTest::testFullyLoadedPropertySetAfterDataLoad function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests that fullyLoaded is only set to TRUE after data is completely loaded.
ViewsDataTest::testFullyLoadedSetByGetMethod function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests fullyLoaded with get() method triggering full data load.
ViewsEntityTestHooks::entityLoad function core/modules/views/tests/modules/views_entity_test/src/Hook/ViewsEntityTestHooks.php Implements hook_entity_load().
ViewsMenuLink::loadView function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Initializes the proper view.
ViewsModerationStateFilterTest::loadViewUnchanged function core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php Load a view from the database after it has been modified in a sub-request.
ViewsTestConfigHooks::viewLoad function core/modules/views/tests/modules/views_test_config/src/Hook/ViewsTestConfigHooks.php Implements hook_ENTITY_TYPE_load().
ViewStorageTest::loadTests function core/modules/views/tests/src/Kernel/ViewStorageTest.php Tests loading configuration entities.
ViewUI::load function core/modules/views_ui/src/ViewUI.php Loads an entity.
ViewUI::loadMultiple function core/modules/views_ui/src/ViewUI.php Loads one or more entities.
ViewUI::postLoad function core/modules/views_ui/src/ViewUI.php Acts on loaded entities.
ViewUIConverter::lazyLoadItself function core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php Lazy loads the real service from the container.
VocabularyCrudTest::testTaxonomyVocabularyLoadMultiple function core/modules/taxonomy/tests/src/Kernel/VocabularyCrudTest.php Tests for loading multiple vocabularies.
WidgetOverflowTest::uploadFiles function core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php Uploads multiple test images into the media library.
WidgetUploadTest class core/modules/media_library/tests/src/FunctionalJavascript/WidgetUploadTest.php Tests that uploads in the 'media_library_widget' works as expected.
WidgetUploadTest.php file core/modules/media_library/tests/src/FunctionalJavascript/WidgetUploadTest.php
WidgetUploadTest::$defaultTheme property core/modules/media_library/tests/src/FunctionalJavascript/WidgetUploadTest.php The theme to install as the default for testing.
WidgetUploadTest::testWidgetUpload function core/modules/media_library/tests/src/FunctionalJavascript/WidgetUploadTest.php Tests that uploads in the 'media_library_widget' works as expected.
WidgetUploadTest::testWidgetUploadAdvancedUi function core/modules/media_library/tests/src/FunctionalJavascript/WidgetUploadTest.php Tests that uploads in the widget's advanced UI works as expected.
Workflow::loadMultipleByType function core/modules/workflows/src/Entity/Workflow.php Loads all workflows of the provided type.
WorkspaceIntegrationTest::assertEntityLoad function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Asserts that default revisions are properly swapped in a workspace.
WorkspaceIntegrationTest::assertEntityRevisionLoad function core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php Asserts that non-default revisions are not changed.
WorkspaceListBuilder::load function core/modules/workspaces/src/WorkspaceListBuilder.php Loads entities of this type from storage for listing.
WorkspaceListBuilder::load function core/modules/workspaces_ui/src/WorkspaceListBuilder.php Loads entities of this type from storage for listing.
WorkspaceProviderBase::entityPreload function core/modules/workspaces/src/Provider/WorkspaceProviderBase.php Acts before an entity is loaded.
WorkspaceProviderInterface::entityPreload function core/modules/workspaces/src/Provider/WorkspaceProviderInterface.php Acts before an entity is loaded.
WorkspaceRepository::loadTree function core/modules/workspaces/src/WorkspaceRepository.php Returns an array of workspaces tree item properties, sorted in tree order.
WorkspaceRepositoryInterface::loadTree function core/modules/workspaces/src/WorkspaceRepositoryInterface.php Returns an array of workspaces tree item properties, sorted in tree order.
WorkspacesEntityRepository::loadEntityByConfigTarget function core/modules/workspaces/src/WorkspacesEntityRepository.php Loads an entity by the config target identifier.
WorkspacesEntityRepository::loadEntityByUuid function core/modules/workspaces/src/WorkspacesEntityRepository.php Loads an entity by UUID.
WorkspacesMenuTreeStorage::loadLinks function core/modules/workspaces/src/WorkspacesMenuTreeStorage.php Loads links in the given menu, according to the given tree parameters.
WorkspacesMenuTreeStorage::loadTreeData function core/modules/workspaces/src/WorkspacesMenuTreeStorage.php Loads a menu link tree from the storage.
WorkspaceTracker::loadAssociatedRevisions function core/modules/workspaces/src/WorkspaceTracker.php Loads associated revision IDs and populates their static caches.
YamlFileLoader class core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php YamlFileLoader loads YAML files service definitions.
YamlFileLoader.php file core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php
YamlFileLoader::$container property core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php
YamlFileLoader::$fileCache property core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php File cache object.
YamlFileLoader::DEFAULTS_KEYWORDS constant core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.