Skip to content
Snippets Groups Projects
Commit 7bab2994 authored by Theresa Grannum's avatar Theresa Grannum Committed by Adam G-H
Browse files

Issue #3308404 by Theresa.Grannum, phenaproxima: Make...

Issue #3308404 by Theresa.Grannum, phenaproxima: Make PackageManagerUpdateProcessor internal and final
parent be0b99b7
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,13 @@ use Drupal\update\UpdateProcessor;
* project information to Update module's cache which would result in these
* projects being returned from the Update module's global functions such as
* update_get_available().
*
* @internal
* This is an internal part of Package Manager and may be changed or removed
* at any time without warning. External code should not interact with this
* class.
*/
class PackageManagerUpdateProcessor extends UpdateProcessor {
final class PackageManagerUpdateProcessor extends UpdateProcessor {
/**
* Constructs an PackageManagerUpdateProcessor object.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment