You are here

public function FulfillmentMethod::isLocked in Ubercart 8.4

File

shipping/uc_fulfillment/src/Entity/FulfillmentMethod.php, line 113

Class

FulfillmentMethod
Defines a configured fulfillment method.

Namespace

Drupal\uc_fulfillment\Entity

Code

public function isLocked() {
  return $this->locked;
}