You are here

public static property EntityTestBundleClass::$postLoadCount in Drupal 10

The number of times static::postLoad() was called.

Type: int

File

core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php, line 48

Class

EntityTestBundleClass
The bundle class for the bundle_class bundle of the entity_test entity.

Namespace

Drupal\entity_test_bundle_class\Entity

Code

public static $postLoadCount = 0;