getFieldByName('domain_id')->setRequired(FALSE); } /** * @inheritDoc */ public function applies($entity, $action) { return $entity === 'UFMatch' && $action === 'create'; } }