diff --git a/docs/apis/core/hooks/index.md b/docs/apis/core/hooks/index.md index c69a637555..0e2408b5a6 100644 --- a/docs/apis/core/hooks/index.md +++ b/docs/apis/core/hooks/index.md @@ -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 [ [ diff --git a/versioned_docs/version-4.3/apis/core/hooks/index.md b/versioned_docs/version-4.3/apis/core/hooks/index.md index bae767fe58..7fca73f583 100644 --- a/versioned_docs/version-4.3/apis/core/hooks/index.md +++ b/versioned_docs/version-4.3/apis/core/hooks/index.md @@ -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 [ [ diff --git a/versioned_docs/version-4.4/apis/core/hooks/index.md b/versioned_docs/version-4.4/apis/core/hooks/index.md index c69a637555..0e2408b5a6 100644 --- a/versioned_docs/version-4.4/apis/core/hooks/index.md +++ b/versioned_docs/version-4.4/apis/core/hooks/index.md @@ -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 [ [ diff --git a/versioned_docs/version-4.5/apis/core/hooks/index.md b/versioned_docs/version-4.5/apis/core/hooks/index.md index c69a637555..8a6d89fe07 100644 --- a/versioned_docs/version-4.5/apis/core/hooks/index.md +++ b/versioned_docs/version-4.5/apis/core/hooks/index.md @@ -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 [ [