Home
last modified time | relevance | path

Searched refs:ModuleCustomInterface (Results 1 – 11 of 11) sorted by relevance

/webtrees/resources/views/admin/
H A Dmodules.phtml13 use Fisharebest\Webtrees\Module\ModuleCustomInterface; alias
141 …<?= $module instanceof ModuleCustomInterface ? $module->customTranslations(I18N::languageTag())[$m…
147 …<?= $module instanceof ModuleCustomInterface ? $module->customTranslations(I18N::languageTag())[$m…
148 <?php if ($module instanceof ModuleCustomInterface) : ?>
H A Dcomponents.phtml10 use Fisharebest\Webtrees\Module\ModuleCustomInterface; alias
58 …<?= $module instanceof ModuleCustomInterface ? $module->customTranslations(I18N::languageTag())[$m…
74 <?php if ($module instanceof ModuleCustomInterface) : ?>
H A Dcustom-module-info.phtml6 use Fisharebest\Webtrees\Module\ModuleCustomInterface; alias
8 /** @var ModuleCustomInterface $module */
H A Dcontrol-panel.phtml58 use Fisharebest\Webtrees\Module\ModuleCustomInterface; alias
783 <?php if ($module instanceof ModuleCustomInterface) : ?>
/webtrees/resources/views/layouts/
H A Dadministration.phtml11 use Fisharebest\Webtrees\Module\ModuleCustomInterface; alias
41 …return $module instanceof ModuleCustomInterface || $module instanceof CustomCssJsModule ? '' : $mo…
92 …return $module instanceof ModuleCustomInterface || $module instanceof CustomCssJsModule ? '' : $mo…
/webtrees/app/
H A DI18N.php30 use Fisharebest\Webtrees\Module\ModuleCustomInterface; alias
299 ->findByInterface(ModuleCustomInterface::class)
300 …->reduce(static fn (array $carry, ModuleCustomInterface $item): array => array_merge($carry, $item…
/webtrees/app/Http/RequestHandlers/
H A DControlPanel.php31 use Fisharebest\Webtrees\Module\ModuleCustomInterface; alias
139 ->findByInterface(ModuleCustomInterface::class)
140 …->filter(static fn (ModuleCustomInterface $module): bool => version_compare($module->customModuleL…
/webtrees/tests/app/Services/
H A DModuleServiceTest.php27 use Fisharebest\Webtrees\Module\ModuleCustomInterface; alias
94 … ->filter(fn (ModuleInterface $module): bool => !$module instanceof ModuleCustomInterface);
/webtrees/app/Services/
H A DModuleService.php192 use Fisharebest\Webtrees\Module\ModuleCustomInterface; alias
701 ->map(static function (string $filename): ModuleCustomInterface|null {
704 if ($module instanceof ModuleCustomInterface) {
713 … ->mapWithKeys(static fn (ModuleCustomInterface $module): array => [$module->name() => $module]);
/webtrees/app/Module/
H A DModuleCustomInterface.php25 interface ModuleCustomInterface extends ModuleInterface interface
/webtrees/
H A Dphpstan-baseline.neon8728 …es\\Module\\ModuleCustomInterface\> but returns Illuminate\\Support\\Collection\<string, Fisharebe…
8758ModuleCustomInterface\|null\>\:\:mapWithKeys\(\) expects callable\(Fisharebest\\Webtrees\\Module\\