53 string references to session in Drupal 10
- AccessTest::testFileCacheability in core/
modules/ file/ tests/ src/ Kernel/ AccessTest.php - Tests cacheability metadata.
- authorize.php in core/
authorize.php - Administrative script for running authorized file operations.
- BlockContentTranslationUITest.php in core/
modules/ block_content/ tests/ src/ Functional/ BlockContentTranslationUITest.php - CommentTranslationUITest.php in core/
modules/ comment/ tests/ src/ Functional/ CommentTranslationUITest.php - core.services.yml in core/
core.services.yml - core/core.services.yml
- default.services.yml in sites/
default/ default.services.yml - sites/default/default.services.yml
- default.services.yml in core/
assets/ scaffold/ files/ default.services.yml - core/assets/scaffold/files/default.services.yml
- drupal6.php in core/
modules/ migrate_drupal/ tests/ fixtures/ drupal6.php - A database agnostic dump for testing purposes.
- drupal7.php in core/
modules/ tracker/ tests/ fixtures/ drupal7.php - A database agnostic dump for testing purposes.
- drupal7.php in core/
modules/ rdf/ tests/ fixtures/ drupal7.php - A database agnostic dump for testing purposes.
- drupal7.php in core/
modules/ migrate_drupal/ tests/ fixtures/ drupal7.php - A database agnostic dump for testing purposes.
- DrupalKernel::initializeContainer in core/
lib/ Drupal/ Core/ DrupalKernel.php - Initializes the service container.
- drupal_install_system in core/
includes/ install.inc - Installs the system module.
- drupal_rebuild in core/
includes/ utility.inc - Rebuilds all caches even when Drupal itself does not work.
- EntityResourceTestBase::testGet in core/
modules/ rest/ tests/ src/ Functional/ EntityResource/ EntityResourceTestBase.php - Tests a GET request for an entity, plus edge cases to ensure good DX.
- FileAccessControlHandler::checkAccess in core/
modules/ file/ src/ FileAccessControlHandler.php - Performs access checks.
- FormBuilder::renderFormTokenPlaceholder in core/
lib/ Drupal/ Core/ Form/ FormBuilder.php - Renders the form CSRF token. It's a #lazy_builder callback.
- install_bootstrap_full in core/
includes/ install.core.inc - Performs a full bootstrap of Drupal during installation.
- LanguageNegotiationSession::getLangcode in core/
modules/ language/ src/ Plugin/ LanguageNegotiation/ LanguageNegotiationSession.php - LanguageNegotiationSession::getLanguageSwitchLinks in core/
modules/ language/ src/ Plugin/ LanguageNegotiation/ LanguageNegotiationSession.php - LanguageNegotiationSession::persist in core/
modules/ language/ src/ Plugin/ LanguageNegotiation/ LanguageNegotiationSession.php - LanguageNegotiationSession::processOutbound in core/
modules/ language/ src/ Plugin/ LanguageNegotiation/ LanguageNegotiationSession.php - MediaTranslationUITest.php in core/
modules/ media/ tests/ src/ Functional/ MediaTranslationUITest.php - MenuLinkContentCacheabilityBubblingTest::testOutboundPathAndRouteProcessing in core/
modules/ menu_link_content/ tests/ src/ Kernel/ MenuLinkContentCacheabilityBubblingTest.php - Tests bubbleable metadata of menu links' outbound route/path processing.
- MenuLinkContentTranslationUITest.php in core/
modules/ menu_link_content/ tests/ src/ Functional/ MenuLinkContentTranslationUITest.php - NodeBlockFunctionalTest::testRecentNodeBlock in core/
modules/ node/ tests/ src/ Functional/ NodeBlockFunctionalTest.php - Tests the recent comments block.
- PrivateTempStore::startSession in core/
lib/ Drupal/ Core/ TempStore/ PrivateTempStore.php - Start session because it is required for a private temp store.
- RendererTestBase.php in core/
tests/ Drupal/ Tests/ Core/ Render/ RendererTestBase.php - Contains \Drupal\Tests\Core\Render\RendererTestBase.
- ReplicaKillSwitchTest::testSystemInitIgnoresSecondaries in core/
tests/ Drupal/ KernelTests/ Core/ Database/ ReplicaKillSwitchTest.php - Tests database.replica_kill_switch service.
- ResourceTestBase::doTestIncluded in core/
modules/ jsonapi/ tests/ src/ Functional/ ResourceTestBase.php - Tests included resources.
- ResourceTestBase::doTestSparseFieldSets in core/
modules/ jsonapi/ tests/ src/ Functional/ ResourceTestBase.php - Tests sparse field sets.
- ResourceTestBase::testCollection in core/
modules/ jsonapi/ tests/ src/ Functional/ ResourceTestBase.php - Tests GETting a collection of resources.
- ResourceTestBase::testGetIndividual in core/
modules/ jsonapi/ tests/ src/ Functional/ ResourceTestBase.php - Tests GETting an individual resource, plus edge cases to ensure good DX.
- ResourceTestBase::testRevisions in core/
modules/ jsonapi/ tests/ src/ Functional/ ResourceTestBase.php - Tests individual and collection revisions.
- RouteProcessorCsrf::renderPlaceholderCsrfToken in core/
lib/ Drupal/ Core/ Access/ RouteProcessorCsrf.php - #lazy_builder callback; gets a CSRF token for the given path.
- Session::__construct in core/
lib/ Drupal/ Core/ StackMiddleware/ Session.php - Constructs a Session stack middleware object.
- SessionAuthenticationTest::assertSessionData in core/
modules/ system/ tests/ src/ Functional/ Session/ SessionAuthenticationTest.php - Checks the session data returned by the session test routes.
- SessionHandler::write in core/
lib/ Drupal/ Core/ Session/ SessionHandler.php - SessionTestController::getSession in core/
modules/ system/ tests/ modules/ session_test/ src/ Controller/ SessionTestController.php - Returns the values stored in the active session and the user ID.
- SessionTestController::setSession in core/
modules/ system/ tests/ modules/ session_test/ src/ Controller/ SessionTestController.php - Sets a test value on the session.
- ShortcutTranslationUITest.php in core/
modules/ shortcut/ tests/ src/ Functional/ ShortcutTranslationUITest.php - system_requirements in core/
modules/ system/ system.install - Implements hook_requirements().
- system_schema in core/
modules/ system/ system.install - Implements hook_schema().
- ToolbarCacheContextsTest::testCacheIntegration in core/
modules/ toolbar/ tests/ src/ Functional/ ToolbarCacheContextsTest.php - Tests toolbar cache integration.
- UpdateKernel::bootSession in core/
lib/ Drupal/ Core/ Update/ UpdateKernel.php - Boots up the session.
- UrlTest::testLinkBubbleableMetadata in core/
modules/ system/ tests/ src/ Kernel/ Common/ UrlTest.php - Tests that #type=link bubbles outbound route/path processors' metadata.
- User::postSave in core/
modules/ user/ src/ Entity/ User.php - user_login_finalize in core/
modules/ user/ user.module - Finalizes the login process and logs in a user.
- WorkspaceCacheContext::getCacheableMetadata in core/
modules/ workspaces/ src/ WorkspaceCacheContext.php - Gets the cacheability metadata for the context.
- WorkspaceSwitcherTest::testQueryParameterNegotiator in core/
modules/ workspaces/ tests/ src/ Functional/ WorkspaceSwitcherTest.php - Tests switching workspace via a query parameter.
- WorkspaceSwitcherTest::testSwitchingWorkspaces in core/
modules/ workspaces/ tests/ src/ Functional/ WorkspaceSwitcherTest.php - Tests switching workspace via the switcher block and admin page.
- _drupal_log_error in core/
includes/ errors.inc - Logs a PHP error or exception and displays an error page in fatal cases.
- _user_cancel_session_regenerate in core/
modules/ user/ user.module - Implements callback_batch_finished().