42 string references to request

comment_permalink in drupal/core/modules/comment/comment.module
Redirects comment links to the correct page depending on comment settings.
container9.php in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container9.php
ContainerAwareHttpKernel::handle in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/ContainerAwareHttpKernel.php
@api
ContainerAwareHttpKernel::__construct in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/ContainerAwareHttpKernel.php
Constructor.
ContainerAwareHttpKernelTest::testHandle in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DependencyInjection/ContainerAwareHttpKernelTest.php
@dataProvider getProviderTypes
ContainerAwareHttpKernelTest::testHandleRestoresThePreviousRequestOnException in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DependencyInjection/ContainerAwareHttpKernelTest.php
@dataProvider getProviderTypes
ContainerBuilderTest::testGetReturnsNullOnInactiveScope in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php
@covers Symfony\Component\DependencyInjection\ContainerBuilder::get
Controller::contactAction in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Controller.php
Plugin annotation @Route("/contact", name="_demo_contact") @Template()
core.services.yml in drupal/core/core.services.yml
drupal/core/core.services.yml
CoreBundle::build in drupal/core/lib/Drupal/Core/CoreBundle.php
Implements \Symfony\Component\HttpKernel\Bundle\BundleInterface::build().
current_path in drupal/core/includes/path.inc
Return the current URL path of the page being viewed.
CustomBlockController::create in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Controller/CustomBlockController.php
Instantiates a new instance of this controller.
custom_block_add in drupal/core/modules/block/custom_block/custom_block.pages.inc
Page callback: Presents the custom block creation form.
DrupalKernel::initializeContainer in drupal/core/lib/Drupal/Core/DrupalKernel.php
Initializes the service container.
drupal_get_js in drupal/core/includes/common.inc
Returns a themed presentation of all JavaScript code for the current page.
FloodTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/System/FloodTest.php
Sets up a Drupal site for running functional and integration tests.
HttpKernel::handle in drupal/core/lib/Drupal/Core/HttpKernel.php
@api
HttpKernel::render in drupal/core/lib/Drupal/Core/HttpKernel.php
Renders a Controller and returns the Response content.
HttpKernelTest::testSetupSubrequest in drupal/core/tests/Drupal/Tests/Core/HttpKernelTest.php
Tests the forward method.
install_begin_request in drupal/core/includes/install.core.inc
Begins an installation request, modifying the installation state as needed.
LanguageUILanguageNegotiationTest::setUp in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUILanguageNegotiationTest.php
Sets up a Drupal site for running functional and integration tests.
PHPUnit_Util_Configuration::getPHPConfiguration in drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Configuration.php
Returns the PHP configuration.
PHPUnit_Util_Configuration::handlePHPConfiguration in drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Configuration.php
Handles the PHP configuration.
ProjectServiceContainer::getDependsOnRequestService in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9.php
Gets the 'depends_on_request' service.
ProjectServiceContainer::getDependsOnRequestService in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php
Gets the 'depends_on_request' service.
ProjectServiceContainer::getInactiveService in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php
ProjectServiceContainer::synchronizeRequestService in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9.php
Updates the 'request' service.
ProjectServiceContainer::synchronizeRequestService in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php
Updates the 'request' service.
RequestDataCollector::getName in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php
Returns the name of the collector.
RequestDataCollectorTest::testCollect in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php
@dataProvider provider
RestExport::initDisplay in drupal/core/modules/rest/lib/Drupal/rest/Plugin/views/display/RestExport.php
ServiceDestructionTest::testDestructionUnused in drupal/core/modules/system/lib/Drupal/system/Tests/DrupalKernel/ServiceDestructionTest.php
Verifies that services are not unnecessarily destructed when not used.
ServiceDestructionTest::testDestructionUsed in drupal/core/modules/system/lib/Drupal/system/Tests/DrupalKernel/ServiceDestructionTest.php
Verifies that services are destructed when used.
SessionHttpsTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionHttpsTest.php
Sets up a Drupal site for running functional and integration tests.
StyleTableUnitTest::testTable in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTableUnitTest.php
Tests the table style.
system_custom_theme in drupal/core/modules/system/system.module
Implements hook_custom_theme().
Table::create in drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Table.php
Creates an instance of the plugin.
TagTest::testViewsUiAutocompleteTag in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/TagTest.php
Tests the views_ui_autocomplete_tag function.
update.php in drupal/core/update.php
Administrative page for handling updates from one Drupal version to another.
UpgradePathTestBase::prepareD8Session in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UpgradePathTestBase.php
Prepares the appropriate session for the release of Drupal being upgraded.
ViewEditFormController::createInstance in drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php
Instantiates a new instance of this entity controller.
views_ajax in drupal/core/modules/views/includes/ajax.inc
Menu callback to load a view via AJAX.