Home
last modified time | relevance | path

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

/webtrees/app/Module/
H A DFamilyTreeStatisticsModule.php261 $this->setBlockSetting($block_id, 'show_last_update', (string) $show_last_update);
262 $this->setBlockSetting($block_id, 'show_common_surnames', (string) $show_common_surnames);
263 $this->setBlockSetting($block_id, 'number_of_surnames', (string) $number_of_surnames);
264 $this->setBlockSetting($block_id, 'stat_indi', (string) $stat_indi);
265 $this->setBlockSetting($block_id, 'stat_fam', (string) $stat_fam);
266 $this->setBlockSetting($block_id, 'stat_sour', (string) $stat_sour);
267 $this->setBlockSetting($block_id, 'stat_other', (string) $stat_other);
268 $this->setBlockSetting($block_id, 'stat_media', (string) $stat_media);
269 $this->setBlockSetting($block_id, 'stat_repo', (string) $stat_repo);
270 $this->setBlockSetting($block_id, 'stat_surname', (string) $stat_surname);
[all …]
H A DSlideShowModule.php244 … $this->setBlockSetting($block_id, 'filter', Validator::parsedBody($request)->string('filter'));
245 …$this->setBlockSetting($block_id, 'controls', Validator::parsedBody($request)->string('controls'));
246 … $this->setBlockSetting($block_id, 'start', Validator::parsedBody($request)->string('start'));
247 …$this->setBlockSetting($block_id, 'filter_' . strtolower(SourceMediaType::VALUE_AUDIO), (string) V…
248 …$this->setBlockSetting($block_id, 'filter_' . strtolower(SourceMediaType::VALUE_BOOK), (string) Va…
249 …$this->setBlockSetting($block_id, 'filter_' . strtolower(SourceMediaType::VALUE_CARD), (string) Va…
250 …$this->setBlockSetting($block_id, 'filter_' . strtolower(SourceMediaType::VALUE_CERTIFICATE), (str…
251 …$this->setBlockSetting($block_id, 'filter_' . strtolower(SourceMediaType::VALUE_COAT), (string) Va…
252 …$this->setBlockSetting($block_id, 'filter_' . strtolower(SourceMediaType::VALUE_DOCUMENT), (string…
253 …$this->setBlockSetting($block_id, 'filter_' . strtolower(SourceMediaType::VALUE_ELECTRONIC), (stri…
[all …]
H A DHtmlBlockModule.php164 $this->setBlockSetting($block_id, 'title', $title);
165 $this->setBlockSetting($block_id, 'html', $this->html_service->sanitize($html));
166 $this->setBlockSetting($block_id, 'show_timestamp', (string) $show_timestamp);
167 $this->setBlockSetting($block_id, 'timestamp', (string) time());
168 $this->setBlockSetting($block_id, 'languages', implode(',', $languages));
H A DRecentChangesModule.php220 $this->setBlockSetting($block_id, 'days', (string) $days);
221 $this->setBlockSetting($block_id, 'infoStyle', $info_style);
222 $this->setBlockSetting($block_id, 'sortStyle', $sort_style);
223 $this->setBlockSetting($block_id, 'show_date', (string) $show_date);
224 $this->setBlockSetting($block_id, 'show_user', (string) $show_user);
225 $this->setBlockSetting($block_id, 'source', $source);
H A DUpcomingAnniversariesModule.php260 $this->setBlockSetting($block_id, 'days', (string)$days);
261 $this->setBlockSetting($block_id, 'filter', (string)$filter);
262 $this->setBlockSetting($block_id, 'infoStyle', $info_style);
263 $this->setBlockSetting($block_id, 'sortStyle', $sort_style);
264 $this->setBlockSetting($block_id, 'events', implode(',', $events));
H A DOnThisDayModule.php231 $this->setBlockSetting($block_id, 'filter', $filter);
232 $this->setBlockSetting($block_id, 'infoStyle', $info_style);
233 $this->setBlockSetting($block_id, 'sortStyle', $sort_style);
234 $this->setBlockSetting($block_id, 'events', implode(',', $events));
H A DYahrzeitModule.php234 $this->setBlockSetting($block_id, 'days', $days);
235 $this->setBlockSetting($block_id, 'infoStyle', $info_style);
236 $this->setBlockSetting($block_id, 'calendar', $calendar);
H A DResearchTaskModule.php255 $this->setBlockSetting($block_id, 'show_other', (string) $show_other);
256 $this->setBlockSetting($block_id, 'show_unassigned', (string) $show_unassigned);
257 $this->setBlockSetting($block_id, 'show_future', (string) $show_future);
H A DStoriesModule.php345 $this->setBlockSetting($block_id, 'story_body', $story_body);
346 $this->setBlockSetting($block_id, 'title', $story_title);
347 $this->setBlockSetting($block_id, 'languages', implode(',', $languages));
H A DFrequentlyAskedQuestionsModule.php363 $this->setBlockSetting($block_id, 'faqbody', $body);
364 $this->setBlockSetting($block_id, 'header', $header);
365 $this->setBlockSetting($block_id, 'languages', implode(',', $languages));
H A DTopGivenNamesModule.php160 $this->setBlockSetting($block_id, 'num', (string) $num);
161 $this->setBlockSetting($block_id, 'infoStyle', $info_style);
H A DTopSurnamesModule.php246 $this->setBlockSetting($block_id, 'num', (string) $num);
247 $this->setBlockSetting($block_id, 'infoStyle', $info_style);
H A DChartsBlockModule.php228 $this->setBlockSetting($block_id, 'type', $type);
229 $this->setBlockSetting($block_id, 'pid', $xref);
H A DReviewChangesModule.php241 $this->setBlockSetting($block_id, 'days', (string) $days);
242 $this->setBlockSetting($block_id, 'sendmail', $sendmail);
H A DTopPageViewsModule.php158 $this->setBlockSetting($block_id, 'num', (string) $num);
H A DAbstractModule.php100 …final protected function setBlockSetting(int $block_id, string $setting_name, string $setting_valu… function in Fisharebest\\Webtrees\\Module\\AbstractModule