Home
last modified time | relevance | path

Searched refs:getLabel (Results 1 – 12 of 12) sorted by relevance

/webtrees/resources/views/components/
H A Dmenu-item.phtml16 <?= $menu->getLabel() ?>
29 <?= $submenu->getLabel() ?>
44 <?= $menu->getLabel() ?>
/webtrees/tests/app/
H A DMenuTest.php31 self::assertSame('Test!', $menu->getLabel());
43 self::assertSame('Test!', $menu->getLabel());
57 self::assertSame('Label', $menu->getLabel());
/webtrees/app/Module/
H A DListsMenuModule.php84 … ->sort(static fn (Menu $x, Menu $y): int => I18N::comparator()($x->getLabel(), $y->getLabel()));
H A DChartsMenuModule.php85 … ->sort(static fn (Menu $x, Menu $y): int => I18N::comparator()($x->getLabel(), $y->getLabel()));
H A DReportsMenuModule.php89 … ->sort(static fn (Menu $x, Menu $y): int => I18N::comparator()($x->getLabel(), $y->getLabel()));
H A DModuleThemeTrait.php159 …t($menus, static fn (Menu $x, Menu $y): int => I18N::comparator()($x->getLabel(), $y->getLabel()));
H A DCloudsTheme.php62 … array_unshift($submenus, new Menu($menu->getLabel(), '#', '', ['onclick' => 'return false;']));
H A DFanChartModule.php452 $html .= $menu->getLabel();
/webtrees/app/
H A DMenu.php116 public function getLabel(): string function in Fisharebest\\Webtrees\\Menu
/webtrees/resources/views/
H A Dchart-box.phtml132 <?= $menu->getLabel() ?>
/webtrees/
H A Dphpstan-baseline.neon4378 message: '#^Cannot call method getLabel\(\) on mixed\.$#'
10852 message: '#^Cannot call method getLabel\(\) on mixed\.$#'
/webtrees/public/ckeditor-4.15.1-custom/
H A Dckeditor.js582 b;return this},getLabel:function(){var b=CKEDITOR.document.getById(this._.labelId);return!b||1>b.ge… method