commerce_shipping.module ------ OVDE IH PROSLEĐUJEMO U HOOK-U

PHOTO EMBED

Sun Jan 09 2022 19:52:07 GMT+0000 (Coordinated Universal Time)

Saved by @igor #drupal #php

	/**
 * Implements hook_theme().
 */
function commerce_shipping_theme() {
  return [
    'commerce_shipment' => [
      'render element' => 'elements',
    ],
    'commerce_shipment_confirmation' => [
      'variables' => [
        'order_entity' => NULL,
        'shipment_entity' => NULL,
        'shipping_profile' => NULL,
        'tracking_code' => NULL,
      ],
    ],
  ];
}
content_copyCOPY