Home
last modified time | relevance | path

Searched refs:ElementFactoryInterface (Results 1 – 5 of 5) sorted by relevance

/webtrees/app/
H A DRegistry.php25 use Fisharebest\Webtrees\Contracts\ElementFactoryInterface; alias
62 private static ElementFactoryInterface $element_factory;
163 * @param ElementFactoryInterface|null $factory
165 * @return ElementFactoryInterface
167 …public static function elementFactory(ElementFactoryInterface|null $factory = null): ElementFactor…
169 if ($factory instanceof ElementFactoryInterface) {
H A DGedcom.php22 use Fisharebest\Webtrees\Contracts\ElementFactoryInterface; alias
1111 * @param ElementFactoryInterface $element_factory
1116 …public function registerTags(ElementFactoryInterface $element_factory, bool $include_custom_tags):…
/webtrees/app/Factories/
H A DElementFactory.php22 use Fisharebest\Webtrees\Contracts\ElementFactoryInterface; alias
31 class ElementFactory implements ElementFactoryInterface
/webtrees/resources/views/admin/
H A Dtags.phtml5 use Fisharebest\Webtrees\Contracts\ElementFactoryInterface; alias
21 * @var ElementFactoryInterface $element_factory
/webtrees/app/Contracts/
H A DElementFactoryInterface.php25 interface ElementFactoryInterface interface