add('tags', 'choice', array( 'choices' => $options['tags'], 'expanded' => true, 'multiple' => true )); } public function getName() { return 'tag_favorites_form'; } public function getDefaultOptions(array $options) { return array( 'tags' => array(), ); } }