You are here

public function TestClass::destruct in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/system/tests/modules/service_provider_test/src/TestClass.php \Drupal\service_provider_test\TestClass::destruct()
  2. 9 core/modules/system/tests/modules/service_provider_test/src/TestClass.php \Drupal\service_provider_test\TestClass::destruct()

Performs destruct operations.

Overrides DestructableInterface::destruct

File

core/modules/system/tests/modules/service_provider_test/src/TestClass.php, line 69

Class

TestClass

Namespace

Drupal\service_provider_test

Code

public function destruct() {
  $this->state
    ->set('service_provider_test.destructed', TRUE);
}