2, 'max_expr' => 2, 'optional' => FALSE, 'ui_defaults' => [ ['type' => 'SqlField', 'placeholder' => ts('Preferred')], ['type' => 'SqlField', 'placeholder' => ts('Alternate')], ], ], ]; } /** * @return string */ public static function getTitle(): string { return ts('Unequal'); } /** * @return string */ public static function getDescription(): string { return ts('The first value, only if it is not equal to the second.'); } }