You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@trigger_error('Calling ContentEntityStorageBase::__construct() with the $entity_type_bundle_info argument is supported in drupal:8.7.0 and will be required before drupal:9.0.0. See https://www.drupal.org/node/2549139.', E_USER_DEPRECATED);
Copy file name to clipboardExpand all lines: core/lib/Drupal/Core/Entity/EntityManager.php
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -306,39 +306,42 @@ public function clearCachedFieldDefinitions() {
306
306
/**
307
307
* {@inheritdoc}
308
308
*
309
-
* @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
309
+
* @deprecated in drupal:8.0.0, will be removed before drupal:9.0.0.
310
310
* Use \Drupal\Core\Entity\EntityTypeBundleInfoInterface::clearCachedBundles()
311
311
* instead.
312
312
*
313
313
* @see https://www.drupal.org/node/2549139
314
314
*/
315
315
publicfunctionclearCachedBundles() {
316
+
@trigger_error('EntityManagerInterface::clearCachedBundles() is deprecated in drupal:8.0.0 and will be removed before drupal:9.0.0. Use \Drupal\Core\Entity\EntityTypeBundleInfoInterface::clearCachedBundles() instead. See https://www.drupal.org/node/2549139.', E_USER_DEPRECATED);
* @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
323
+
* @deprecated in drupal:8.0.0, will be removed before drupal:9.0.0.
323
324
* Use \Drupal\Core\Entity\EntityTypeBundleInfoInterface::getBundleInfo()
324
325
* instead.
325
326
*
326
327
* @see https://www.drupal.org/node/2549139
327
328
*/
328
329
publicfunctiongetBundleInfo($entity_type_id) {
330
+
@trigger_error('EntityManagerInterface::getBundleInfo() is deprecated in drupal:8.0.0 and will be removed before drupal:9.0.0. Use \Drupal\Core\Entity\EntityTypeBundleInfoInterface::getBundleInfo() instead. See https://www.drupal.org/node/2549139.', E_USER_DEPRECATED);
* @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0.
337
+
* @deprecated in drupal:8.0.0, will be removed before drupal:9.0.0.
336
338
* Use \Drupal\Core\Entity\EntityTypeBundleInfoInterface::getAllBundleInfo()
337
339
* instead.
338
340
*
339
341
* @see https://www.drupal.org/node/2549139
340
342
*/
341
343
publicfunctiongetAllBundleInfo() {
344
+
@trigger_error('EntityManagerInterface::getAllBundleInfo() is deprecated in drupal:8.0.0 and will be removed before drupal:9.0.0. Use \Drupal\Core\Entity\EntityTypeBundleInfoInterface::getAllBundleInfo() instead. See https://www.drupal.org/node/2549139.', E_USER_DEPRECATED);
@trigger_error('Calling SqlContentEntityStorage::__construct() with the $entity_last_installed_schema_repository argument is supported in drupal:8.7.0 and will be required before drupal:9.0.0. See https://www.drupal.org/node/2549139.', E_USER_DEPRECATED);
@trigger_error('Calling SqlContentEntityStorage::__construct() with the $entity_type_manager argument is supported in drupal:8.7.0 and will be required before drupal:9.0.0. See https://www.drupal.org/node/2549139.', E_USER_DEPRECATED);
0 commit comments