You are here

public function CommerceAutoSkuManagerInterface::hasAutoSku in Commerce AutoSKU 8.2

Determines if the entity bundle has auto entity label enabled.

Return value

bool True if the entity bundle has an automatic label.

1 method overrides CommerceAutoSkuManagerInterface::hasAutoSku()
CommerceAutoSkuManager::hasAutoSku in src/CommerceAutoSkuManager.php
Determines if the entity bundle has auto entity label enabled.

File

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

Class

CommerceAutoSkuManagerInterface
Provides an interface for AutoEntityLabelManager.

Namespace

Drupal\commerce_autosku

Code

public function hasAutoSku();