function KernelTestBaseShutdownTest::shutdownFunction2

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php \Drupal\KernelTests\KernelTestBaseShutdownTest::shutdownFunction2()
  2. 10 core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php \Drupal\KernelTests\KernelTestBaseShutdownTest::shutdownFunction2()
  3. 9 core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php \Drupal\KernelTests\KernelTestBaseShutdownTest::shutdownFunction2()
  4. 8.9.x core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php \Drupal\KernelTests\KernelTestBaseShutdownTest::shutdownFunction2()

Registers that this shutdown function has been called.

File

core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php, line 74

Class

KernelTestBaseShutdownTest
Tests Drupal\KernelTests\KernelTestBase.

Namespace

Drupal\KernelTests

Code

public function shutdownFunction2() : void {
  self::$shutdownCalled[] = 'shutdownFunction2';
}

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