Search for handle

  1. Search 7.x for handle
  2. Search 9.5.x for handle
  3. Search 8.9.x for handle
  4. Search 10.3.x for handle
  5. Other projects
Title Object type File name Summary
ShortcutAccessControlHandler::createInstance function core/modules/shortcut/src/ShortcutAccessControlHandler.php Instantiates a new instance of this entity handler.
ShortcutAccessControlHandler::__construct function core/modules/shortcut/src/ShortcutAccessControlHandler.php Constructs a ShortcutAccessControlHandler object.
ShortcutSetAccessControlHandler class core/modules/shortcut/src/ShortcutSetAccessControlHandler.php Defines the access control handler for the shortcut set entity type.
ShortcutSetAccessControlHandler.php file core/modules/shortcut/src/ShortcutSetAccessControlHandler.php
ShortcutSetAccessControlHandler::checkAccess function core/modules/shortcut/src/ShortcutSetAccessControlHandler.php Performs access checks.
ShortcutSetAccessControlHandler::checkCreateAccess function core/modules/shortcut/src/ShortcutSetAccessControlHandler.php Performs create access checks.
ShortcutSetAccessControlHandler::createInstance function core/modules/shortcut/src/ShortcutSetAccessControlHandler.php Instantiates a new instance of this entity handler.
ShortcutSetAccessControlHandler::__construct function core/modules/shortcut/src/ShortcutSetAccessControlHandler.php Constructs a ShortcutSetAccessControlHandler object.
ShortcutSetStorage::$moduleHandler property core/modules/shortcut/src/ShortcutSetStorage.php The module handler.
SiteMaintenanceModeForm::$permissionHandler property core/modules/system/src/Form/SiteMaintenanceModeForm.php The permission handler.
SmartDefaultSettings::$moduleHandler property core/modules/ckeditor5/src/SmartDefaultSettings.php The module handler.
SourcePluginBase::$moduleHandler property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The module handler service.
SourcePluginBase::getModuleHandler function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Gets the module handler.
SqlContentEntityStorage::handleNullableFieldUnserialize function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Handles NULL values before passing data to unserialize().
SqlContentEntityStorageSchema::handleEntityTypeSchemaUpdateExceptionOnDataCopy function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Handles the case when an error occurs during the data copying step.
SqlContentEntityStorageSchemaTest::$dbSchemaHandler property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php The mocked DB schema handler.
SqlContentEntityStorageTest::$moduleHandler property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php The module handler.
SqlContentEntityStorageTest::setUpModuleHandlerNoImplementations function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Sets up the module handler with no implementations.
SqlFieldableEntityTypeListenerTrait::handleEntityTypeSchemaUpdateExceptionOnDataCopy function core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php Handles the case when an error occurs during the data copying step.
Stable9TemplateOverrideTest::$themeHandler property core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php The theme handler.
StackedHttpKernel::handle function core/lib/Drupal/Core/StackMiddleware/StackedHttpKernel.php
StackedSessionHandlerPass class core/lib/Drupal/Core/DependencyInjection/Compiler/StackedSessionHandlerPass.php Provides a compiler pass for stacked session save handlers.
StackedSessionHandlerPass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/StackedSessionHandlerPass.php
StackedSessionHandlerPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/StackedSessionHandlerPass.php
StackSessionHandlerIntegrationTest class core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php Tests the stacked session handler functionality.
StackSessionHandlerIntegrationTest.php file core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php
StackSessionHandlerIntegrationTest::$defaultTheme property core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php The theme to install as the default for testing.
StackSessionHandlerIntegrationTest::$modules property core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php Modules to install.
StackSessionHandlerIntegrationTest::testRequest function core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php Tests a request.
StackSessionHandlerIntegrationTest::testRequestWriteInvokesUpdateTimestamp function core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php Tests a session rewrite-unmodified request with a valid session cookie.
StackSessionHandlerIntegrationTest::testRequestWriteInvokesValidateId function core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php Tests a session modify request with a valid session cookie.
StageEventsTest::handleEvent function core/modules/package_manager/tests/src/Kernel/StageEventsTest.php Handles a stage life cycle event.
StageFixtureManipulator::handleTearDown function core/modules/package_manager/tests/modules/fixture_manipulator/src/StageFixtureManipulator.php Handles test tear down to ensure all changes were committed.
StubConnection::exceptionHandler function core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php Returns the database exceptions handler.
StubEntityHandlerBase class core/tests/Drupal/Tests/Core/Entity/StubEntityHandlerBase.php A stub base entity handler for testing purposes.
StubEntityHandlerBase.php file core/tests/Drupal/Tests/Core/Entity/StubEntityHandlerBase.php
StubEntityHandlerBase::$moduleHandler property core/tests/Drupal/Tests/Core/Entity/StubEntityHandlerBase.php The module handler to invoke hooks on.
StubEntityHandlerBase::$stringTranslation property core/tests/Drupal/Tests/Core/Entity/StubEntityHandlerBase.php The string translation service.
StubRequestHandlerResourcePlugin class core/modules/rest/tests/src/Kernel/RequestHandlerTest.php Stub class where we can prophesize methods.
StubRequestHandlerResourcePlugin::delete function core/modules/rest/tests/src/Kernel/RequestHandlerTest.php Handles a DELETE request.
StubRequestHandlerResourcePlugin::get function core/modules/rest/tests/src/Kernel/RequestHandlerTest.php Handles a GET request.
StubRequestHandlerResourcePlugin::patch function core/modules/rest/tests/src/Kernel/RequestHandlerTest.php Handles a PATCH request.
StubRequestHandlerResourcePlugin::post function core/modules/rest/tests/src/Kernel/RequestHandlerTest.php Handles a POST request.
StubSourcePlugin::setModuleHandler function core/modules/migrate/tests/src/Unit/StubSourcePlugin.php Helper for setting internal module handler implementation.
StubThemeHandler class core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php Extends the default theme handler to mock some drupal_ methods.
StubThemeHandler::$clearedCssCache property core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php Whether the CSS cache was cleared.
StubThemeHandler::$registryRebuild property core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php Whether the registry should be rebuilt.
StubThemeHandler::clearCssCache function core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php
StubThemeHandler::themeRegistryRebuild function core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php
Symfony\Component\Mailer\Messenger\MessageHandler service core/modules/mailer/mailer.services.yml

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