Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
WriteSafeSessionHandler::$wrappedSessionHandler property core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php
WriteSafeSessionHandler::close function core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php
WriteSafeSessionHandler::destroy function core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php
WriteSafeSessionHandler::gc function core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php
WriteSafeSessionHandler::isSessionWritable function core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php Returns whether or not a session may be written to storage.
WriteSafeSessionHandler::open function core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php
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.
WysiwygEditor class core/modules/quickedit/tests/modules/src/Plugin/InPlaceEditor/WysiwygEditor.php Defines the 'wysiwyg' in-place editor.
WysiwygEditor.php file core/modules/quickedit/tests/modules/src/Plugin/InPlaceEditor/WysiwygEditor.php
WysiwygEditor::getAttachments function core/modules/quickedit/tests/modules/src/Plugin/InPlaceEditor/WysiwygEditor.php Returns the attachments for this editor.
WysiwygEditor::getMetadata function core/modules/quickedit/tests/modules/src/Plugin/InPlaceEditor/WysiwygEditor.php Generates metadata that is needed specifically for this editor.
WysiwygEditor::isCompatible function core/modules/quickedit/tests/modules/src/Plugin/InPlaceEditor/WysiwygEditor.php Checks whether this in-place editor is compatible with a given field.
XdebugRequestTrait trait core/tests/Drupal/Tests/XdebugRequestTrait.php
XdebugRequestTrait.php file core/tests/Drupal/Tests/XdebugRequestTrait.php
XdebugRequestTrait::extractCookiesFromRequest function core/tests/Drupal/Tests/XdebugRequestTrait.php Adds xdebug cookies, from request setup.
XmlEncoder::$baseEncoder property core/modules/serialization/src/Encoder/XmlEncoder.php An instance of the Symfony XmlEncoder to perform the actual encoding.
XmlEncoder::getBaseEncoder function core/modules/serialization/src/Encoder/XmlEncoder.php Gets the base encoder instance.
XmlEncoder::setBaseEncoder function core/modules/serialization/src/Encoder/XmlEncoder.php Sets the base encoder instance.
XmlEncoder::supportsDecoding function core/modules/serialization/src/Encoder/XmlEncoder.php
XmlEncoder::supportsEncoding function core/modules/serialization/src/Encoder/XmlEncoder.php
XmlEncoderTest class core/modules/serialization/tests/src/Unit/Encoder/XmlEncoderTest.php @coversDefaultClass \Drupal\serialization\Encoder\XmlEncoder[[api-linebreak]]
@group serialization
XmlEncoderTest.php file core/modules/serialization/tests/src/Unit/Encoder/XmlEncoderTest.php
XmlEncoderTest::$baseEncoder property core/modules/serialization/tests/src/Unit/Encoder/XmlEncoderTest.php
XmlEncoderTest::$encoder property core/modules/serialization/tests/src/Unit/Encoder/XmlEncoderTest.php The XmlEncoder instance.
XmlEncoderTest::$testArray property core/modules/serialization/tests/src/Unit/Encoder/XmlEncoderTest.php An array of test data.
XmlEncoderTest::setUp function core/modules/serialization/tests/src/Unit/Encoder/XmlEncoderTest.php
XmlEncoderTest::testDecode function core/modules/serialization/tests/src/Unit/Encoder/XmlEncoderTest.php Tests the decode() method.
XmlEncoderTest::testDefaultEncoderHasSerializer function core/modules/serialization/tests/src/Unit/Encoder/XmlEncoderTest.php @covers ::getBaseEncoder[[api-linebreak]]
XmlEncoderTest::testEncode function core/modules/serialization/tests/src/Unit/Encoder/XmlEncoderTest.php Tests the encode() method.
XmlEncoderTest::testSupportsDecoding function core/modules/serialization/tests/src/Unit/Encoder/XmlEncoderTest.php Tests the supportsDecoding() method.
XmlEncoderTest::testSupportsEncoding function core/modules/serialization/tests/src/Unit/Encoder/XmlEncoderTest.php Tests the supportsEncoding() method.
XmlEntityNormalizationQuirksTrait trait core/modules/rest/tests/src/Functional/EntityResource/XmlEntityNormalizationQuirksTrait.php Trait for EntityResourceTestBase subclasses testing $format='xml'.
XmlEntityNormalizationQuirksTrait.php file core/modules/rest/tests/src/Functional/EntityResource/XmlEntityNormalizationQuirksTrait.php

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