Drupal Test Helpers module API documentation - release 1.3.1

RequestStackStub extends RequestStack
in package

A stub for the request_stack service.

@package TestHelpers\DrupalServiceStubs

Table of Contents

Properties

$isStubPushed  : bool
A flag to indicate that the request stub is still pushed by default.

Methods

__construct()  : mixed
{@inheritdoc}
push()  : void
{@inheritdoc}

Properties

$isStubPushed

A flag to indicate that the request stub is still pushed by default.

protected bool $isStubPushed = FALSE

Methods

push()

{@inheritdoc}

public push(Request $request) : void
Parameters
$request : Request

        
On this page

Search results