[공동성명] 농업진흥지역에 영농형태양광 설치를 허용하는 김승남 의원의 입법 발의안은 농민소득 증대를 빌미로 농지훼손을 합법화하고 농민에게 농지를 빼앗는 결과를 초래할 것이다.
농업진흥지역에 영농형태양광 설치를 허용하는
김승남 의원의 입법 발의안은
농민소득 증대를 빌미로 농지훼손을 합법화하고
농민에게 농지를 빼앗는 결과를 초래할 것이다.
당장 입법안…
use Drupal\commerce_order\Entity\Order; /** * Implements hook_preprocess_HOOK() for commerce_checkout_order_summary. */ function bootstrap_barrio_subtheme_preprocess_commerce_checkout_order_summary(&$variables) { $order = $variables['order_entity']; // 주문 엔터티 $product_ids = []; if ($order instanceof Order) { foreach ($order->getItems() as $order_item) { $purchased_entity = $order_item->getPurchasedEntity(); if ($purchased_entity && $purchased_entity->getProduct()) { $product = $purchased_entity->getProduct(); $product_ids[] = $product->id(); } } } // Twig 템플릿에서 사용할 변수 추가 $variables['product_ids'] = $product_ids; }
농업진흥지역에 영농형태양광 설치를 허용하는
김승남 의원의 입법 발의안은
농민소득 증대를 빌미로 농지훼손을 합법화하고
농민에게 농지를 빼앗는 결과를 초래할 것이다.
당장 입법안…