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
WorkflowAccessControlHandler.php file core/modules/workflows/src/WorkflowAccessControlHandler.php
WorkflowAccessControlHandler::$workflowTypeManager property core/modules/workflows/src/WorkflowAccessControlHandler.php The workflow type plugin manager.
WorkflowAccessControlHandler::checkAccess function core/modules/workflows/src/WorkflowAccessControlHandler.php Performs access checks.
WorkflowAccessControlHandler::checkCreateAccess function core/modules/workflows/src/WorkflowAccessControlHandler.php Performs create access checks.
WorkflowAccessControlHandler::createInstance function core/modules/workflows/src/WorkflowAccessControlHandler.php Instantiates a new instance of this entity handler.
WorkflowAccessControlHandler::__construct function core/modules/workflows/src/WorkflowAccessControlHandler.php Constructs the workflow access control handler instance.
WorkflowAccessControlHandlerTest class core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php Tests Drupal\workflows\WorkflowAccessControlHandler.
WorkflowAccessControlHandlerTest.php file core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php
WorkflowAccessControlHandlerTest::$accessControlHandler property core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php The workflow access control handler.
WorkflowAccessControlHandlerTest::$adminUser property core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php A test admin user.
WorkflowAccessControlHandlerTest::$modules property core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php Modules to install.
WorkflowAccessControlHandlerTest::$user property core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php A non-privileged user.
WorkflowAccessControlHandlerTest::checkAccessProvider function core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php Data provider for ::testCheckAccess.
WorkflowAccessControlHandlerTest::setUp function core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php
WorkflowAccessControlHandlerTest::testCheckAccess function core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php Tests check access.
WorkflowAccessControlHandlerTest::testCheckCreateAccess function core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php Tests check create access.
WorkspaceAccessControlHandler class core/modules/workspaces/src/WorkspaceAccessControlHandler.php Defines the access control handler for the workspace entity type.
WorkspaceAccessControlHandler.php file core/modules/workspaces/src/WorkspaceAccessControlHandler.php
WorkspaceAccessControlHandler::checkAccess function core/modules/workspaces/src/WorkspaceAccessControlHandler.php Performs access checks.
WorkspaceAccessControlHandler::checkCreateAccess function core/modules/workspaces/src/WorkspaceAccessControlHandler.php Performs create access checks.
WorkspaceHandlerInterface interface core/modules/workspaces/src/Entity/Handler/WorkspaceHandlerInterface.php Defines workspace operations that need to vary by entity type.
WorkspaceHandlerInterface.php file core/modules/workspaces/src/Entity/Handler/WorkspaceHandlerInterface.php
WorkspaceHandlerInterface::isEntitySupported function core/modules/workspaces/src/Entity/Handler/WorkspaceHandlerInterface.php Determines if an entity should be tracked in a workspace.
WriteSafeSessionHandler class core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php Wraps the session handler to prevent writes when not necessary or allowed.
WriteSafeSessionHandler.php file core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php
WriteSafeSessionHandler::$readSessions property core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php The read sessions.
WriteSafeSessionHandler::$sessionWritable property core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php Whether or not the session is enabled for writing.
WriteSafeSessionHandler::isSessionWritable function core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php Returns whether or not a session may be written to storage.
WriteSafeSessionHandler::read function core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php
WriteSafeSessionHandler::setSessionWritable function core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php Sets whether or not a session may be written to storage.
WriteSafeSessionHandler::write function core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php
WriteSafeSessionHandler::__construct function core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php Constructs a new write safe session handler.
WriteSafeSessionHandlerInterface interface core/lib/Drupal/Core/Session/WriteSafeSessionHandlerInterface.php Provides an interface for session handlers where writing can be disabled.
WriteSafeSessionHandlerInterface.php file core/lib/Drupal/Core/Session/WriteSafeSessionHandlerInterface.php
WriteSafeSessionHandlerInterface::isSessionWritable function core/lib/Drupal/Core/Session/WriteSafeSessionHandlerInterface.php Returns whether or not a session may be written to storage.
WriteSafeSessionHandlerInterface::setSessionWritable function core/lib/Drupal/Core/Session/WriteSafeSessionHandlerInterface.php Sets whether or not a session may be written to storage.
WriteSafeSessionHandlerTest class core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php Tests \Drupal\Core\Session\WriteSafeSessionHandler.
WriteSafeSessionHandlerTest.php file core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php
WriteSafeSessionHandlerTest::$sessionHandler property core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php The write safe session handler.
WriteSafeSessionHandlerTest::$wrappedSessionHandler property core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php The wrapped session handler.
WriteSafeSessionHandlerTest::providerTestOtherMethods function core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php Provides test data for the other methods test.
WriteSafeSessionHandlerTest::setUp function core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php
WriteSafeSessionHandlerTest::testConstructWriteSafeSessionHandlerDefaultArgs function core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php Tests creating a WriteSafeSessionHandler with default arguments.
WriteSafeSessionHandlerTest::testConstructWriteSafeSessionHandlerDisableWriting function core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php Tests creating a WriteSafeSessionHandler with session writing disabled.
WriteSafeSessionHandlerTest::testOtherMethods function core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php Tests that other invocations are passed unmodified to the wrapped handler.
WriteSafeSessionHandlerTest::testSetSessionWritable function core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php Tests using setSessionWritable to enable/disable session writing.
YamlPecl::errorHandler function core/lib/Drupal/Component/Serialization/YamlPecl.php Handles errors for \Drupal\Component\Serialization\YamlPecl::decode().
_drupal_error_handler function core/includes/bootstrap.inc Provides custom PHP error handling.
_drupal_error_handler_real function core/includes/errors.inc Provides custom PHP error handling.
_drupal_exception_handler function core/includes/bootstrap.inc Provides custom PHP exception handling.

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