Skip to content
Snippets Groups Projects

Issue #3406344: Adopt GitLab CI

Merged Bram Driesen requested to merge issue/time_field-3406344:3406344-adopt-gitlab-ci into 2.x
Files
5
@@ -13,11 +13,11 @@ use Drupal\time_field\Time;
* Usage example:
*
* @code
* $form['time'] = array(
* $form['time'] = [
* '#type' => 'time',
* '#title' => $this->t('Time'),
* '#required' => TRUE,
* );
* '#required' => TRUE,
* ];
* @endcode
*
* @FormElement("time")
Loading