bundle)) { $this->bundle = [$this->bundle]; } return $this->bundle; } /** * {@inheritdoc} */ public function getDefaultOption() { return 'bundle'; } /** * {@inheritdoc} */ public function getRequiredOptions() { return ['bundle']; } }