Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
DrupalFlushAllCachesInInstallerTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/DrupalFlushAllCachesInInstallerTest.php Confirms that the installation succeeded.
DrupalFlushAllCachesTest class core/tests/Drupal/KernelTests/Core/Common/DrupalFlushAllCachesTest.php @covers ::drupal_flush_all_caches[[api-linebreak]]
@group Common
DrupalFlushAllCachesTest.php file core/tests/Drupal/KernelTests/Core/Common/DrupalFlushAllCachesTest.php
DrupalFlushAllCachesTest::$containerBuilds property core/tests/Drupal/KernelTests/Core/Common/DrupalFlushAllCachesTest.php Stores the number of container builds.
DrupalFlushAllCachesTest::$modules property core/tests/Drupal/KernelTests/Core/Common/DrupalFlushAllCachesTest.php Modules to enable.
DrupalFlushAllCachesTest::register function core/tests/Drupal/KernelTests/Core/Common/DrupalFlushAllCachesTest.php Registers test-specific services.
DrupalFlushAllCachesTest::testDrupalFlushAllCachesModuleList function core/tests/Drupal/KernelTests/Core/Common/DrupalFlushAllCachesTest.php Tests that drupal_flush_all_caches() uses core.extension properly.
DrupalImage class core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php Defines the "drupalimage" plugin.
DrupalImage.php file core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php
DrupalImage::getButtons function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php Returns the buttons that this plugin provides, along with metadata.
DrupalImage::getConfig function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php Returns the additions to CKEDITOR.config for a specific CKEditor instance.
DrupalImage::getFile function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php Returns the Drupal root-relative file path to the plugin JavaScript file.
DrupalImage::getLibraries function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php Returns a list of libraries this plugin requires.
DrupalImage::settingsForm function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php
DrupalImage::validateImageUploadSettings function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php #element_validate handler for the "image_upload" element in settingsForm().
DrupalImageCaption class core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php Defines the "drupalimagecaption" plugin.
DrupalImageCaption.php file core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php
DrupalImageCaption::$moduleList property core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php The module extension list.
DrupalImageCaption::create function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php Creates an instance of the plugin.
DrupalImageCaption::getConfig function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php Returns the additions to CKEDITOR.config for a specific CKEditor instance.
DrupalImageCaption::getCssFiles function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php Retrieves enabled plugins' iframe instance CSS files.
DrupalImageCaption::getDependencies function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php Returns a list of plugins this plugin requires.
DrupalImageCaption::getFile function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php Returns the Drupal root-relative file path to the plugin JavaScript file.
DrupalImageCaption::getLibraries function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php Returns a list of libraries this plugin requires.
DrupalImageCaption::isEnabled function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php Checks if this plugin should be enabled based on the editor configuration.
DrupalImageCaption::isInternal function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php Indicates if this plugin is part of the optimized CKEditor build.
DrupalKernel class core/lib/Drupal/Core/DrupalKernel.php The DrupalKernel class is the core of Drupal itself.
DrupalKernel.php file core/lib/Drupal/Core/DrupalKernel.php
DrupalKernel::$allowDumping property core/lib/Drupal/Core/DrupalKernel.php Whether the container can be dumped.
DrupalKernel::$booted property core/lib/Drupal/Core/DrupalKernel.php Whether the kernel has been booted.
DrupalKernel::$bootstrapContainer property core/lib/Drupal/Core/DrupalKernel.php Holds the bootstrap container.
DrupalKernel::$bootstrapContainerClass property core/lib/Drupal/Core/DrupalKernel.php Holds the class used for instantiating the bootstrap container.
DrupalKernel::$classLoader property core/lib/Drupal/Core/DrupalKernel.php The class loader object.
DrupalKernel::$configStorage property core/lib/Drupal/Core/DrupalKernel.php Config storage object used for reading enabled modules configuration.
DrupalKernel::$container property core/lib/Drupal/Core/DrupalKernel.php Holds the container instance.
DrupalKernel::$containerNeedsDumping property core/lib/Drupal/Core/DrupalKernel.php Whether the container needs to be dumped once booting is complete.
DrupalKernel::$containerNeedsRebuild property core/lib/Drupal/Core/DrupalKernel.php Whether the container needs to be rebuilt the next time it is initialized.
DrupalKernel::$defaultBootstrapContainerDefinition property core/lib/Drupal/Core/DrupalKernel.php Holds the default bootstrap container definition.
DrupalKernel::$environment property core/lib/Drupal/Core/DrupalKernel.php The environment, e.g. 'testing', 'install'.
DrupalKernel::$isEnvironmentInitialized property core/lib/Drupal/Core/DrupalKernel.php Whether the PHP environment has been initialized.
DrupalKernel::$moduleData property core/lib/Drupal/Core/DrupalKernel.php List of available modules and installation profiles.
DrupalKernel::$moduleList property core/lib/Drupal/Core/DrupalKernel.php Holds the list of enabled modules.
DrupalKernel::$phpArrayDumperClass property core/lib/Drupal/Core/DrupalKernel.php Holds the class used for dumping the container to a PHP array.
DrupalKernel::$prepared property core/lib/Drupal/Core/DrupalKernel.php Whether essential services have been set up properly by preHandle().
DrupalKernel::$root property core/lib/Drupal/Core/DrupalKernel.php The app root.
DrupalKernel::$serviceIdMapping property core/lib/Drupal/Core/DrupalKernel.php A mapping from service classes to service IDs.
DrupalKernel::$serviceProviderClasses property core/lib/Drupal/Core/DrupalKernel.php List of discovered service provider class names or objects.
DrupalKernel::$serviceProviders property core/lib/Drupal/Core/DrupalKernel.php List of instantiated service provider classes.
DrupalKernel::$serviceYamls property core/lib/Drupal/Core/DrupalKernel.php List of discovered services.yml pathnames.
DrupalKernel::$sitePath property core/lib/Drupal/Core/DrupalKernel.php The site path directory.

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