__('Handle 1'), '2' => __('Handle 2')]; } public function getHandleTextAttr($value, $data) { $value = $value ? $value : (isset($data['handle']) ? $data['handle'] : ''); $list = $this->getHandleList(); return isset($list[$value]) ? $list[$value] : ''; } }