Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DRelationshipsChartModule.php80 public const DEFAULT_ANCESTORS = '0'; define in Fisharebest\\Webtrees\\Module\\RelationshipsChartModule
82 'ancestors' => self::DEFAULT_ANCESTORS,
232 … $ancestors_only = (int) $tree->getPreference('RELATIONSHIP_ANCESTORS', static::DEFAULT_ANCESTORS);
423 'default_ancestors' => self::DEFAULT_ANCESTORS,