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,]
 Return a list of class names of asynchronous core upgrades. More...
 

Variable Documentation

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,]

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

Definition at line 20 of file upgrades.php.