Methods |
Description |
---|---|
Drupal7::callback_topic_reply_count() |
Verify the topic/reply count. |
Drupal7::callback_topic_status() |
Translate the post status from Drupal v7.x numeric’s to WordPress’s strings. |
Drupal7::info() |
This method allows us to indicates what is or is not converted for each converter. |
Drupal7::setup_globals() |
Sets up the field mappings |
EssaysReportsGenerator::__construct() |
Constructor |
EssaysReportsGenerator::addAdditionalFields() |
Add additional field sql statement |
EssaysReportsGenerator::addAdditionalJoins() |
Add additional joins sql statement |
EssaysReportsGenerator::addAdditionalOrderBy() |
Add additional order sql statement |
EssaysReportsGenerator::columns() |
Returns the columns and their settings |
EssaysReportsGenerator::fetch() |
Custom fetcher to load the essays from database and setup the pagination |
EssaysReportsGenerator::formatData() |
Format the activity results for each column |
EssaysReportsGenerator::getEssayScore() |
Return the essay score if available |
EssaysReportsGenerator::getGroupEssays() |
Load all the essays from the courses belong to the group |
EssaysReportsGenerator::registerQueryHooks() |
Add additional sql statement to fetch data |
EssaysReportsGenerator::unregisterQueryHooks() |
Remove additional sql statement to fetch data |
Example::__construct() |
Main Constructor |
Example::authenticate_pass() |
This method is to take the pass out of the database and compare to a pass the user has typed in. |
Example::callback_savepass() |
This method is to save the salt and password together. That way when we authenticate it we can get it out of the database as one value. Array values are auto sanitized by WordPress. |
Example::info() |
This method allows us to indicates what is or is not converted for each converter. |
Example::setup_globals() |
Sets up the field mappings |
FluxBB::__construct() |
Main Constructor |
FluxBB::authenticate_pass() |
This method is to take the pass out of the database and compare to a pass the user has typed in. |
FluxBB::callback_reply_title() |
Set the reply title |
FluxBB::callback_savepass() |
This method is to save the salt and password together. That way when we authenticate it we can get it out of the database as one value. Array values are auto sanitized by WordPress. |
FluxBB::callback_sticky_status() |
Translate the topic sticky status type from FluxBB v1.5.3 numeric’s to WordPress’s strings. |
FluxBB::callback_topic_reply_count() |
Verify the topic/reply count. |
FluxBB::callback_topic_status() |
Translate the post status from FluxBB v1.5.3 numeric’s to WordPress’s strings. |
FluxBB::info() |
This method allows us to indicates what is or is not converted for each converter. |
FluxBB::setup_globals() |
Sets up the field mappings |
Group::getUnassociatedGroups() |
Get groups that’s not associated to ld |
Group::getUnassociatedGroups() |
Get groups that’s not associated to bp |
Helpers::deleteLearndashGroupId() |
Remove ld group connection from a bp group |
Helpers::getLearndashGroupId() |
Get the connected ld group id |
Helpers::hasLearndashGroup() |
Determine whether a group has connected ld group |
Helpers::setLearndashGroupId() |
Set the ld group id on a bp grouop |
Hooks::__construct() |
Constructor |
Hooks::__construct() |
Constructor |
Hooks::check_user_can_join_if_ld_sync() |
Sub action before save when a member is added to bp group, based on type |
Hooks::checkLearndashCourseDeleteMeta() |
Sub action when a course is deleted from ld group |
Hooks::checkLearndashCourseUpdateMeta() |
sub action when a course is added to ld group |
Hooks::checkLearndashGroupDeleteMeta() |
Sub actions when admin or user is removed from ld group |
Hooks::checkLearndashGroupUpdateMeta() |
Sub actions when admin or user is added to ld group |
Hooks::getLeardashMetaGroupId() |
Get the gorup id from the meta key |
Hooks::groupCreated() |
Sub action when bp gorup is created |
Hooks::groupDeleted() |
Sub action after ld gorup is deleted |
Hooks::groupDeleted() |
Sub action after bp gorup is deleted |
Hooks::groupDeleting() |
Sub action before ld gorup is deleted |
Hooks::groupDeleting() |
Sub action before bp gorup is deleted |
Hooks::groupMemberAdded() |
Sub action when a member is added to bp group, based on type |
Hooks::groupMemberDeleted() |
Hook on user group deleted. |