Search for load

  1. Search 7.x for load
  2. Search 9.5.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
QuickEditLoadingTest::setUp function core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php
QuickEditLoadingTest::setUp function core/modules/quickedit/tests/src/Kernel/QuickEditLoadingTest.php
QuickEditLoadingTest::testConcurrentEdit function core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php Tests Quick Edit on a node that was concurrently edited on the full node
form.
QuickEditLoadingTest::testContentBlock function core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php Tests that Quick Edit's data- attributes are present for content blocks.
QuickEditLoadingTest::testDisplayOptions function core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php Tests that Quick Edit doesn't make fields rendered with display options
editable.
QuickEditLoadingTest::testDisplayOptions function core/modules/quickedit/tests/src/Kernel/QuickEditLoadingTest.php Tests that Quick Edit doesn't make fields rendered with display options
editable.
QuickEditLoadingTest::testImageField function core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php Tests that Quick Edit can handle an image field.
QuickEditLoadingTest::testTitleBaseField function core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php Tests the loading of Quick Edit for the title base field.
QuickEditLoadingTest::testUserPermissions function core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php Test the loading of Quick Edit with different permissions.
QuickEditLoadingTest::testWithPendingRevision function core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php Test Quick Edit does not appear for entities with pending revisions.
RdfCommentStorageLoadTest class core/modules/rdf/tests/src/Kernel/RdfCommentStorageLoadTest.php Tests rdf_comment_storage_load.
RdfCommentStorageLoadTest.php file core/modules/rdf/tests/src/Kernel/RdfCommentStorageLoadTest.php
RdfCommentStorageLoadTest::$modules property core/modules/rdf/tests/src/Kernel/RdfCommentStorageLoadTest.php Modules to enable.
RdfCommentStorageLoadTest::testRdfCommentStorageLoad function core/modules/rdf/tests/src/Kernel/RdfCommentStorageLoadTest.php Tests rdf_comment_storage_load.
rdf_comment_storage_load function core/modules/rdf/rdf.module Implements hook_ENTITY_TYPE_storage_load() for comment entities.
RemoteFileSaveUploadTest class core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php Tests the file uploading functions.
RemoteFileSaveUploadTest.php file core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php
RemoteFileSaveUploadTest::$defaultTheme property core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php The theme to install as the default for testing.
RemoteFileSaveUploadTest::$modules property core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php Modules to enable.
RemoteFileSaveUploadTest::setUp function core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php
RequiredModuleUninstallValidator::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/Extension/RequiredModuleUninstallValidator.php Lazy loads the real service from the container.
ResourceTestBase::entityLoadUnchanged function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Loads an entity in the test container, ignoring the static cache.
RESTTestBase::loadEntityFromLocationHeader function core/modules/rest/src/Tests/RESTTestBase.php Loads an entity based on the location URL returned in the location header.
RevisionableInterface::getLoadedRevisionId function core/lib/Drupal/Core/Entity/RevisionableInterface.php Gets the loaded Revision ID of the entity.
RevisionableInterface::updateLoadedRevisionId function core/lib/Drupal/Core/Entity/RevisionableInterface.php Updates the loaded Revision ID with the revision ID.
RevisionableStorageInterface::loadMultipleRevisions function core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php Loads multiple entity revisions.
RevisionableStorageInterface::loadRevision function core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php Loads a specific entity revision.
Role::postLoad function core/modules/user/src/Entity/Role.php Acts on loaded entities.
RouteBuilder::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/Routing/RouteBuilder.php Lazy loads the real service from the container.
RoutePreloader class core/lib/Drupal/Core/Routing/RoutePreloader.php Defines a class which preloads non-admin routes.
RoutePreloader.php file core/lib/Drupal/Core/Routing/RoutePreloader.php
RoutePreloader::$cache property core/lib/Drupal/Core/Routing/RoutePreloader.php The cache backend used to skip the state loading.
RoutePreloader::$nonAdminRoutesOnRebuild property core/lib/Drupal/Core/Routing/RoutePreloader.php Contains the non-admin routes while rebuilding the routes.
RoutePreloader::$routeProvider property core/lib/Drupal/Core/Routing/RoutePreloader.php The route provider.
RoutePreloader::$state property core/lib/Drupal/Core/Routing/RoutePreloader.php The state key value store.
RoutePreloader::getSubscribedEvents function core/lib/Drupal/Core/Routing/RoutePreloader.php
RoutePreloader::isGetAndHtmlRoute function core/lib/Drupal/Core/Routing/RoutePreloader.php Determines whether the given route is a GET and HTML route.
RoutePreloader::onAlterRoutes function core/lib/Drupal/Core/Routing/RoutePreloader.php Alters existing routes for a specific collection.
RoutePreloader::onFinishedRoutes function core/lib/Drupal/Core/Routing/RoutePreloader.php Store the non admin routes in state when the route building is finished.
RoutePreloader::onRequest function core/lib/Drupal/Core/Routing/RoutePreloader.php Loads all non-admin routes right before the actual page is rendered.
RoutePreloader::__construct function core/lib/Drupal/Core/Routing/RoutePreloader.php Constructs a new RoutePreloader.
RoutePreloaderTest class core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php @coversDefaultClass \Drupal\Core\Routing\RoutePreloader
@group Routing
RoutePreloaderTest.php file core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php
RoutePreloaderTest::$cache property core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php The mocked cache.
RoutePreloaderTest::$preloader property core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php The tested preloader.
RoutePreloaderTest::$routeProvider property core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php The mocked route provider.
RoutePreloaderTest::$state property core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php The mocked state.
RoutePreloaderTest::setUp function core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php
RoutePreloaderTest::testOnAlterRoutesWithAdminPathNoAdminRoute function core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php Tests onAlterRoutes with "admin" appearing in the path.
RoutePreloaderTest::testOnAlterRoutesWithAdminRoutes function core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php Tests onAlterRoutes with just admin routes.

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