Skip to content

Commit

Permalink
Merge pull request #1200 from volodymyrdovhan/patch-1
Browse files Browse the repository at this point in the history
Change discovery_agent interface name
  • Loading branch information
andrewnicols authored Dec 4, 2024
2 parents 52e8379 + 33a150f commit ae53860
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/apis/core/hooks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ If you define a hook which is _not_ in the `[component]\hook\*` namespace then y

namespace mod_example;

class hooks implements \core\hook\hook_discovery_agent {
class hooks implements \core\hook\hook\discovery_agent {
public static function discover_hooks(): array {
return [
[
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.3/apis/core/hooks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ If you define a hook which is _not_ in the `[component]\hook\*` namespace then y

namespace mod_example;

class hooks implements \core\hook\hook_discovery_agent {
class hooks implements \core\hook\hook\discovery_agent {
public static function discover_hooks(): array {
return [
[
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.4/apis/core/hooks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ If you define a hook which is _not_ in the `[component]\hook\*` namespace then y

namespace mod_example;

class hooks implements \core\hook\hook_discovery_agent {
class hooks implements \core\hook\hook\discovery_agent {
public static function discover_hooks(): array {
return [
[
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.5/apis/core/hooks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ If you define a hook which is _not_ in the `[component]\hook\*` namespace then y

namespace mod_example;

class hooks implements \core\hook\hook_discovery_agent {
class hooks implements \core\hook\discovery_agent {
public static function discover_hooks(): array {
return [
[
Expand Down

0 comments on commit ae53860

Please sign in to comment.