Skip to content

Commit ae53860

Browse files
authored
Merge pull request #1200 from volodymyrdovhan/patch-1
Change discovery_agent interface name
2 parents 52e8379 + 33a150f commit ae53860

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/apis/core/hooks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ If you define a hook which is _not_ in the `[component]\hook\*` namespace then y
126126

127127
namespace mod_example;
128128

129-
class hooks implements \core\hook\hook_discovery_agent {
129+
class hooks implements \core\hook\hook\discovery_agent {
130130
public static function discover_hooks(): array {
131131
return [
132132
[

versioned_docs/version-4.3/apis/core/hooks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ If you define a hook which is _not_ in the `[component]\hook\*` namespace then y
100100

101101
namespace mod_example;
102102

103-
class hooks implements \core\hook\hook_discovery_agent {
103+
class hooks implements \core\hook\hook\discovery_agent {
104104
public static function discover_hooks(): array {
105105
return [
106106
[

versioned_docs/version-4.4/apis/core/hooks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ If you define a hook which is _not_ in the `[component]\hook\*` namespace then y
126126

127127
namespace mod_example;
128128

129-
class hooks implements \core\hook\hook_discovery_agent {
129+
class hooks implements \core\hook\hook\discovery_agent {
130130
public static function discover_hooks(): array {
131131
return [
132132
[

versioned_docs/version-4.5/apis/core/hooks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ If you define a hook which is _not_ in the `[component]\hook\*` namespace then y
126126

127127
namespace mod_example;
128128

129-
class hooks implements \core\hook\hook_discovery_agent {
129+
class hooks implements \core\hook\discovery_agent {
130130
public static function discover_hooks(): array {
131131
return [
132132
[

0 commit comments

Comments
 (0)