Add .gitlab-ci.yml from standard template
1 unresolved thread
1 unresolved thread
Closes #3423696
Merge request reports
Activity
95 96 function theme_serial_default(array $variables) { 96 97 return $variables['serial_id']; 97 98 } 99 100 /** 101 * Implements hook_field_info_alter(). 102 * 103 * @todo Remove once minimum version supported is at least 10.2.0. 104 */ 105 function serial_field_info_alter(array &$info): void { This hook implementation is recommended in the change record: https://www.drupal.org/node/3375748.
Please register or sign in to reply