You are here

function CommerceOrderType::isLocked in Commerce Order Types 7

File

./commerce_order_types.entity.inc, line 23
Extends EntityAPIControllerInterface with classes for commerce order types.

Class

CommerceOrderType
Provides a class for commerce order types.

Code

function isLocked() {
  return !empty($this->id);
}