You are here

protected property CommerceBundleEntityBase::$locked in Commerce Core 8.2

Whether the bundle is locked, indicating that it cannot be deleted.

Type: bool

File

src/Entity/CommerceBundleEntityBase.php, line 38

Class

CommerceBundleEntityBase
Provides the base class for Commerce bundle entities.

Namespace

Drupal\commerce\Entity

Code

protected $locked = FALSE;