Skip to content

Commit

Permalink
MDL-61397 blocks: Fix null_provider namespace for blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
zig-moodle committed Mar 13, 2018
1 parent bcc3f1e commit 38a0477
Show file tree
Hide file tree
Showing 36 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion blocks/activity_modules/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/activity_results/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/admin_bookmarks/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/badges/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/blog_menu/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/blog_recent/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/blog_tags/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/calendar_month/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/calendar_upcoming/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/completionstatus/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/course_list/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/course_summary/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/feedback/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/globalsearch/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/glossary_random/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/login/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/lp/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/mentees/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/mnet_hosts/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/myoverview/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/myprofile/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/navigation/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/news_items/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/online_users/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/participants/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/private_files/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/quiz_results/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/search_forums/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/section_links/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/selfcompletion/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/settings/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/site_main_menu/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/social_activities/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/tag_flickr/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/tag_youtube/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down
2 changes: 1 addition & 1 deletion blocks/tags/classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @copyright 2018 Zig Tan <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\metadata\null_provider {
class provider implements \core_privacy\local\metadata\null_provider {

/**
* Get the language string identifier with the component's language
Expand Down

0 comments on commit 38a0477

Please sign in to comment.