Search for kernel

  1. Search 7.x for kernel
  2. Search 9.5.x for kernel
  3. Search 8.9.x for kernel
  4. Search 10.3.x for kernel
  5. Other projects
Title Object type File name Summary
IconPackManagerKernelTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Modules to install.
IconPackManagerKernelTest::$pluginManagerIconPack property core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php The IconPackManager instance.
IconPackManagerKernelTest::EXPECTED_TOTAL_TEST_ICONS constant core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php
IconPackManagerKernelTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php
IconPackManagerKernelTest::testConstructor function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::_construct method.
IconPackManagerKernelTest::testGetExtractorFormDefaults function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::getExtractorFormDefault method.
IconPackManagerKernelTest::testGetExtractorPluginForms function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::getExtractorPluginForms method.
IconPackManagerKernelTest::testGetExtractorPluginFormsWithAllowed function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::getExtractorPluginForms method.
IconPackManagerKernelTest::testGetExtractorPluginFormsWithDefault function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::getExtractorPluginForms method with default.
IconPackManagerKernelTest::testGetIcon function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::getIcon method.
IconPackManagerKernelTest::testGetIcons function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::getIcons method.
IconPackManagerKernelTest::testListIconPackOptions function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::listIconPackOptions method.
IconPackManagerKernelTest::testProcessDefinition function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::processDefinition method.
IconPackManagerKernelTest::testProcessDefinitionDisabled function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::processDefinition method with disable pack.
IconPackManagerKernelTest::testProcessDefinitionExceptionName function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::processDefinition method with exception.
IconPackManagerKernelTest::testProcessDefinitionExceptionRequired function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::processDefinition method with exception.
IconPackManagerKernelTest::TEST_ICON_FULL_ID constant core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Icon from icon_test module.
InstallerKernel class core/lib/Drupal/Core/Installer/InstallerKernel.php Extend DrupalKernel to handle force some kernel behaviors.
InstallerKernel.php file core/lib/Drupal/Core/Installer/InstallerKernel.php
InstallerKernel::attachSynthetic function core/lib/Drupal/Core/Installer/InstallerKernel.php Attach synthetic values on to kernel.
InstallerKernel::getConfigStorage function core/lib/Drupal/Core/Installer/InstallerKernel.php Returns the active configuration storage used during early install.
InstallerKernel::getExtensions function core/lib/Drupal/Core/Installer/InstallerKernel.php Get the core.extension config object.
InstallerKernel::getInstallProfile function core/lib/Drupal/Core/Installer/InstallerKernel.php Gets the active install profile.
InstallerKernel::initializeContainer function core/lib/Drupal/Core/Installer/InstallerKernel.php Initializes the service container.
InstallerKernel::installationAttempted function core/lib/Drupal/Core/Installer/InstallerKernel.php Returns TRUE if a Drupal installation is currently being attempted.
InstallerKernel::resetConfigStorage function core/lib/Drupal/Core/Installer/InstallerKernel.php Reset the bootstrap config storage.
JsonapiKernelTestBase class core/modules/jsonapi/tests/src/Kernel/JsonapiKernelTestBase.php Contains shared test utility methods.
JsonapiKernelTestBase.php file core/modules/jsonapi/tests/src/Kernel/JsonapiKernelTestBase.php
JsonapiKernelTestBase::$modules property core/modules/jsonapi/tests/src/Kernel/JsonapiKernelTestBase.php Modules to install.
JsonapiKernelTestBase::createTextField function core/modules/jsonapi/tests/src/Kernel/JsonapiKernelTestBase.php Creates a field of a text field storage on the bundle.
jsonapi_test_normalizers_kernel.info.yml file core/modules/jsonapi/tests/modules/jsonapi_test_normalizers_kernel/jsonapi_test_normalizers_kernel.info.yml core/modules/jsonapi/tests/modules/jsonapi_test_normalizers_kernel/jsonapi_test_normalizers_kernel.info.yml
jsonapi_test_normalizers_kernel.jsonapi_document_toplevel service core/modules/jsonapi/tests/modules/jsonapi_test_normalizers_kernel/jsonapi_test_normalizers_kernel.services.yml Alias of serializer.normalizer.jsonapi_document_toplevel.jsonapi
jsonapi_test_normalizers_kernel.services.yml file core/modules/jsonapi/tests/modules/jsonapi_test_normalizers_kernel/jsonapi_test_normalizers_kernel.services.yml core/modules/jsonapi/tests/modules/jsonapi_test_normalizers_kernel/jsonapi_test_normalizers_kernel.services.yml
KernelPreHandle class core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php Prepares the environment after page caching ran.
KernelPreHandle.php file core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php
KernelPreHandle::$drupalKernel property core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php The main Drupal kernel.
KernelPreHandle::$httpKernel property core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php The wrapped HTTP kernel.
KernelPreHandle::handle function core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php
KernelPreHandle::__construct function core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php Constructs a new KernelPreHandle instance.
KernelTest class core/tests/PHPStan/fixtures/component-tests.php
KernelTestBase class core/tests/Drupal/KernelTests/KernelTestBase.php Base class for functional integration tests.
KernelTestBase.php file core/tests/Drupal/KernelTests/KernelTestBase.php
KernelTestBase::$classLoader property core/tests/Drupal/KernelTests/KernelTestBase.php
KernelTestBase::$configImporter property core/tests/Drupal/KernelTests/KernelTestBase.php @todo Move into Config test base class.
KernelTestBase::$configSchemaCheckerExclusions property core/tests/Drupal/KernelTests/KernelTestBase.php An array of config object names that are excluded from schema checking.
KernelTestBase::$container property core/tests/Drupal/KernelTests/KernelTestBase.php
KernelTestBase::$databasePrefix property core/tests/Drupal/KernelTests/KernelTestBase.php
KernelTestBase::$keyValue property core/tests/Drupal/KernelTests/KernelTestBase.php The key_value service that must persist between container rebuilds.
KernelTestBase::$modules property core/tests/Drupal/KernelTests/KernelTestBase.php Modules to install.
KernelTestBase::$root property core/tests/Drupal/KernelTests/KernelTestBase.php The app root.

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