Home
last modified time | relevance | path

Searched defs:include_disabled (Results 1 – 1 of 1) sorted by relevance

/webtrees/app/Services/
H A DModuleService.php574 …public function findByInterface(string $interface, bool $include_disabled = false, bool $sort = fa…
614 public function all(bool $include_disabled = false): Collection
739 private function enabledFilter(bool $include_disabled): Closure
831 …public function findByName(string $module_name, bool $include_disabled = false): ModuleInterface|n…
845 public function otherModules(bool $include_disabled = false): Collection