Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DSlideShowModule.php86 $default_start = (bool) $this->getBlockSetting($block_id, 'start');
87 $filter_links = $this->getBlockSetting($block_id, 'filter', self::LINK_ALL);
88 $controls = $this->getBlockSetting($block_id, 'controls', '1');
92 … $this->getBlockSetting($block_id, 'filter_audio', '0') ? SourceMediaType::VALUE_AUDIO : null,
93 … $this->getBlockSetting($block_id, 'filter_book', '1') ? SourceMediaType::VALUE_BOOK : null,
94 … $this->getBlockSetting($block_id, 'filter_card', '1') ? SourceMediaType::VALUE_CARD : null,
95 …$this->getBlockSetting($block_id, 'filter_certificate', '1') ? SourceMediaType::VALUE_CERTIFICATE …
96 … $this->getBlockSetting($block_id, 'filter_coat', '1') ? SourceMediaType::VALUE_COAT : null,
97 …$this->getBlockSetting($block_id, 'filter_document', '1') ? SourceMediaType::VALUE_DOCUMENT : null,
98 …$this->getBlockSetting($block_id, 'filter_electronic', '1') ? SourceMediaType::VALUE_ELECTRONIC : …
[all …]
H A DFamilyTreeStatisticsModule.php92 $show_last_update = $this->getBlockSetting($block_id, 'show_last_update', '1');
93 $show_common_surnames = $this->getBlockSetting($block_id, 'show_common_surnames', '1');
94 …$number_of_surnames = (int) $this->getBlockSetting($block_id, 'number_of_surnames', self::DEFAUL…
95 $stat_indi = $this->getBlockSetting($block_id, 'stat_indi', '1');
96 $stat_fam = $this->getBlockSetting($block_id, 'stat_fam', '1');
97 $stat_sour = $this->getBlockSetting($block_id, 'stat_sour', '1');
98 $stat_media = $this->getBlockSetting($block_id, 'stat_media', '1');
99 $stat_repo = $this->getBlockSetting($block_id, 'stat_repo', '1');
100 $stat_surname = $this->getBlockSetting($block_id, 'stat_surname', '1');
101 $stat_events = $this->getBlockSetting($block_id, 'stat_events', '1');
[all …]
H A DRecentChangesModule.php103 $days = (int) $this->getBlockSetting($block_id, 'days', self::DEFAULT_DAYS);
104 $infoStyle = $this->getBlockSetting($block_id, 'infoStyle', self::DEFAULT_INFO_STYLE);
105 $sortStyle = $this->getBlockSetting($block_id, 'sortStyle', self::DEFAULT_SORT_STYLE);
106 $show_user = (bool) $this->getBlockSetting($block_id, 'show_user', self::DEFAULT_SHOW_USER);
107 $show_date = (bool) $this->getBlockSetting($block_id, 'show_date', self::DEFAULT_SHOW_DATE);
108 $source = $this->getBlockSetting($block_id, 'source', self::DEFAULT_SOURCE);
238 $days = (int) $this->getBlockSetting($block_id, 'days', self::DEFAULT_DAYS);
239 $infoStyle = $this->getBlockSetting($block_id, 'infoStyle', self::DEFAULT_INFO_STYLE);
240 $sortStyle = $this->getBlockSetting($block_id, 'sortStyle', self::DEFAULT_SORT_STYLE);
241 $show_date = $this->getBlockSetting($block_id, 'show_date', self::DEFAULT_SHOW_DATE);
[all …]
H A DHtmlBlockModule.php84 $title = $this->getBlockSetting($block_id, 'title');
85 $content = $this->getBlockSetting($block_id, 'html');
86 $show_timestamp = $this->getBlockSetting($block_id, 'show_timestamp');
87 $languages = $this->getBlockSetting($block_id, 'languages');
98 $block_timestamp = (int) $this->getBlockSetting($block_id, 'timestamp', (string) time());
181 $title = $this->getBlockSetting($block_id, 'title');
182 $html = $this->getBlockSetting($block_id, 'html');
183 $show_timestamp = $this->getBlockSetting($block_id, 'show_timestamp', '0');
184 $languages = explode(',', $this->getBlockSetting($block_id, 'languages'));
H A DUpcomingAnniversariesModule.php145 $days = (int)$this->getBlockSetting($block_id, 'days', self::DEFAULT_DAYS);
146 $filter = (bool)$this->getBlockSetting($block_id, 'filter', self::DEFAULT_FILTER);
147 $infoStyle = $this->getBlockSetting($block_id, 'infoStyle', self::DEFAULT_STYLE);
148 $sortStyle = $this->getBlockSetting($block_id, 'sortStyle', self::DEFAULT_SORT);
149 $events = $this->getBlockSetting($block_id, 'events', $default_events);
279 $days = (int) $this->getBlockSetting($block_id, 'days', self::DEFAULT_DAYS);
280 $filter = $this->getBlockSetting($block_id, 'filter', self::DEFAULT_FILTER);
281 $info_style = $this->getBlockSetting($block_id, 'infoStyle', self::DEFAULT_STYLE);
282 $sort_style = $this->getBlockSetting($block_id, 'sortStyle', self::DEFAULT_SORT);
283 $events = $this->getBlockSetting($block_id, 'events', $default_events);
H A DOnThisDayModule.php127 $filter = (bool) $this->getBlockSetting($block_id, 'filter', '1');
128 $infoStyle = $this->getBlockSetting($block_id, 'infoStyle', self::DEFAULT_STYLE);
129 $sortStyle = $this->getBlockSetting($block_id, 'sortStyle', self::DEFAULT_SORT);
130 $events = $this->getBlockSetting($block_id, 'events', $default_events);
249 $filter = $this->getBlockSetting($block_id, 'filter', '1');
250 $info_style = $this->getBlockSetting($block_id, 'infoStyle', self::DEFAULT_STYLE);
251 $sort_style = $this->getBlockSetting($block_id, 'sortStyle', self::DEFAULT_SORT);
252 $events = $this->getBlockSetting($block_id, 'events', $default_events);
H A DStoriesModule.php127 $languages = $this->getBlockSetting($block_id, 'languages');
131 'title' => $this->getBlockSetting($block_id, 'title'),
132 'story_body' => $this->getBlockSetting($block_id, 'story_body'),
234 $story->title = $this->getBlockSetting($block_id, 'title');
235 $story->languages = $this->getBlockSetting($block_id, 'languages');
290 $story_title = $this->getBlockSetting($block_id, 'title');
291 $story_body = $this->getBlockSetting($block_id, 'story_body');
292 $languages = explode(',', $this->getBlockSetting($block_id, 'languages'));
397 $story->title = $this->getBlockSetting($block_id, 'title');
398 $story->languages = $this->getBlockSetting($block_id, 'languages');
H A DYahrzeitModule.php90 $days = (int) $this->getBlockSetting($block_id, 'days', self::DEFAULT_DAYS);
91 $infoStyle = $this->getBlockSetting($block_id, 'infoStyle', self::DEFAULT_STYLE);
92 $calendar = $this->getBlockSetting($block_id, 'calendar', self::DEFAULT_CALENDAR);
249 $calendar = $this->getBlockSetting($block_id, 'calendar', 'jewish');
250 $days = $this->getBlockSetting($block_id, 'days', self::DEFAULT_DAYS);
251 $info_style = $this->getBlockSetting($block_id, 'infoStyle', 'table');
H A DResearchTaskModule.php96 … $show_other = $this->getBlockSetting($block_id, 'show_other', self::DEFAULT_SHOW_OTHER);
97 …$show_unassigned = $this->getBlockSetting($block_id, 'show_unassigned', self::DEFAULT_SHOW_UNASSIG…
98 … $show_future = $this->getBlockSetting($block_id, 'show_future', self::DEFAULT_SHOW_FUTURE);
270 … $show_other = $this->getBlockSetting($block_id, 'show_other', self::DEFAULT_SHOW_OTHER);
271 …$show_unassigned = $this->getBlockSetting($block_id, 'show_unassigned', self::DEFAULT_SHOW_UNASSIG…
272 … $show_future = $this->getBlockSetting($block_id, 'show_future', self::DEFAULT_SHOW_FUTURE);
H A DTopGivenNamesModule.php71 $num = $this->getBlockSetting($block_id, 'num', self::DEFAULT_NUMBER);
72 $infoStyle = $this->getBlockSetting($block_id, 'infoStyle', self::DEFAULT_STYLE);
174 $num = (int) $this->getBlockSetting($block_id, 'num', self::DEFAULT_NUMBER);
175 $info_style = $this->getBlockSetting($block_id, 'infoStyle', self::DEFAULT_STYLE);
H A DTopSurnamesModule.php93 $num = (int) $this->getBlockSetting($block_id, 'num', self::DEFAULT_NUMBER);
94 $info_style = $this->getBlockSetting($block_id, 'infoStyle', self::DEFAULT_STYLE);
260 $num = $this->getBlockSetting($block_id, 'num', self::DEFAULT_NUMBER);
261 $info_style = $this->getBlockSetting($block_id, 'infoStyle', self::DEFAULT_STYLE);
H A DChartsBlockModule.php90 $type = $this->getBlockSetting($block_id, 'type', 'pedigree');
91 $xref = $this->getBlockSetting($block_id, 'pid', $default_xref);
246 $type = $this->getBlockSetting($block_id, 'type', 'pedigree');
247 $xref = $this->getBlockSetting($block_id, 'pid', $default_xref);
H A DReviewChangesModule.php103 $sendmail = (bool) $this->getBlockSetting($block_id, 'sendmail', '1');
104 $days = (int) $this->getBlockSetting($block_id, 'days', '1');
255 $sendmail = $this->getBlockSetting($block_id, 'sendmail', '1');
256 $days = $this->getBlockSetting($block_id, 'days', '1');
H A DTopPageViewsModule.php73 $num = (int) $this->getBlockSetting($block_id, 'num', self::DEFAULT_NUMBER_TO_SHOW);
171 $num = $this->getBlockSetting($block_id, 'num', self::DEFAULT_NUMBER_TO_SHOW);
H A DFrequentlyAskedQuestionsModule.php297 $header = $this->getBlockSetting($block_id, 'header');
298 $body = $this->getBlockSetting($block_id, 'faqbody');
302 $languages = explode(',', $this->getBlockSetting($block_id, 'languages'));
H A DAbstractModule.php80 …final protected function getBlockSetting(int $block_id, string $setting_name, string $default = ''… function in Fisharebest\\Webtrees\\Module\\AbstractModule
/webtrees/
H A Dphpstan-baseline.neon3244 …message: '#^Method Fisharebest\\Webtrees\\Module\\AbstractModule\:\:getBlockSetting\(\) should ret…