File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1313//
1414// You should have received a copy of the GNU General Public License
1515// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
16+
1617/**
1718 * Privacy Subsystem implementation for local_aws_sdk.
1819 *
1920 * @package local_aws_sdk
2021 * @copyright Copyright (c) 2018 Blackboard Inc. (http://www.blackboard.com)
2122 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2223 */
24+
2325namespace local_aws_sdk \privacy ;
26+
2427defined ('MOODLE_INTERNAL ' ) || die ();
28+
2529/**
2630 * Privacy Subsystem for local_aws_sdk implementing null_provider.
2731 *
2832 * @copyright Copyright (c) 2018 Blackboard Inc. (http://www.blackboard.com)
2933 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
3034 */
3135class provider implements \core_privacy \local \metadata \null_provider {
36+ use \core_privacy \local \legacy_polyfill;
37+
3238 /**
3339 * Get the language string identifier with the component's language
3440 * file to explain why this plugin stores no data.
3541 *
36- * @return string
42+ * @return string
3743 */
38- public static function get_reason () {
44+ public static function _get_reason () {
3945 return 'privacy:metadata ' ;
4046 }
4147}
You can’t perform that action at this time.
0 commit comments