Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

100 changes: 0 additions & 100 deletions docs/apis/plugintypes/quizaccess/_examples/rule_overridable.php

This file was deleted.

18 changes: 0 additions & 18 deletions docs/apis/plugintypes/quizaccess/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,3 @@ import RuleDescription from './_examples/rule.md';
example={RuleFile}
description={RuleDescription}
/>

import RuleOverridableFile from '!!raw-loader!./_examples/rule_overridable.php';
import RuleOverridableDescription from './_examples/rule_overridable.md';

<ComponentFileSummary
filepath="/rule.php"
summary="Rule definition class with override"
plugintype="quizaccessrule"
pluginname="pluginname"
example={RuleOverridableFile}
description={RuleOverridableDescription}
/>

:::info

Implementing `rule_overridable` is not required but can enhance the usability of the rule.

:::