core/modules/system/system.install | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/core/modules/system/system.install b/core/modules/system/system.install index 0b8da7b..56a36c9 100644 --- a/core/modules/system/system.install +++ b/core/modules/system/system.install @@ -1782,13 +1782,6 @@ function system_update_8202() { } /** - * The simple presence of this update function clears cached entity definitions. - */ -function system_update_8203() { - // Many core entity-types now have a UUID link template and route. -} - -/** * @} End of "addtogroup updates-8.2.3". */ @@ -1801,3 +1794,19 @@ function system_update_8203() { ->set('logging', 1) ->save(TRUE); } + +/** + * @addtogroup updates-8.3.0 + * @{ + */ + +/** + * The simple presence of this update function clears cached entity definitions. + */ +function system_update_8300() { + // Many core entity-types now have a UUID link template and route. +} + +/** + * @} End of "addtogroup updates-8.2.0". + */