function BasicAuthTestController::modifyState

Same name in other branches
  1. 9 core/modules/basic_auth/tests/modules/basic_auth_test/src/BasicAuthTestController.php \Drupal\basic_auth_test\BasicAuthTestController::modifyState()
  2. 8.9.x core/modules/basic_auth/tests/modules/basic_auth_test/src/BasicAuthTestController.php \Drupal\basic_auth_test\BasicAuthTestController::modifyState()
  3. 11.x core/modules/basic_auth/tests/modules/basic_auth_test/src/BasicAuthTestController.php \Drupal\basic_auth_test\BasicAuthTestController::modifyState()

See also

\Drupal\basic_auth\Tests\Authentication\BasicAuthTest::testControllerNotCalledBeforeAuth()

1 string reference to 'BasicAuthTestController::modifyState'
basic_auth_test.routing.yml in core/modules/basic_auth/tests/modules/basic_auth_test/basic_auth_test.routing.yml
core/modules/basic_auth/tests/modules/basic_auth_test/basic_auth_test.routing.yml

File

core/modules/basic_auth/tests/modules/basic_auth_test/src/BasicAuthTestController.php, line 10

Class

BasicAuthTestController

Namespace

Drupal\basic_auth_test

Code

public function modifyState() {
    \Drupal::state()->set('basic_auth_test.state.controller_executed', TRUE);
    return [
        '#markup' => 'Done',
    ];
}

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