Home
last modified time | relevance | path

Searched refs:ElementInterface (Results 1 – 25 of 30) sorted by relevance

12

/webtrees/app/Http/RequestHandlers/
H A DTreePreferencesPage.php23 use Fisharebest\Webtrees\Contracts\ElementInterface; alias
143 … ->map(static fn (string $tag): ElementInterface => Registry::elementFactory()->make($tag))
144 … ->filter(static fn (ElementInterface $element): bool => !$element instanceof UnknownElement)
145 ->map(static fn (ElementInterface $element): string => $element->label())
151 … ->map(static fn (string $tag): ElementInterface => Registry::elementFactory()->make($tag))
152 … ->filter(static fn (ElementInterface $element): bool => !$element instanceof UnknownElement)
153 ->map(static fn (ElementInterface $element): string => $element->label())
/webtrees/app/Factories/
H A DElementFactory.php23 use Fisharebest\Webtrees\Contracts\ElementInterface; alias
43 * @return ElementInterface
45 public function make(string $tag): ElementInterface
74 private function findElementByWildcard(string $tag): ElementInterface|null
/webtrees/app/Contracts/
H A DElementFactoryInterface.php32 * @return ElementInterface
34 public function make(string $tag): ElementInterface;
H A DElementInterface.php27 interface ElementInterface interface
/webtrees/tests/app/Elements/
H A DAbstractElementTestCase.php22 use Fisharebest\Webtrees\Contracts\ElementInterface; alias
31 protected static ElementInterface $element;
/webtrees/app/Elements/
H A DAbstractElement.php22 use Fisharebest\Webtrees\Contracts\ElementInterface; alias
42 abstract class AbstractElement implements ElementInterface
/webtrees/resources/views/modals/
H A Drepository-fields.phtml5 use Fisharebest\Webtrees\Contracts\ElementInterface; alias
H A Dcreate-repository.phtml5 use Fisharebest\Webtrees\Contracts\ElementInterface; alias
/webtrees/app/CustomTags/
H A DFamilySearch.php23 use Fisharebest\Webtrees\Contracts\ElementInterface; alias
H A DGenPlusWin.php23 use Fisharebest\Webtrees\Contracts\ElementInterface; alias
H A DTheMasterGenealogist.php23 use Fisharebest\Webtrees\Contracts\ElementInterface; alias
H A DHeredis.php23 use Fisharebest\Webtrees\Contracts\ElementInterface; alias
H A DTheNextGeneration.php23 use Fisharebest\Webtrees\Contracts\ElementInterface; alias
H A DProGen.php23 use Fisharebest\Webtrees\Contracts\ElementInterface; alias
H A DGeneatique.php23 use Fisharebest\Webtrees\Contracts\ElementInterface; alias
H A DFamilyTreeBuilder.php23 use Fisharebest\Webtrees\Contracts\ElementInterface; alias
H A DReunion.php23 use Fisharebest\Webtrees\Contracts\ElementInterface; alias
H A DMyHeritage.php23 use Fisharebest\Webtrees\Contracts\ElementInterface; alias
H A DRootsMagic.php23 use Fisharebest\Webtrees\Contracts\ElementInterface; alias
H A DAncestry.php23 use Fisharebest\Webtrees\Contracts\ElementInterface; alias
H A DAldfaer.php23 use Fisharebest\Webtrees\Contracts\ElementInterface; alias
H A DPersonalAncestralFile.php23 use Fisharebest\Webtrees\Contracts\ElementInterface; alias
H A DPhpGedView.php23 use Fisharebest\Webtrees\Contracts\ElementInterface; alias
H A DBrothersKeeper.php23 use Fisharebest\Webtrees\Contracts\ElementInterface; alias
H A DLegacy.php23 use Fisharebest\Webtrees\Contracts\ElementInterface; alias

12