Wednesday, May 5, 2021

Drupal 9 commerce - get product type by product ID

Get product type by product ID:

$product = \Drupal\commerce_product\Entity\Product::load((int)$product_id);
var_dump($product->bundle());

Happy coding!

No comments:

Post a Comment

Change priority of dual boot OS

Change priority of dual boot OS  (Windows and Linux): Go to your Linux OS, install Grub customizer. Then change priority by up and down arro...