Search for load
Title | Object type | File name | Summary |
---|---|---|---|
AliasManager::$langcodePreloaded | property | core/ |
Whether preloaded path lookups has already been loaded. |
AliasManager::$preloadedPathLookups | property | core/ |
Holds an array of previously looked up paths for the current request path. |
AliasRepository::preloadPathAlias | function | core/ |
Pre-loads path alias information for a given list of system paths. |
AliasRepositoryInterface::preloadPathAlias | function | core/ |
Pre-loads path alias information for a given list of system paths. |
AliasStorage::load | function | core/ |
Fetches a specific URL alias from the database. |
AliasStorage::preloadPathAlias | function | core/ |
Pre-loads path alias information for a given list of source paths. |
AliasStorageInterface::load | function | core/ |
Fetches a specific URL alias from the database. |
AliasStorageInterface::preloadPathAlias | function | core/ |
Pre-loads path alias information for a given list of source paths. |
AliasWhitelist::lazyLoadCache | function | core/ |
Loads the cache if not already done. |
AliasWhitelist::loadMenuPathRoots | function | core/ |
Loads menu path roots to prepopulate cache. |
ClassLoaderTest | class | core/ |
@group ClassLoader @group legacy @runTestsInSeparateProcesses |
ClassLoaderTest.php | file | core/ |
|
ClassLoaderTest::setUp | function | core/ |
|
ClassLoaderTest::testDrupalClassloadeRegisterDeprecation | function | core/ |
@expectedDeprecation drupal_classloader_register() is deprecated in Drupal 8.8.0 and will be removed before Drupal 9.0.0. Use the method ::addPsr4() of the class_loader service to register the namespace. See https://www.drupal.org/node/3035275. |
ClassLoaderTest::testSystemRegisterDeprecation | function | core/ |
@expectedDeprecation system_register() is deprecated in Drupal 8.8.0 and will be removed before Drupal 9.0.0. There is no replacement for this function. To achieve the same functionality use this snippet: $path =… |
EntityLegacyTest::testEntityLoadMultipleByProperties | function | core/ |
@expectedDeprecation entity_load_multiple_by_properties() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use the entity type storage's loadByProperties() method. See https://www.drupal.org/node/3050910 |
EntityManager::loadEntityByConfigTarget | function | core/ |
|
EntityManager::loadEntityByUuid | function | core/ |
|
EntityManagerTest::testLoadEntityByConfigTarget | function | core/ |
Tests the loadEntityByConfigTarget() method. |
EntityManagerTest::testLoadEntityByUuid | function | core/ |
Tests the loadEntityByUuid() method. |
EntityRevisionConverterTest::testDeprecatedLoadPendingRevisionFlag | function | core/ |
@covers ::convert[[api-linebreak]] @expectedDeprecationMessage The load_pending_revision flag has been deprecated. You should use load_latest_revision instead. |
EntityUnitTestBase::reloadEntity | function | core/ |
Reloads the given entity from the storage and returns it. |
entity_load | function | core/ |
Loads an entity from the database. |
entity_load_multiple | function | core/ |
Loads multiple entities from the database. |
entity_load_multiple_by_properties | function | core/ |
Load entities by their property values. |
entity_load_unchanged | function | core/ |
Loads the unchanged, i.e. not modified, entity from the database. |
entity_revision_load | function | core/ |
Loads an entity from the database. |
FileFieldTestBase::uploadNodeFile | function | core/ |
Uploads a file to a node. |
FileFieldTestBase::uploadNodeFiles | function | core/ |
Uploads multiple files to a node. |
FileModuleTest::testFileSaveUploadSingleErrorFormSize | function | core/ |
Tests file size upload errors. |
FileUploadHalJsonBasicAuthTest | class | core/ |
@group hal |
FileUploadHalJsonBasicAuthTest.php | file | core/ |
|
FileUploadHalJsonBasicAuthTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
FileUploadHalJsonBasicAuthTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
FileUploadHalJsonBasicAuthTest::$modules | property | core/ |
Modules to install. |
FileUploadHalJsonCookieTest | class | core/ |
@group hal |
FileUploadHalJsonCookieTest.php | file | core/ |
|
FileUploadHalJsonCookieTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
FileUploadHalJsonCookieTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
FileUploadHalJsonTestBase | class | core/ |
Tests binary data file upload route for HAL JSON. |
FileUploadHalJsonTestBase | class | core/ |
|
FileUploadHalJsonTestBase.php | file | core/ |
|
FileUploadHalJsonTestBase.php | file | core/ |
|
FileUploadHalJsonTestBase::$format | property | core/ |
The format to use in this test. |
FileUploadHalJsonTestBase::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
FileUploadHalJsonTestBase::$modules | property | core/ |
Modules to install. |
FileUploadHalJsonTestBase::getExpectedNormalizedEntity | function | core/ |
Gets the expected file entity. |
FileUploadHalJsonTestBase::getNormalizedPostEntity | function | core/ |
|
FrontMatter::load | function | core/ |
Creates a new FrontMatter instance. |
ImageFieldTestBase::uploadNodeImage | function | core/ |
Upload an image to a node. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.