Search for load

  1. Search 7.x for load
  2. Search 8.9.x for load
  3. Search 10.3.x for load
  4. Search 11.x for load
  5. Other projects
Title Object type File name Summary
SaveUploadTest::$imageExtension property core/modules/file/tests/src/Functional/SaveUploadTest.php Extension of the image filename.
SaveUploadTest::$maxFidBefore property core/modules/file/tests/src/Functional/SaveUploadTest.php The largest file id when the test starts.
SaveUploadTest::$modules property core/modules/file/tests/src/Functional/SaveUploadTest.php Modules to enable.
SaveUploadTest::$phpfile property core/modules/file/tests/src/Functional/SaveUploadTest.php A PHP file path for upload security testing.
SaveUploadTest::setUp function core/modules/file/tests/src/Functional/SaveUploadTest.php
SaveUploadTest::testDrupalMovingUploadedFileError function core/modules/file/tests/src/Functional/SaveUploadTest.php Tests for log entry on failing destination.
SaveUploadTest::testDuplicate function core/modules/file/tests/src/Functional/SaveUploadTest.php Tests uploading a duplicate file.
SaveUploadTest::testExistingError function core/modules/file/tests/src/Functional/SaveUploadTest.php Tests for failure when uploading over a file that already exists.
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.
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 Loads a section storage with the provided contexts applied.
SectionStorageManager::loadEmpty function core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php Loads a section storage with no associated section list.
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::$config property core/modules/system/src/EventSubscriber/SecurityFileUploadEventSubscriber.php The system.file configuration.
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.
seven_form_media_library_add_form_upload_alter function core/themes/seven/seven.theme Implements hook_form_FORM_ID_alter().
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

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