You are here

public function CommerceAutoSkuManagerInterface::hasOptionalAutoSku in Commerce AutoSKU 8.2

Determines if the entity bundle has an optional automatic label.

Optional means that if the label is empty, it will be automatically generated.

Return value

bool True if the entity bundle has an optional automatic label.

1 method overrides CommerceAutoSkuManagerInterface::hasOptionalAutoSku()
CommerceAutoSkuManager::hasOptionalAutoSku in src/CommerceAutoSkuManager.php
Determines if the entity bundle has an optional automatic label.

File

src/CommerceAutoSkuManagerInterface.php, line 40
Contains Drupal\commerce_autosku\AutoEntityLabelManagerInterface.

Class

CommerceAutoSkuManagerInterface
Provides an interface for AutoEntityLabelManager.

Namespace

Drupal\commerce_autosku

Code

public function hasOptionalAutoSku();