You are here

public function CommerceAutoSkuManagerInterface::autoSkuNeeded in Commerce AutoSKU 8.2

Returns whether the automatic label has to be set.

Return value

bool Returns true if the label should be automatically generated.

1 method overrides CommerceAutoSkuManagerInterface::autoSkuNeeded()
CommerceAutoSkuManager::autoSkuNeeded in src/CommerceAutoSkuManager.php
Returns whether the automatic label has to be set.

File

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

Class

CommerceAutoSkuManagerInterface
Provides an interface for AutoEntityLabelManager.

Namespace

Drupal\commerce_autosku

Code

public function autoSkuNeeded();