@trigger_error('The '.__NAMESPACE__.'\EntityBundleAccessCheck is deprecated in drupal:9.2.0 and is removed from drupal:10.0.0. Specify the list of bundles in the entity parameter, under "bundle" key, as a sequence, instead. See https://www.drupal.org/node/3155569',E_USER_DEPRECATED);
@trigger_error('Accessing the entityClass property directly is deprecated in drupal:9.3.0. Use ::getEntityClass() instead. See https://www.drupal.org/node/3191609',E_USER_DEPRECATED);
return$this->getEntityClass();
}
}
/**
* Warns subclasses not to directly set the deprecated entityClass property.
@trigger_error('Setting the entityClass property directly is deprecated in drupal:9.3.0 and has no effect in drupal:10.0.0. See https://www.drupal.org/node/3191609',E_USER_DEPRECATED);
@trigger_error(__METHOD__.'() is deprecated in drupal:8.3.0 and is removed from drupal:10.0.0. Use Drupal\Core\Entity\EntityTypeInterface::entityClassImplements() instead. See https://www.drupal.org/node/2842808',E_USER_DEPRECATED);