You are here

public function CouponRedemption::render in Commerce Core 8.2

Render the area.

Parameters

bool $empty: (optional) Indicator if view result is empty or not. Defaults to FALSE.

Return value

array In any case we need a valid Drupal render array to return.

Overrides AreaPluginBase::render

File

modules/promotion/src/Plugin/views/area/CouponRedemption.php, line 105

Class

CouponRedemption
Defines a coupon redemption area handler.

Namespace

Drupal\commerce_promotion\Plugin\views\area

Code

public function render($empty = FALSE) {
}