You are here

public function UnserializableTranslationManager::__serialize in Drupal 10

Return value

array

File

core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php, line 535

Class

UnserializableTranslationManager
Test class.

Namespace

Drupal\Tests\Core\Entity

Code

public function __serialize() : array {
  throw new \Exception();
}