composer.json - Move ezc components from packages to composer.json
[civicrm-core.git] / CRM / Utils / API / HTMLInputCoder.php
index 153daeac39648f03798ddf900015bb1da9ef6894..9baf083224ff116ce902afaf1db98149ce95ff0a 100644 (file)
@@ -36,8 +36,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 class CRM_Utils_API_HTMLInputCoder extends CRM_Utils_API_AbstractFieldCoder {
   private $skipFields = NULL;
@@ -58,7 +56,10 @@ class CRM_Utils_API_HTMLInputCoder extends CRM_Utils_API_AbstractFieldCoder {
   }
 
   /**
-   * @return array<string> list of field names
+   * Get skipped fields.
+   *
+   * @return array<string>
+   *   list of field names
    */
   public function getSkipFields() {
     if ($this->skipFields === NULL) {
@@ -107,6 +108,7 @@ class CRM_Utils_API_HTMLInputCoder extends CRM_Utils_API_AbstractFieldCoder {
         'pcp_intro_text',
         'new', // The 'new' text in word replacements
         'replyto_email', // e.g. '"Full Name" <user@example.org>'
+        'operator',
       );
     }
     return $this->skipFields;