Merge branch 'master' into 118-design-filterOrder

This commit is contained in:
2023-07-04 14:56:00 +02:00
308 changed files with 6955 additions and 580 deletions

View File

@@ -136,6 +136,11 @@ class FilterOrderHelper
return $this->checkboxes;
}
public function hasCheckBox(string $name): bool
{
return array_key_exists($name, $this->checkboxes);
}
/**
* @return array<string, array{label: string}>
*/