mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 17:57:38 +02:00
Refactor the get_schema call to make more sense.
This commit is contained in:
@@ -37,8 +37,8 @@ class PluginInterface(configuration_interface.ConfigurableInterface, validity.Va
|
||||
return self._context
|
||||
|
||||
@classmethod
|
||||
def get_schema(cls):
|
||||
"""Returns a list of configuration schema items"""
|
||||
def get_requirements(cls):
|
||||
"""Returns a list of Requirement objects for this plugin"""
|
||||
return []
|
||||
|
||||
def validate_inputs(self):
|
||||
|
||||
Reference in New Issue
Block a user