Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
WorkspaceViewTest::$modules property core/modules/workspaces/tests/src/Functional/WorkspaceViewTest.php Modules to install.
WorkspaceViewTest::testViewAnyWorkspace function core/modules/workspaces/tests/src/Functional/WorkspaceViewTest.php Verifies that a user can view any workspace.
WorkspaceViewTest::testViewOwnWorkspace function core/modules/workspaces/tests/src/Functional/WorkspaceViewTest.php Verifies that a user can view their own workspace.
WorkspaceXmlAnonTest class core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlAnonTest.php Test workspace entities for unauthenticated XML requests.
WorkspaceXmlAnonTest.php file core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlAnonTest.php
WorkspaceXmlAnonTest::$defaultTheme property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlAnonTest.php The theme to install as the default for testing.
WorkspaceXmlAnonTest::$format property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlAnonTest.php The format to use in this test.
WorkspaceXmlAnonTest::$mimeType property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlAnonTest.php The MIME type that corresponds to $format.
WorkspaceXmlBasicAuthTest class core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlBasicAuthTest.php Test workspace entities for XML requests with cookie authentication.
WorkspaceXmlBasicAuthTest.php file core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlBasicAuthTest.php
WorkspaceXmlBasicAuthTest::$auth property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlBasicAuthTest.php The authentication mechanism to use in this test.
WorkspaceXmlBasicAuthTest::$defaultTheme property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlBasicAuthTest.php The theme to install as the default for testing.
WorkspaceXmlBasicAuthTest::$format property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlBasicAuthTest.php The format to use in this test.
WorkspaceXmlBasicAuthTest::$mimeType property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlBasicAuthTest.php The MIME type that corresponds to $format.
WorkspaceXmlBasicAuthTest::$modules property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlBasicAuthTest.php Modules to install.
WorkspaceXmlCookieTest class core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlCookieTest.php Test workspace entities for XML requests.
WorkspaceXmlCookieTest.php file core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlCookieTest.php
WorkspaceXmlCookieTest::$auth property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlCookieTest.php The authentication mechanism to use in this test.
WorkspaceXmlCookieTest::$defaultTheme property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlCookieTest.php The theme to install as the default for testing.
WorkspaceXmlCookieTest::$format property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlCookieTest.php The format to use in this test.
WorkspaceXmlCookieTest::$mimeType property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceXmlCookieTest.php The MIME type that corresponds to $format.
workspace_access_test.info.yml file core/modules/workspaces/tests/modules/workspace_access_test/workspace_access_test.info.yml core/modules/workspaces/tests/modules/workspace_access_test/workspace_access_test.info.yml
workspace_update_test.info.yml file core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.info.yml core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.info.yml
workspace_update_test.negotiator.test service core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.services.yml Drupal\workspace_update_test\Negotiator\TestWorkspaceNegotiator
workspace_update_test.post_update.php file core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.post_update.php
workspace_update_test.services.yml file core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.services.yml core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.services.yml
workspace_update_test_post_update_check_active_workspace function core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.post_update.php Checks the active workspace during database updates.
wrapper.css file core/misc/dialog/off-canvas/css/wrapper.css CSS for off-canvas dialog wrapper.
wrapper.pcss.css file core/misc/dialog/off-canvas/css/wrapper.pcss.css CSS for off-canvas dialog wrapper.
WritableFileSystemValidator class core/modules/package_manager/src/Validator/WritableFileSystemValidator.php Checks that the file system is writable.
WritableFileSystemValidator.php file core/modules/package_manager/src/Validator/WritableFileSystemValidator.php
WritableFileSystemValidator::validate function core/modules/package_manager/src/Validator/WritableFileSystemValidator.php Checks that the file system is writable.
WritableFileSystemValidator::__construct function core/modules/package_manager/src/Validator/WritableFileSystemValidator.php
WritableFileSystemValidatorTest class core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php Unit tests the file system permissions validator.
WritableFileSystemValidatorTest.php file core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php
WritableFileSystemValidatorTest::providerStagingRootPermissions function core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php Data provider for ::testStagingRootPermissions().
WritableFileSystemValidatorTest::providerWritable function core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php Data provider for testWritable().
WritableFileSystemValidatorTest::setUpPermissions function core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php Sets the permissions of the test project's directories.
WritableFileSystemValidatorTest::testStagingRootPermissions function core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php Tests that the stage root's permissions are validated.
WritableFileSystemValidatorTest::testWritable function core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php Tests the file system permissions validator.
WritableFileSystemValidatorTest::testWritableDuringPreApply function core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php Tests the file system permissions validator during pre-apply.
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.

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