getName(); // unset($vars['elements']['name']); // $variables['page'] = $variables['view_mode'] == 'full' && taxonomy_term_is_page($term); $vars['url'] = $composition->url(); $vars['attributes']['cid'] = $composition->id(); $vars['attributes']['class'] = array('composition'); // Helpful $content variable for templates. foreach (Element::children($vars['elements']) as $key) { $vars['content'][$key] = $vars['elements'][$key]; } // dpm($vars); }