9 calls to DrupalKernel::createFromRequest()
- authorize.php in core/
authorize.php - Administrative script for running authorized file operations.
- DrupalKernelTest::getTestKernel in core/
tests/ Drupal/ KernelTests/ Core/ DrupalKernel/ DrupalKernelTest.php - Build a kernel for testings.
- DrupalKernelTest::testPrepareLegacyRequest in core/
tests/ Drupal/ KernelTests/ Core/ DrupalKernel/ DrupalKernelTest.php - @group legacy @expectedDeprecation Drupal\Core\DrupalKernel::prepareLegacyRequest is deprecated drupal:8.0.0 and is removed from drupal:9.0.0. Use DrupalKernel::boot() and DrupalKernel::preHandle() instead. See https://www.drupal.org/node/3070678
- DrupalKernelTest::testRepeatedBootWithDifferentEnvironment in core/
tests/ Drupal/ KernelTests/ Core/ DrupalKernel/ DrupalKernelTest.php - Tests repeated loading of compiled DIC with different environment.
- FunctionalTestSetupTrait::initKernel in core/
lib/ Drupal/ Core/ Test/ FunctionalTestSetupTrait.php - Initializes the kernel after installation.
- InstallerTestBase::setUp in core/
modules/ simpletest/ src/ InstallerTestBase.php - Sets up a Drupal site for running functional and integration tests.
- InstallerTestBase::setUp in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerTestBase.php - statistics.php in core/
modules/ statistics/ statistics.php - Handles counts of node views via AJAX with minimal bootstrap.
- TestRunnerKernel::createFromRequest in core/
lib/ Drupal/ Core/ Test/ TestRunnerKernel.php - Create a DrupalKernel object from a request.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.