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
SaveUploadTest::testExistingRename function core/modules/file/tests/src/Functional/SaveUploadTest.php Tests renaming when uploading over a file that already exists.
SaveUploadTest::testExistingReplace function core/modules/file/tests/src/Functional/SaveUploadTest.php Tests replacement when uploading over a file that already exists.
SaveUploadTest::testHandleDangerousFile function core/modules/file/tests/src/Functional/SaveUploadTest.php Tests dangerous file handling.
SaveUploadTest::testHandleDotFile function core/modules/file/tests/src/Functional/SaveUploadTest.php Test dangerous file handling.
SaveUploadTest::testHandleExtension function core/modules/file/tests/src/Functional/SaveUploadTest.php Tests extension handling.
SaveUploadTest::testHandleFileMunge function core/modules/file/tests/src/Functional/SaveUploadTest.php Tests file munge handling.
SaveUploadTest::testInvalidUtf8FilenameUpload function core/modules/file/tests/src/Functional/SaveUploadTest.php Tests that filenames containing invalid UTF-8 are rejected.
SaveUploadTest::testNormal function core/modules/file/tests/src/Functional/SaveUploadTest.php Tests the file_save_upload() function.
SaveUploadTest::testNoUpload function core/modules/file/tests/src/Functional/SaveUploadTest.php Tests for no failures when not uploading a file.
SaveUploadTest::testRequired function core/modules/file/tests/src/Functional/SaveUploadTest.php Tests the file_save_upload() function when the field is required.
SaveUploadTest::testSanitization function core/modules/file/tests/src/Functional/SaveUploadTest.php Tests filename sanitization.
ScaffoldTest::assertAutoloadFileCorrect function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php Assert that the autoload file was scaffolded and contains correct path.
SectionStorageManager::load function core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php
SectionStorageManager::loadEmpty function core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php
SectionStorageManagerInterface::load function core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php Loads a section storage with the provided contexts applied.
SectionStorageManagerInterface::loadEmpty function core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php Loads a section storage with no associated section list.
SectionStorageManagerTest::testLoad function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @covers ::load
SectionStorageManagerTest::testLoadEmpty function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @covers ::loadEmpty
SectionStorageManagerTest::testLoadNull function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @covers ::load
SecurityFileUploadEventSubscriber class core/modules/system/src/EventSubscriber/SecurityFileUploadEventSubscriber.php The final subscriber to 'file.upload.sanitize.name'.
SecurityFileUploadEventSubscriber.php file core/modules/system/src/EventSubscriber/SecurityFileUploadEventSubscriber.php
SecurityFileUploadEventSubscriber::getSubscribedEvents function core/modules/system/src/EventSubscriber/SecurityFileUploadEventSubscriber.php
SecurityFileUploadEventSubscriber::sanitizeName function core/modules/system/src/EventSubscriber/SecurityFileUploadEventSubscriber.php Sanitizes the upload's filename to make it secure.
SecurityFileUploadEventSubscriber::__construct function core/modules/system/src/EventSubscriber/SecurityFileUploadEventSubscriber.php Constructs a new file event listener.
SecurityFileUploadEventSubscriberTest class core/modules/system/tests/src/Unit/Event/SecurityFileUploadEventSubscriberTest.php SecurityFileUploadEventSubscriber tests.
SecurityFileUploadEventSubscriberTest.php file core/modules/system/tests/src/Unit/Event/SecurityFileUploadEventSubscriberTest.php
SecurityFileUploadEventSubscriberTest::provideFilenames function core/modules/system/tests/src/Unit/Event/SecurityFileUploadEventSubscriberTest.php Provides data for testSanitizeName().
SecurityFileUploadEventSubscriberTest::provideFilenamesNoMunge function core/modules/system/tests/src/Unit/Event/SecurityFileUploadEventSubscriberTest.php Provides data for testSanitizeNameNoMunge().
SecurityFileUploadEventSubscriberTest::testSanitizeName function core/modules/system/tests/src/Unit/Event/SecurityFileUploadEventSubscriberTest.php Tests file name sanitization.
SecurityFileUploadEventSubscriberTest::testSanitizeNameNoMunge function core/modules/system/tests/src/Unit/Event/SecurityFileUploadEventSubscriberTest.php Tests file name sanitization without file munging.
ServerCommand::$classLoader property core/lib/Drupal/Core/Command/ServerCommand.php The class loader.
Sql::loadEntities function core/modules/views/src/Plugin/views/query/Sql.php Loads all entities contained in the passed-in $results.
SqlContentEntityStorage::doLoadMultiple function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Performs storage-specific loading of entities.
SqlContentEntityStorage::doLoadMultipleRevisionsFieldItems function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Actually loads revision field item values from the storage.
SqlContentEntityStorage::loadFromDedicatedTables function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Loads values of fields stored in dedicated tables for a group of entities.
SqlContentEntityStorage::loadFromSharedTables function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Loads values for fields stored in the shared data tables.
SqlContentEntityStorageSchema::loadEntitySchemaData function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Loads stored schema data for the given entity type definition.
SqlContentEntityStorageSchema::loadFieldSchemaData function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Loads stored schema data for the given field storage definition.
SqlContentEntityStorageTest::testLoadMultipleNoPersistentCache function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php @covers ::doLoadMultiple
@covers ::buildCacheId
@covers ::getFromPersistentCache
@covers ::setPersistentCache
SqlContentEntityStorageTest::testLoadMultiplePersistentCached function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php @covers ::doLoadMultiple
@covers ::buildCacheId
@covers ::getFromPersistentCache
SqlContentEntityStorageTest::testLoadMultiplePersistentCacheMiss function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php @covers ::doLoadMultiple
@covers ::buildCacheId
@covers ::getFromPersistentCache
@covers ::setPersistentCache
SqlContentEntityStorageTestEntityInterface::postLoad function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Acts on loaded entities.
SqlEntityLoadingTest class core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php Tests the loading of entities and entity revisions.
SqlEntityLoadingTest.php file core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php
SqlEntityLoadingTest::$modules property core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php Modules to install.
SqlEntityLoadingTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php Views to be enabled.
SqlEntityLoadingTest::setUp function core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php
SqlEntityLoadingTest::testViewWithNonDefaultPendingRevision function core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php
SqlTest::testLoadEntitiesWithEmptyResult function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::loadEntities
@covers ::assignEntitiesToResult
SqlTest::testLoadEntitiesWithNonEntityRelationship function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @covers ::loadEntities
@covers ::assignEntitiesToResult

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