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 11.x for load
  6. Other projects
Title Object type File name Summary
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
ViewUI::loadMultiple function core/modules/views_ui/src/ViewUI.php
ViewUI::postLoad function core/modules/views_ui/src/ViewUI.php
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
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_ui/src/WorkspaceListBuilder.php
WorkspaceProviderBase::entityPreload function core/modules/workspaces/src/Provider/WorkspaceProviderBase.php
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
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
WorkspacesEntityRepository::loadEntityByUuid function core/modules/workspaces/src/WorkspacesEntityRepository.php
WorkspacesMenuTreeStorage::loadLinks function core/modules/workspaces/src/WorkspacesMenuTreeStorage.php
WorkspacesMenuTreeStorage::loadTreeData function core/modules/workspaces/src/WorkspacesMenuTreeStorage.php
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
YamlFileLoader::load function core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php Loads a Yaml file.
YamlFileLoader::loadFile function core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php Loads a YAML file.
YamlFileLoader::parseDefaults function core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php
YamlFileLoader::parseDefinition function core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php Parses a definition.
YamlFileLoader::parseDefinitions function core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php Parses definitions
YamlFileLoader::resolveServices function core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php Resolves services.
YamlFileLoader::validate function core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php Validates a YAML file.
YamlFileLoader::__construct function core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php
YamlFileLoaderTest class core/tests/Drupal/Tests/Core/DependencyInjection/YamlFileLoaderTest.php Tests Drupal\Core\DependencyInjection\YamlFileLoader.
YamlFileLoaderTest.php file core/tests/Drupal/Tests/Core/DependencyInjection/YamlFileLoaderTest.php

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