File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -84,20 +84,6 @@ public function indexAction(): void
84
84
$ this ->getTabs ()->activate ('event-rules ' );
85
85
}
86
86
87
- /**
88
- * Get the filter created from query string parameters
89
- *
90
- * @return Filter\Rule
91
- */
92
- protected function getFilter (): Filter \Rule
93
- {
94
- if ($ this ->filter === null ) {
95
- $ this ->filter = QueryString::parse ((string ) $ this ->params );
96
- }
97
-
98
- return $ this ->filter ;
99
- }
100
-
101
87
public function getTabs (): Tabs
102
88
{
103
89
if ($ this ->getRequest ()->getActionName () === 'index ' ) {
@@ -123,4 +109,18 @@ public function getTabs(): Tabs
123
109
124
110
return parent ::getTabs ();
125
111
}
112
+
113
+ /**
114
+ * Get the filter created from query string parameters
115
+ *
116
+ * @return Filter\Rule
117
+ */
118
+ private function getFilter (): Filter \Rule
119
+ {
120
+ if ($ this ->filter === null ) {
121
+ $ this ->filter = QueryString::parse ((string ) $ this ->params );
122
+ }
123
+
124
+ return $ this ->filter ;
125
+ }
126
126
}
You can’t perform that action at this time.
0 commit comments