@trigger_error('Entity type '.$this->getEntityTypeId().' defines a label callback. Support for that is deprecated in drupal:8.0.0 and will be removed in drupal:9.0.0. Override the EntityInterface::label() method instead. See https://www.drupal.org/node/3050794',E_USER_DEPRECATED);
@trigger_error('Calling '.__NAMESPACE__.'ContentEntityStorageBase::doLoadMultipleRevisionsFieldItems() directly is deprecated in drupal:8.8.0 and the method will be made abstract in drupal:9.0.0. Storage implementations should override and implement their own loading logic. See https://www.drupal.org/node/3069692',E_USER_DEPRECATED);
@trigger_error('The '.__NAMESPACE__.'\Entity is deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0. Instead, use '.__NAMESPACE__.'\EntityBase. See https://www.drupal.org/node/3021808',E_USER_DEPRECATED);
/**
* Defines a base entity class.
*
* @deprecated in drupal:8.7.0 and is removed from drupal:9.0.0. Use