Searched refs:getLabel (Results 1 – 12 of 12) sorted by relevance
/webtrees/resources/views/components/ |
H A D | menu-item.phtml | 16 <?= $menu->getLabel() ?> 29 <?= $submenu->getLabel() ?> 44 <?= $menu->getLabel() ?>
|
/webtrees/tests/app/ |
H A D | MenuTest.php | 31 self::assertSame('Test!', $menu->getLabel()); 43 self::assertSame('Test!', $menu->getLabel()); 57 self::assertSame('Label', $menu->getLabel());
|
/webtrees/app/Module/ |
H A D | ListsMenuModule.php | 84 … ->sort(static fn (Menu $x, Menu $y): int => I18N::comparator()($x->getLabel(), $y->getLabel()));
|
H A D | ChartsMenuModule.php | 85 … ->sort(static fn (Menu $x, Menu $y): int => I18N::comparator()($x->getLabel(), $y->getLabel()));
|
H A D | ReportsMenuModule.php | 89 … ->sort(static fn (Menu $x, Menu $y): int => I18N::comparator()($x->getLabel(), $y->getLabel()));
|
H A D | ModuleThemeTrait.php | 159 …t($menus, static fn (Menu $x, Menu $y): int => I18N::comparator()($x->getLabel(), $y->getLabel()));
|
H A D | CloudsTheme.php | 62 … array_unshift($submenus, new Menu($menu->getLabel(), '#', '', ['onclick' => 'return false;']));
|
H A D | FanChartModule.php | 452 $html .= $menu->getLabel();
|
/webtrees/app/ |
H A D | Menu.php | 116 public function getLabel(): string function in Fisharebest\\Webtrees\\Menu
|
/webtrees/resources/views/ |
H A D | chart-box.phtml | 132 <?= $menu->getLabel() ?>
|
/webtrees/ |
H A D | phpstan-baseline.neon | 4378 message: '#^Cannot call method getLabel\(\) on mixed\.$#' 10852 message: '#^Cannot call method getLabel\(\) on mixed\.$#'
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 582 b;return this},getLabel:function(){var b=CKEDITOR.document.getById(this._.labelId);return!b||1>b.ge… method
|