public function CommerceAutoSkuManagerInterface::setSku in Commerce AutoSKU 8.2
Sets the automatically generated entity label.
Return value
string The applied label. The entity is updated with this label.
1 method overrides CommerceAutoSkuManagerInterface::setSku()
- CommerceAutoSkuManager::setSku in src/
CommerceAutoSkuManager.php - Sets the automatically generated entity label.
File
- src/
CommerceAutoSkuManagerInterface.php, line 21 - Contains Drupal\commerce_autosku\AutoEntityLabelManagerInterface.
Class
- CommerceAutoSkuManagerInterface
- Provides an interface for AutoEntityLabelManager.
Namespace
Drupal\commerce_autoskuCode
public function setSku();