interface EntityDecoratorInterface in Commerce AutoSKU 8.2
Provides an interface for EntityDecorator.
Hierarchy
- interface \Drupal\commerce_autosku\EntityDecoratorInterface
Expanded class hierarchy of EntityDecoratorInterface
All classes that implement EntityDecoratorInterface
File
- src/
EntityDecoratorInterface.php, line 14 - Contains \Drupal\commerce_autosku\EntityDecoratorInterface.
Namespace
Drupal\commerce_autoskuView source
interface EntityDecoratorInterface {
/**
* Automatic entity label entity decorator.
*
* @param \Drupal\Core\Entity\ContentEntityInterface $entity
*
* @return \Drupal\commerce_autosku\CommerceAutoSkuManager|\Drupal\Core\Entity\ContentEntityInterface
*/
public function decorate(ContentEntityInterface $entity);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
EntityDecoratorInterface:: |
public | function | Automatic entity label entity decorator. | 1 |