Reason
In #14871 a new function (registerSystemAttributeName) was added to the InputParameters object to associate an object with the system the object should be executed with, e.g., UserObjects or Samplers. The registerBase function should be renamed to something more explicit.
Design
Deprecate registerBase and replace it with registerSyntaxName or something else?
Impact
Minimal, users will get a deprecated message, but this fix will be a simple name change.
Reason
In #14871 a new function (
registerSystemAttributeName) was added to the InputParameters object to associate an object with the system the object should be executed with, e.g., UserObjects or Samplers. TheregisterBasefunction should be renamed to something more explicit.Design
Deprecate
registerBaseand replace it withregisterSyntaxNameor something else?Impact
Minimal, users will get a deprecated message, but this fix will be a simple name change.