Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/apis/subsystems/form/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ public function add_action_buttons(

:::important

The `add_action_buttons` function is defined on `moodlform` class, and not a part of `$this->_form`, for example:
The `add_action_buttons` function is defined on the `moodleform` class, and not a part of `$this->_form`, for example:

```php
public function definition() {
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.1/apis/subsystems/form/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ public function add_action_buttons(

:::important

The `add_action_buttons` function is defined on `moodlform` class, and not a part of `$this->_form`, for example:
The `add_action_buttons` function is defined on the `moodleform` class, and not a part of `$this->_form`, for example:

```php
public function definition() {
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.3/apis/subsystems/form/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ public function add_action_buttons(

:::important

The `add_action_buttons` function is defined on `moodlform` class, and not a part of `$this->_form`, for example:
The `add_action_buttons` function is defined on the `moodleform` class, and not a part of `$this->_form`, for example:

```php
public function definition() {
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.4/apis/subsystems/form/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ public function add_action_buttons(

:::important

The `add_action_buttons` function is defined on `moodlform` class, and not a part of `$this->_form`, for example:
The `add_action_buttons` function is defined on the `moodleform` class, and not a part of `$this->_form`, for example:

```php
public function definition() {
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.5/apis/subsystems/form/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ public function add_action_buttons(

:::important

The `add_action_buttons` function is defined on `moodlform` class, and not a part of `$this->_form`, for example:
The `add_action_buttons` function is defined on the `moodleform` class, and not a part of `$this->_form`, for example:

```php
public function definition() {
Expand Down
Loading