Mercurial > hg > isophonics-drupal-site
comparison core/lib/Drupal/Core/Update/UpdateRegistry.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
195 } | 195 } |
196 return $ret; | 196 return $ret; |
197 } | 197 } |
198 | 198 |
199 /** | 199 /** |
200 * Registers that update fucntions got executed. | 200 * Registers that update functions were executed. |
201 * | 201 * |
202 * @param string[] $function_names | 202 * @param string[] $function_names |
203 * The executed update functions. | 203 * The executed update functions. |
204 * | 204 * |
205 * @return $this | 205 * @return $this |