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; } [강연]”Two months breaking ice”의 주인공 카산드라 브룩_7/20(수) 14시 | 시민정치마당 주요 콘텐츠로 건너뛰기
사이드바

[강연]”Two months breaking ice”의 주인공 카산드라 브룩_7/20(수) 14시

화, 2016/07/19- 06:35익명 (미확인) 에 의해 제출됨
관련 개인/그룹
지역

brooks_cassandra

brooks_cassandra "Two months breaking ice"의 주인공 카산드라 브룩의 강연이 열립니다. 주제 : 카산드라 브룩에게 듣는 남극 해양 보호구역 일시: 2016년 7월 20일(수), 오후 2시 장소: 환경운동연합 3층 열린공간   [카산드라 브룩 약력] 카산드라 브룩(Cassandra Brook)은 해양과학분야와 이와 관련된 공공 활동에서 15년 이상 일 해왔다. 그녀의 집필과 연구는 영국의 뉴잉글랜드 강에서부터 남극대륙에 이르기까지 전세계적인 해양보호구역에 집중하고 있으며, 지금은  스탠포드 대학에서 남극대륙의 해양보호구역에 초점을 둔 국제 해양정책을 공부하는 박사과정에 있다. 2013년, 그녀가 두 달 동안 남극 로스 해를 여행하며 찍은 사진들을 모아 영상으로 만든 "Two months breaking ice"는 유튜브에서 조회서 60만 이상을 기록하며 인기를 얻고 있다.    

댓글 달기

CAPTCHA
스펨 사용자 차단 질문