Elgg  Version master
Variables
upgrades.php File Reference

Go to the source code of this file.

Variables

 return [\Elgg\Upgrades\AlterDatabaseToMultiByteCharset::class, \Elgg\Upgrades\ChangeUserNotificationSettingsNamespace::class, \Elgg\Upgrades\ContentOwnerSubscriptions::class, \Elgg\Upgrades\DeleteDiagnosticsPlugin::class, \Elgg\Upgrades\DeleteNotificationsPlugin::class, \Elgg\Upgrades\MigrateACLNotificationPreferences::class, \Elgg\Upgrades\MigrateEntityIconCroppingCoordinates::class, \Elgg\Upgrades\NotificationsPrefix::class, \Elgg\Upgrades\RemoveIcontime::class, \Elgg\Upgrades\RemoveOrphanedThreadedComments::class, \Elgg\Upgrades\MigrateDebugConfig::class, \Elgg\Upgrades\MigrateAdminValidationNotificationPreference::class,]
 Return a list of class names of asynchronous core upgrades. More...
 

Variable Documentation

◆ return

return[\Elgg\Upgrades\AlterDatabaseToMultiByteCharset::class, \Elgg\Upgrades\ChangeUserNotificationSettingsNamespace::class, \Elgg\Upgrades\ContentOwnerSubscriptions::class, \Elgg\Upgrades\DeleteDiagnosticsPlugin::class, \Elgg\Upgrades\DeleteNotificationsPlugin::class, \Elgg\Upgrades\MigrateACLNotificationPreferences::class, \Elgg\Upgrades\MigrateEntityIconCroppingCoordinates::class, \Elgg\Upgrades\NotificationsPrefix::class, \Elgg\Upgrades\RemoveIcontime::class, \Elgg\Upgrades\RemoveOrphanedThreadedComments::class, \Elgg\Upgrades\MigrateDebugConfig::class, \Elgg\Upgrades\MigrateAdminValidationNotificationPreference::class,]

Return a list of class names of asynchronous core upgrades.

Any unfinished upgrades will be presented to the site administrator in order of appearance here.

See also
Elgg\Upgrade\Locator

Definition at line 9 of file upgrades.php.