| TestService::__construct |
function |
core/modules/system/tests/modules/services_defaults_test/src/TestService.php |
|
| TestServiceComplexMethod |
class |
core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php |
Call used to test a service with a complex method. |
| TestServiceComplexMethod |
class |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
Test service with complex method. |
| TestServiceComplexMethod::complexMethod |
function |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestServiceComplexMethod::complexMethod |
function |
core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php |
|
| TestServiceDecorator |
class |
core/modules/system/tests/modules/decorated_service_test/src/TestServiceDecorator.php |
Decorator for the TestService class. |
| TestServiceDecorator.php |
file |
core/modules/system/tests/modules/decorated_service_test/src/TestServiceDecorator.php |
|
| TestServiceMethodReturnsVoid |
class |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
Test service with void returning method. |
| TestServiceMethodReturnsVoid::methodReturnsVoid |
function |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestServiceMethodWithParameter |
class |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
Test service with method without parameter. |
| TestServiceMethodWithParameter::methodWithParameter |
function |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestServiceNoMethod |
class |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
Test service without methods. |
| TestServiceNoMethod |
class |
core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php |
Class used to test a service that has no methods. |
| TestServiceNullableTypeHintSelf |
class |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
Test service with a nullable self parameter. |
| TestServiceNullableTypeHintSelf::typeHintSelf |
function |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestServiceReturnReference |
class |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
Test service with method that returns reference. |
| TestServiceReturnReference::returnReference |
function |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestServiceSimpleMethod |
class |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
Test service with simple method. |
| TestServiceSimpleMethod::method |
function |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestServiceWithChildInterfaces |
class |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
Test service that implements test child interface. |
| TestServiceWithInterface |
class |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
Test service that implements test interface. |
| TestServiceWithInterface::testMethod |
function |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestServiceWithProtectedMethods |
class |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
Test service with protected methods. |
| TestServiceWithProtectedMethods::privateMethod |
function |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestServiceWithProtectedMethods::protectedMethod |
function |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestServiceWithProtectedMethods::testMethod |
function |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestServiceWithPublicStaticMethod |
class |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
Test service with public static method. |
| TestServiceWithPublicStaticMethod::testMethod |
function |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestSessionBag |
class |
core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php |
Test session container. |
| TestSessionBag.php |
file |
core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php |
|
| TestSessionBag::$attributes |
property |
core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php |
Storage for data to save. |
| TestSessionBag::$storageKey |
property |
core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php |
Key used when persisting the session. |
| TestSessionBag::BAG_NAME |
constant |
core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php |
The bag name. |
| TestSessionBag::clear |
function |
core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php |
|
| TestSessionBag::clearFlag |
function |
core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php |
Clears the test flag. |
| TestSessionBag::getName |
function |
core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php |
|
| TestSessionBag::getStorageKey |
function |
core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php |
|
| TestSessionBag::hasFlag |
function |
core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php |
Returns TRUE if the test flag is set. |
| TestSessionBag::initialize |
function |
core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php |
|
| TestSessionBag::setFlag |
function |
core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php |
Sets the test flag. |
| TestSessionBag::__construct |
function |
core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php |
Constructs a new TestSessionBag object. |
| TestSessionHandlerProxy |
class |
core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php |
Provides a test session handler proxy. |
| TestSessionHandlerProxy.php |
file |
core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php |
|
| TestSessionHandlerProxy::$optionalArgument |
property |
core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php |
An optional argument. |
| TestSessionHandlerProxy::$sessionHandler |
property |
core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php |
The decorated session handler. |
| TestSessionHandlerProxy::close |
function |
core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php |
|
| TestSessionHandlerProxy::destroy |
function |
core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php |
|
| TestSessionHandlerProxy::gc |
function |
core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php |
|
| TestSessionHandlerProxy::open |
function |
core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php |
|
| TestSessionHandlerProxy::read |
function |
core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php |
|