MDL-76867 core: Add plugintype_supports_disabling to plugininfo
This commit is contained in:
@@ -37,6 +37,10 @@ use part_of_admin_tree;
|
||||
*/
|
||||
class dataformat extends base {
|
||||
|
||||
public static function plugintype_supports_disabling(): bool {
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Display name
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user