You are here

public function DateiCalFeedsParser::configDefaults in Date iCal 7.3

Defines the default settings shown on the configuration form.

File

includes/DateiCalFeedsParser.inc, line 85
DateiCalFeedsParser is Date iCal's Feeds parser plugin.

Class

DateiCalFeedsParser
@file DateiCalFeedsParser is Date iCal's Feeds parser plugin.

Code

public function configDefaults() {
  return array(
    'indefinite_count' => '52',
    'indefinite_message_display' => TRUE,
    'until_not_utc' => FALSE,
    'skip_days' => NULL,
  );
}