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
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 Tests load.
SectionStorageManagerTest::testLoadEmpty function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php Tests load empty.
SectionStorageManagerTest::testLoadNull function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php Tests load null.
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 Tests load multiple no persistent cache.
SqlContentEntityStorageTest::testLoadMultiplePersistentCached function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests load multiple persistent cached.
SqlContentEntityStorageTest::testLoadMultiplePersistentCacheMiss function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests load multiple persistent cache miss.
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 Tests entity loading with a non-default pending revision in Views.
SqlTest::testLoadEntitiesWithEmptyResult function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Tests load entities with empty result.
SqlTest::testLoadEntitiesWithNonEntityRelationship function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Tests load entities with non entity relationship.
SqlTest::testLoadEntitiesWithNoRelationshipAndNoRevision function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Tests load entities with no relationship and no revision.
SqlTest::testLoadEntitiesWithRelationship function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Tests load entities with relationship.
SqlTest::testLoadEntitiesWithRelationshipAndRevision function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Tests load entities with relationship and revision.
SqlTest::testLoadEntitiesWithRevision function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Tests load entities with revision.
SqlTest::testLoadEntitiesWithRevisionOfSameEntityType function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Tests load entities with revision of same entity type.
StaticMenuLinkOverrides::loadMultipleOverrides function core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php Loads overrides to multiple definitions of a static (YAML-defined) link.
StaticMenuLinkOverrides::loadOverride function core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php Loads any overrides to the definition of a static (YAML-defined) link.
StaticMenuLinkOverrides::reload function core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php Reloads the overrides from config.
StaticMenuLinkOverridesInterface::loadMultipleOverrides function core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php Loads overrides to multiple definitions of a static (YAML-defined) link.
StaticMenuLinkOverridesInterface::loadOverride function core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php Loads any overrides to the definition of a static (YAML-defined) link.
StaticMenuLinkOverridesInterface::reload function core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php Reloads the overrides from config.
StaticMenuLinkOverridesTest::providerTestLoadOverride function core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php Provides test data for testLoadOverride.
StaticMenuLinkOverridesTest::testLoadMultipleOverrides function core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php Tests the loadMultipleOverrides method.

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