H A D | ModuleService.php | 559 return $this->findByInterface($interface, false, true) 574 …public function findByInterface(string $interface, bool $include_disabled = false, bool $sort = fa… function in Fisharebest\\Webtrees\\Services\\ModuleService 847 return $this->findByInterface(ModuleInterface::class, $include_disabled, true)
|