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. Other projects
Title Object type File name Summary
FilterImageLazyLoadTest class core/modules/filter/tests/src/Unit/FilterImageLazyLoadTest.php @coversDefaultClass \Drupal\filter\Plugin\Filter\FilterImageLazyLoad
@group editor
FilterImageLazyLoadTest.php file core/modules/filter/tests/src/Unit/FilterImageLazyLoadTest.php
FilterImageLazyLoadTest::$filter property core/modules/filter/tests/src/Unit/FilterImageLazyLoadTest.php
FilterImageLazyLoadTest::providerHtml function core/modules/filter/tests/src/Unit/FilterImageLazyLoadTest.php Provides data for testProcess.
FilterImageLazyLoadTest::setUp function core/modules/filter/tests/src/Unit/FilterImageLazyLoadTest.php
FilterImageLazyLoadTest::testProcess function core/modules/filter/tests/src/Unit/FilterImageLazyLoadTest.php @covers ::process
FilterUninstallValidator::lazyLoadItself function core/modules/filter/src/ProxyClass/FilterUninstallValidator.php Lazy loads the real service from the container.
FormBuilder::getFileUploadMaxSize function core/lib/Drupal/Core/Form/FormBuilder.php Wraps file_upload_max_size().
FormCache::loadCachedFormState function core/lib/Drupal/Core/Form/FormCache.php Loads the cached form state.
FormCacheTest::testLoadCachedFormState function core/tests/Drupal/Tests/Core/Form/FormCacheTest.php @covers ::loadCachedFormState
FormCacheTest::testLoadCachedFormStateWithFiles function core/tests/Drupal/Tests/Core/Form/FormCacheTest.php @covers ::loadCachedFormState
FormErrorHandlerFileUploadTest class core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php Tests file upload scenario's with Inline Form Errors.
FormErrorHandlerFileUploadTest.php file core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php
FormErrorHandlerFileUploadTest::$defaultTheme property core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php
FormErrorHandlerFileUploadTest::$modules property core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php
FormErrorHandlerFileUploadTest::setUp function core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php
FormErrorHandlerFileUploadTest::testFileUploadErrors function core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php Tests that the required field error is displayed as inline error message.
FormState::loadInclude function core/lib/Drupal/Core/Form/FormState.php
FormState::moduleLoadInclude function core/lib/Drupal/Core/Form/FormState.php Wraps ModuleHandler::loadInclude().
FormStateDecoratorBase::loadInclude function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php
FormStateDecoratorBaseTest::providerLoadInclude function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php Provides data to self::testLoadInclude().
FormStateDecoratorBaseTest::testLoadInclude function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::loadInclude
FormStateInterface::loadInclude function core/lib/Drupal/Core/Form/FormStateInterface.php Ensures an include file is loaded whenever the form is processed.
FormStateTest::testLoadInclude function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::loadInclude
FormStateTest::testLoadIncludeAlreadyLoaded function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::loadInclude
FormStateTest::testLoadIncludeNoName function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::loadInclude
FormStateTest::testLoadIncludeNotFound function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::loadInclude
FormTestMachineNameForm::load function core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php Loading stub for machine name.
FormTestMachineNameValidationForm::load function core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php Loading stub for machine name.
FormUploadedFile class core/modules/file/src/Upload/FormUploadedFile.php Provides a bridge to Symfony UploadedFile.
FormUploadedFile.php file core/modules/file/src/Upload/FormUploadedFile.php
FormUploadedFile::$uploadedFile property core/modules/file/src/Upload/FormUploadedFile.php The wrapped uploaded file.
FormUploadedFile::getClientOriginalName function core/modules/file/src/Upload/FormUploadedFile.php
FormUploadedFile::getFilename function core/modules/file/src/Upload/FormUploadedFile.php
FormUploadedFile::getPathname function core/modules/file/src/Upload/FormUploadedFile.php
FormUploadedFile::getRealPath function core/modules/file/src/Upload/FormUploadedFile.php
FormUploadedFile::getSize function core/modules/file/src/Upload/FormUploadedFile.php
FormUploadedFile::validate function core/modules/file/src/Upload/FormUploadedFile.php
FormUploadedFile::__construct function core/modules/file/src/Upload/FormUploadedFile.php Creates a new FormUploadedFile.
ForumUninstallValidator::lazyLoadItself function core/modules/forum/src/ProxyClass/ForumUninstallValidator.php Lazy loads the real service from the container.
forum_node_storage_load function core/modules/forum/forum.module Implements hook_ENTITY_TYPE_storage_load() for node entities.
FrameworkTest::testLazyLoad function core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php Tests that new JavaScript and CSS files are lazy-loaded on an AJAX request.
FrameworkTest::testLazyLoadOverriddenCSS function core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php Tests that overridden CSS files are not added during lazy load.
FunctionalTestSetupTrait::$classLoader property core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php The class loader to use for installation and initialization of setup.
GDToolkit::$preLoadInfo property core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Image information from a file, available prior to loading the GD object.
GDToolkit::load function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Loads an image from a file.
GenerateAutoloadReferenceFile class composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php Generates an 'autoload.php' that includes the autoloader created by Composer.
GenerateAutoloadReferenceFile.php file composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php
GenerateAutoloadReferenceFile::autoLoadContents function composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php Builds the contents of the autoload file.
GenerateAutoloadReferenceFile::autoloadFileCommitted function composer/Plugin/Scaffold/GenerateAutoloadReferenceFile.php Determines whether or not the autoload file has been committed.

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