public function BundleInterface::isPublished in Commerce Product Bundle 8
Returns the product bundle published status indicator.
Unpublished product bundle are only visible to restricted users.
Return value
bool TRUE if the product bundle is published.
1 method overrides BundleInterface::isPublished()
- ProductBundle::isPublished in src/
Entity/ ProductBundle.php - Returns the product bundle published status indicator.
File
- src/
Entity/ BundleInterface.php, line 81
Class
- BundleInterface
- Provides an interface for defining product bundle entities.
Namespace
Drupal\commerce_product_bundle\EntityCode
public function isPublished();