Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Verifies web crawler (search engine) access. More...
Public Member Functions | |
get_action_link () | |
A link to a place to action this. More... | |
get_component () | |
Get the frankenstyle component name. More... | |
get_id () | |
Get the check's id. More... | |
get_name () | |
Get the short check name. More... | |
get_ref () | |
Get the check reference. More... | |
get_result () | |
Return result. More... | |
set_component (string $component) | |
Get the frankenstyle component name. More... | |
Protected Attributes | |
$string | $component = 'core' |
$component - The component / plugin this task belongs to. More... | |
Verifies web crawler (search engine) access.
Not combined with disabled guest access because attackers might gain guest access by modifying browser signature.
core\check\security\crawlers::get_action_link | ( | ) |
A link to a place to action this.
action_link|null |
Reimplemented from core\check\check.
|
inherited |
Get the frankenstyle component name.
string |
|
inherited |
Get the check's id.
This defaults to the base name of the class which is ok in the most cases but if you have a check which can have multiple instances then you should override this to be unique.
string | must be unique within a component |
core\check\security\crawlers::get_name | ( | ) |
|
inherited |
Get the check reference.
string | must be globally unique |
core\check\security\crawlers::get_result | ( | ) |
|
inherited |
Get the frankenstyle component name.
string | $component | name |
|
protectedinherited |
$component - The component / plugin this task belongs to.
This is autopopulated by the check manager.