MDL-76867 core: Add plugintype_supports_disabling to plugininfo

This commit is contained in:
Andrew Nicols
2023-03-13 21:07:10 +08:00
parent 6809289cf4
commit fdb1df2bfd
27 changed files with 240 additions and 0 deletions
+4
View File
@@ -37,6 +37,10 @@ use part_of_admin_tree;
*/
class dataformat extends base {
public static function plugintype_supports_disabling(): bool {
return true;
}
/**
* Display name
*/