|
| get_content () |
| Get the table content.
|
|
| get_context () |
| Get the context for this table.
|
|
| get_factor_combinations ($allfactors, $start=0, $end=0, $totalweight=0, $combination=[], $result=[]) |
| Recursive method to get all possible combinations of given factors.
|
|
| guess_base_url () |
| Provide a default implementation for guessing the base URL from the action URL.
|
|
| has_capability () |
| Check if the user has the capability to access this table.
|
|
| is_downloadable ($downloadable=null) |
| This table is not downloadable.
|
|
| out () |
| Print the table.
|
|
| output_factor_combinations_table () |
| Defines supplementary table that shows available combinations of factors enough for successful authentication.
|
|
| wrap_html_finish () |
|
|
static | get_filterset_class () |
|
|
int int | $enabledplugincount = 0 |
| The number of enabled plugins of this type.
|
|
string string | $plugininfoclass |
| The plugininfo class for this plugintype.
|
|
core_plugin_manager core_plugin_manager | $pluginmanager |
|
core plugininfo base[] array | $plugins = [] |
| The plugin list.
|
|
◆ col_enabled()
core_admin\table\plugin_management_table::col_enabled |
( |
stdClass | $row | ) |
|
|
protectedinherited |
Show the enable/disable column content.
- Parameters
-
- Return values
-
◆ col_name()
tool_mfa\table\admin_setting_managemfa::col_name |
( |
stdClass | $row | ) |
|
|
protected |
◆ col_settings()
tool_mfa\table\admin_setting_managemfa::col_settings |
( |
stdClass | $row | ) |
|
|
protected |
◆ col_uninstall()
core_admin\table\plugin_management_table::col_uninstall |
( |
stdClass | $row | ) |
|
|
protectedinherited |
Show the Uninstall column content.
- Parameters
-
- Return values
-
◆ col_weight()
tool_mfa\table\admin_setting_managemfa::col_weight |
( |
stdClass | $row | ) |
|
|
protected |
Show the weight column content.
- Parameters
-
- Return values
-
◆ get_action_url()
tool_mfa\table\admin_setting_managemfa::get_action_url |
( |
array | $params = [] | ) |
|
|
protected |
◆ get_column_list()
tool_mfa\table\admin_setting_managemfa::get_column_list |
( |
| ) |
|
|
protected |
◆ get_context()
core_admin\table\plugin_management_table::get_context |
( |
| ) |
|
|
inherited |
Get the context for this table.
- Return values
-
◆ get_dynamic_table_html_end()
core_admin\table\plugin_management_table::get_dynamic_table_html_end |
( |
| ) |
|
|
protectedinherited |
Add JS specific to this implementation.
- Return values
-
◆ get_factor_combinations()
tool_mfa\table\admin_setting_managemfa::get_factor_combinations |
( |
| $allfactors, |
|
|
| $start = 0, |
|
|
| $end = 0, |
|
|
| $totalweight = 0, |
|
|
| $combination = [], |
|
|
| $result = [] ) |
Recursive method to get all possible combinations of given factors.
Output is filtered by combination total weight (should be greater than 100).
- Parameters
-
array | $allfactors | initial array of factor objects |
int | $start | start position in initial array |
int | $end | end position in initial array |
int | $totalweight | total weight of combination |
array | $combination | combination candidate |
array | $result | array that includes combination total weight and subarray of factors combination |
- Return values
-
◆ get_plugintype()
tool_mfa\table\admin_setting_managemfa::get_plugintype |
( |
| ) |
|
|
protected |
◆ get_row_class()
core_admin\table\plugin_management_table::get_row_class |
( |
| $row | ) |
|
|
protectedinherited |
Get any class to add to the row.
- Parameters
-
- Return values
-
◆ get_sorted_plugins()
core_admin\table\plugin_management_table::get_sorted_plugins |
( |
| ) |
|
|
protectedinherited |
Get the list of sorted plugins.
- Return values
-
◆ get_sortorder_service()
core_admin\table\plugin_management_table::get_sortorder_service |
( |
| ) |
|
|
protectedinherited |
Get the web service method used to order plugins.
- Return values
-
◆ get_table_id()
core_admin\table\plugin_management_table::get_table_id |
( |
| ) |
|
|
protectedinherited |
◆ get_table_js_module()
core_admin\table\plugin_management_table::get_table_js_module |
( |
| ) |
|
|
protectedinherited |
◆ get_toggle_service()
core_admin\table\plugin_management_table::get_toggle_service |
( |
| ) |
|
|
protectedinherited |
Get the web service method used to toggle state.
- Return values
-
◆ guess_base_url()
tool_mfa\table\admin_setting_managemfa::guess_base_url |
( |
| ) |
|
◆ has_capability()
core_admin\table\plugin_management_table::has_capability |
( |
| ) |
|
|
inherited |
Check if the user has the capability to access this table.
Default implementation for plugin management tables is to require 'moodle/site:config' capability
- Return values
-
bool | Return true if capability check passed. |
◆ is_downloadable()
core_admin\table\plugin_management_table::is_downloadable |
( |
| $downloadable = null | ) |
|
|
inherited |
This table is not downloadable.
- Parameters
-
- Return values
-
◆ order_plugins()
core_admin\table\plugin_management_table::order_plugins |
( |
array | $plugins | ) |
|
|
protectedinherited |
◆ sort_plugins()
core_admin\table\plugin_management_table::sort_plugins |
( |
array | $plugins | ) |
|
|
protectedinherited |
Sort the plugins list.
Note: This only applies to plugins which do not support ordering.
- Parameters
-
- Return values
-
◆ supports_disabling()
core_admin\table\plugin_management_table::supports_disabling |
( |
| ) |
|
|
protectedinherited |
Whether this plugin type supports the disabling of plugins.
- Return values
-
◆ supports_ordering()
core_admin\table\plugin_management_table::supports_ordering |
( |
| ) |
|
|
protectedinherited |
Whether this table should show ordering fields.
- Return values
-
The documentation for this class was generated from the following file:
- admin/tool/mfa/classes/table/admin_setting_managemfa.php