summaryrefslogtreecommitdiffstats
path: root/ipalib/frontend.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/frontend.py')
-rw-r--r--ipalib/frontend.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipalib/frontend.py b/ipalib/frontend.py
index 3727833a2..48215c5df 100644
--- a/ipalib/frontend.py
+++ b/ipalib/frontend.py
@@ -201,6 +201,9 @@ class HasParam(Plugin):
of ``api.env.context``, subclasses can override this with implementations
that consider arbitrary ``api.env`` values.
"""
+ # HasParam is the base class for most frontend plugins, that make it to users
+ # This flag should be used by UI components to make the plugin unaccessible
+ INTERNAL = False
def _get_param_iterable(self, name, verb='takes'):
"""