Skip to content

Commit

Permalink
Merge pull request #204 from gsteel/v2/deprecate-filter-provider-inte…
Browse files Browse the repository at this point in the history
…rface

Deprecate `FilterProviderInterface`
  • Loading branch information
gsteel authored Jan 6, 2025
2 parents 731e4d2 + 4a314bc commit f9e9083
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/FilterProviderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
/**
* Implement this interface within Module classes to indicate that your module
* provides filter configuration for the FilterPluginManager.
*
* @deprecated Since 2.40.0 This interface will be removed in version 3.0 without replacement
*/
interface FilterProviderInterface
{
Expand Down
2 changes: 2 additions & 0 deletions src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ public function getConfig()
/**
* Register a specification for the FilterManager with the ServiceListener.
*
* @deprecated Since 2.40.0 This method is not necessary for module manager and will be removed in 3.0
*
* @param ModuleManager $moduleManager
* @return void
*/
Expand Down

0 comments on commit f9e9083

Please sign in to comment.