Search for load
Title | Object type | File name | Summary |
---|---|---|---|
BookOutlineStorage::loadMultiple | function | core/ |
Loads books. |
BookOutlineStorageInterface::loadBookChildren | function | core/ |
Loads book's children using its parent ID. |
BookOutlineStorageInterface::loadMultiple | function | core/ |
Loads books. |
BookTest::testHookNodeLoadAccess | function | core/ |
Ensure the loaded book in hook_node_load() does not depend on the user. |
BookUninstallValidator::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
book_node_load | function | core/ |
Implements hook_ENTITY_TYPE_load() for node entities. |
BulkForm::loadEntityFromBulkFormKey | function | core/ |
Loads an entity based on a bulk form key. |
BulkFormTest::loadNode | function | core/ |
Load the specified node from the storage. |
CacheabilityMetadataConfigOverride::loadOverrides | function | core/ |
Returns config overrides. |
CacheCollector::$cacheLoaded | property | core/ |
Indicates if the collected cache was already loaded. |
CacheCollector::lazyLoadCache | function | core/ |
Loads the cache if not already done. |
CachedDiscoveryClearer::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
ChainResponsePolicy::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
CheckProvider::loadCheck | function | core/ |
Lazy-loads access check services. |
CheckProvider::loadDynamicRequirementMap | function | core/ |
Compiles a mapping of requirement keys to access checker service IDs. |
CheckProviderInterface::loadCheck | function | core/ |
Lazy-loads access check services. |
CKEditorLoadingTest | class | core/ |
Tests loading of CKEditor. |
CKEditorLoadingTest.php | file | core/ |
|
CKEditorLoadingTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
CKEditorLoadingTest::$modules | property | core/ |
Modules to enable. |
CKEditorLoadingTest::$normalUser | property | core/ |
A normal user with access to the 'plain_text' and 'filtered_html' formats. |
CKEditorLoadingTest::$untrustedUser | property | core/ |
An untrusted user with access to only the 'plain_text' format. |
CKEditorLoadingTest::getThingsToCheck | function | core/ |
|
CKEditorLoadingTest::setUp | function | core/ |
|
CKEditorLoadingTest::testExternalStylesheets | function | core/ |
Tests loading of theme's CKEditor stylesheets defined in the .info file. |
CKEditorLoadingTest::testLoading | function | core/ |
Tests loading of CKEditor CSS, JS and JS settings. |
CKEditorLoadingTest::testLoadingWithoutInternalButtons | function | core/ |
Tests presence of essential configuration even without Internal's buttons. |
claro_form_media_library_add_form_upload_alter | function | core/ |
Implements hook_form_FORM_ID_alter(). |
ClassLoaderTest | class | core/ |
Tests class loading for modules. |
ClassLoaderTest | class | core/ |
@group ClassLoader @group legacy @runTestsInSeparateProcesses |
ClassLoaderTest.php | file | core/ |
|
ClassLoaderTest.php | file | core/ |
|
ClassLoaderTest::$apcuEnsureUniquePrefix | property | core/ |
The flag to set 'apcu_ensure_unique_prefix' setting. |
ClassLoaderTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ClassLoaderTest::$expected | property | core/ |
The expected result from calling the module-provided class' method. |
ClassLoaderTest::setUp | function | core/ |
|
ClassLoaderTest::testAutoloadFromModuleFile | function | core/ |
Tests that .module files can use class constants in main section. |
ClassLoaderTest::testClassLoading | function | core/ |
Tests that module-provided classes can be loaded when a module is enabled. |
ClassLoaderTest::testClassLoadingDisabledModules | function | core/ |
Tests that module-provided classes can't be loaded from disabled modules. |
ClassLoaderTest::testClassLoadingNotInstalledModules | function | core/ |
Tests that module-provided classes can't be loaded if module not installed. |
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::testMultipleModules | function | core/ |
Ensures the negative caches in the class loader don't result in crashes. |
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 =… |
CommentedEntity::$loadedCommentedEntities | property | core/ |
Array of entities that has comments. |
CommentStorage::loadThread | function | core/ |
To display threaded comments in the correct order we keep a 'thread' field and order by that value. This field keeps this data in a way which is easy to update and convenient to use. |
CommentStorageInterface::loadThread | function | core/ |
Retrieves comments for a thread, sorted in an order suitable for display. |
comment_entity_storage_load | function | core/ |
Implements hook_entity_storage_load(). |
ComplexWorkflowTypeTest::testLoadMultipleByType | function | core/ |
@covers \Drupal\workflows\Entity\Workflow::loadMultipleByType |
Composer::preAutoloadDump | function | core/ |
Add vendor classes to Composer's static classmap. |
ConfigController::$fileDownloadController | property | core/ |
The file download controller. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.