Searched refs:ElementFactoryInterface (Results 1 – 5 of 5) sorted by relevance
25 use Fisharebest\Webtrees\Contracts\ElementFactoryInterface; alias62 private static ElementFactoryInterface $element_factory;163 * @param ElementFactoryInterface|null $factory165 * @return ElementFactoryInterface167 …public static function elementFactory(ElementFactoryInterface|null $factory = null): ElementFactor…169 if ($factory instanceof ElementFactoryInterface) {
22 use Fisharebest\Webtrees\Contracts\ElementFactoryInterface; alias1111 * @param ElementFactoryInterface $element_factory1116 …public function registerTags(ElementFactoryInterface $element_factory, bool $include_custom_tags):…
22 use Fisharebest\Webtrees\Contracts\ElementFactoryInterface; alias31 class ElementFactory implements ElementFactoryInterface
5 use Fisharebest\Webtrees\Contracts\ElementFactoryInterface; alias21 * @var ElementFactoryInterface $element_factory
25 interface ElementFactoryInterface interface