'phabricator-standard-custom-field-header', ), $this->getFieldName()); return id(new AphrontFormStaticControl()) ->setValue($header); } public function shouldUseStorage() { return false; } public function getStyleForPropertyView() { return 'header'; } public function renderPropertyViewValue(array $handles) { return $this->getFieldName(); } }