Skip to content

Commit

Permalink
MDL-61858 core_portfolio: added missing metadata implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjnelson committed May 11, 2018
1 parent 7b4fa14 commit 776b4fe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions portfolio/boxnet/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
class provider implements
// This portfolio plugin does not store any data itself.
// It has no database tables, and it purely acts as a conduit, sending data externally.
\core_privacy\local\metadata\provider,
\core_portfolio\privacy\portfolio_provider {

/**
Expand Down
1 change: 1 addition & 0 deletions portfolio/flickr/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
class provider implements
// This portfolio plugin does not store any data itself.
// It has no database tables, and it purely acts as a conduit, sending data externally.
\core_privacy\local\metadata\provider,
\core_portfolio\privacy\portfolio_provider {

/**
Expand Down
1 change: 1 addition & 0 deletions portfolio/googledocs/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
class provider implements
// This portfolio plugin does not store any data itself.
// It has no database tables, and it purely acts as a conduit, sending data externally.
\core_privacy\local\metadata\provider,
\core_portfolio\privacy\portfolio_provider {

/**
Expand Down
1 change: 1 addition & 0 deletions portfolio/mahara/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
class provider implements
// This portfolio plugin does not store any data itself.
// It has no database tables, and it purely acts as a conduit, sending data externally.
\core_privacy\local\metadata\provider,
\core_portfolio\privacy\portfolio_provider {

/**
Expand Down
1 change: 1 addition & 0 deletions portfolio/picasa/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
class provider implements
// This portfolio plugin does not store any data itself.
// It has no database tables, and it purely acts as a conduit, sending data externally.
\core_privacy\local\metadata\provider,
\core_portfolio\privacy\portfolio_provider {

/**
Expand Down

0 comments on commit 776b4fe

Please sign in to comment.