FALSE, 'must_be' => ['SqlField', 'SqlString'], 'label' => ts('Source'), ], [ 'optional' => FALSE, 'must_be' => ['SqlString', 'SqlField'], 'label' => ts('Find'), ], [ 'optional' => FALSE, 'must_be' => ['SqlString', 'SqlField'], 'label' => ts('Replace'), ], ]; } /** * @return string */ public static function getTitle(): string { return ts('Replace text'); } /** * @return string */ public static function getDescription(): string { return ts('Substitutes one value for another in the text.'); } }