public function AdjustmentTypeInterface::hasUi in Commerce Core 8.2
Gets whether the adjustment type can be created from the UI.
Return value
bool TRUE if the adjustment type can be created from the UI, FALSE otherwise.
1 method overrides AdjustmentTypeInterface::hasUi()
- AdjustmentType::hasUi in modules/
order/ src/ Plugin/ Commerce/ AdjustmentType/ AdjustmentType.php - Gets whether the adjustment type can be created from the UI.
File
- modules/
order/ src/ Plugin/ Commerce/ AdjustmentType/ AdjustmentTypeInterface.php, line 56
Class
- AdjustmentTypeInterface
- Defines the interface for adjustment types.
Namespace
Drupal\commerce_order\Plugin\Commerce\AdjustmentTypeCode
public function hasUi();