99, 'optional' => FALSE, 'label' => ts('Value?'), ], ]; } /** * @return string */ public static function getTitle(): string { return ts('Coalesce'); } /** * @return string */ public static function getDescription(): string { return ts('The first value that is not null.'); } }