'#description' => 'Eg: 60, "2 days", "10h", "7d". A numeric value is interpreted as a seconds count. If you use a string be sure you provide the time units (days, hours, etc), otherwise milliseconds unit is used by default ("120" is equal to "120ms").',
'#description' => $this->t('Eg: 60, "2 days", "10h", "7d". A numeric value is interpreted as a seconds count. If you use a string be sure you provide the time units (days, hours, etc), otherwise milliseconds unit is used by default ("120" is equal to "120ms").'),
];
$form[self::GEMINI_URL] = [
@ -190,15 +191,17 @@ class IslandoraSettingsForm extends ConfigFormBase {
$client = new Client($brokerUrl);
if ($form_state->getValue('provide_user_creds')) {