Search for handle
- Search 7.x for handle
- Search 9.5.x for handle
- Search 8.9.x for handle
- Search 10.3.x for handle
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
VocabularyAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
WidgetBase::handlesMultipleValues | function | core/ |
Returns whether the widget handles multiple values. |
WorkflowAccessControlHandler | class | core/ |
Access controller for the Workflow entity. |
WorkflowAccessControlHandler.php | file | core/ |
|
WorkflowAccessControlHandler::$workflowTypeManager | property | core/ |
The workflow type plugin manager. |
WorkflowAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
WorkflowAccessControlHandler::checkCreateAccess | function | core/ |
Performs create access checks. |
WorkflowAccessControlHandler::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
WorkflowAccessControlHandler::__construct | function | core/ |
Constructs the workflow access control handler instance. |
WorkflowAccessControlHandlerTest | class | core/ |
@coversDefaultClass \Drupal\workflows\WorkflowAccessControlHandler[[api-linebreak]] @group workflows @group #slow |
WorkflowAccessControlHandlerTest.php | file | core/ |
|
WorkflowAccessControlHandlerTest::$accessControlHandler | property | core/ |
The workflow access control handler. |
WorkflowAccessControlHandlerTest::$adminUser | property | core/ |
A test admin user. |
WorkflowAccessControlHandlerTest::$modules | property | core/ |
Modules to install. |
WorkflowAccessControlHandlerTest::$user | property | core/ |
A non-privileged user. |
WorkflowAccessControlHandlerTest::checkAccessProvider | function | core/ |
Data provider for ::testCheckAccess. |
WorkflowAccessControlHandlerTest::setUp | function | core/ |
|
WorkflowAccessControlHandlerTest::testCheckAccess | function | core/ |
@covers ::checkAccess[[api-linebreak]] @dataProvider checkAccessProvider |
WorkflowAccessControlHandlerTest::testCheckCreateAccess | function | core/ |
@covers ::checkCreateAccess[[api-linebreak]] |
WorkspaceAccessControlHandler | class | core/ |
Defines the access control handler for the workspace entity type. |
WorkspaceAccessControlHandler.php | file | core/ |
|
WorkspaceAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
WorkspaceAccessControlHandler::checkCreateAccess | function | core/ |
Performs create access checks. |
WorkspaceHandlerInterface | interface | core/ |
Defines workspace operations that need to vary by entity type. |
WorkspaceHandlerInterface.php | file | core/ |
|
WorkspaceHandlerInterface::isEntitySupported | function | core/ |
Determines if an entity should be tracked in a workspace. |
WriteSafeSessionHandler | class | core/ |
Wraps the session handler to prevent writes when not necessary or allowed. |
WriteSafeSessionHandler.php | file | core/ |
|
WriteSafeSessionHandler::$readSessions | property | core/ |
The read sessions. |
WriteSafeSessionHandler::$sessionWritable | property | core/ |
Whether or not the session is enabled for writing. |
WriteSafeSessionHandler::isSessionWritable | function | core/ |
Returns whether or not a session may be written to storage. |
WriteSafeSessionHandler::read | function | core/ |
|
WriteSafeSessionHandler::setSessionWritable | function | core/ |
Sets whether or not a session may be written to storage. |
WriteSafeSessionHandler::write | function | core/ |
|
WriteSafeSessionHandler::__construct | function | core/ |
Constructs a new write safe session handler. |
WriteSafeSessionHandlerInterface | interface | core/ |
Provides an interface for session handlers where writing can be disabled. |
WriteSafeSessionHandlerInterface.php | file | core/ |
|
WriteSafeSessionHandlerInterface::isSessionWritable | function | core/ |
Returns whether or not a session may be written to storage. |
WriteSafeSessionHandlerInterface::setSessionWritable | function | core/ |
Sets whether or not a session may be written to storage. |
WriteSafeSessionHandlerTest | class | core/ |
Tests \Drupal\Core\Session\WriteSafeSessionHandler. |
WriteSafeSessionHandlerTest.php | file | core/ |
|
WriteSafeSessionHandlerTest::$sessionHandler | property | core/ |
The write safe session handler. |
WriteSafeSessionHandlerTest::$wrappedSessionHandler | property | core/ |
The wrapped session handler. |
WriteSafeSessionHandlerTest::providerTestOtherMethods | function | core/ |
Provides test data for the other methods test. |
WriteSafeSessionHandlerTest::setUp | function | core/ |
|
WriteSafeSessionHandlerTest::testConstructWriteSafeSessionHandlerDefaultArgs | function | core/ |
Tests creating a WriteSafeSessionHandler with default arguments. |
WriteSafeSessionHandlerTest::testConstructWriteSafeSessionHandlerDisableWriting | function | core/ |
Tests creating a WriteSafeSessionHandler with session writing disabled. |
WriteSafeSessionHandlerTest::testOtherMethods | function | core/ |
Tests that other invocations are passed unmodified to the wrapped handler. |
WriteSafeSessionHandlerTest::testSetSessionWritable | function | core/ |
Tests using setSessionWritable to enable/disable session writing. |
YamlPecl::errorHandler | function | core/ |
Handles errors for \Drupal\Component\Serialization\YamlPecl::decode(). |
Pagination
- Previous page
- Page 38
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.