aggregator.settings.yml

drupal/core/modules/aggregator/config/aggregator.settings.yml
7 string references to 'aggregator.settings'
aggregator_refresh in drupal/core/modules/aggregator/aggregator.module
Checks a news feed for new items.
aggregator_update_8000 in drupal/core/modules/aggregator/aggregator.install
Moves aggregator settings from variables to config.
DefaultProcessor::settingsForm in drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/processor/DefaultProcessor.php
Implements \Drupal\aggregator\Plugin\ProcessorInterface::settingsForm().
DefaultProcessor::settingsSubmit in drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/processor/DefaultProcessor.php
Implements \Drupal\aggregator\Plugin\ProcessorInterface::settingsSubmit().
SettingsForm::buildForm in drupal/core/modules/aggregator/lib/Drupal/aggregator/Form/SettingsForm.php
Implements \Drupal\Core\Form\FormInterface::buildForm().

... See full list

File

drupal/core/modules/aggregator/config/aggregator.settings.yml
View source
  1. fetcher: aggregator
  2. parser: aggregator
  3. processors:
  4. - aggregator
  5. items:
  6. allowed_html: '<a> <b> <br> <dd> <dl> <dt> <em> <i> <li> <ol> <p> <strong> <u> <ul>'
  7. teaser_length: '600'
  8. expire: '9676800'
  9. source:
  10. list_max: '3'
  11. category_selector: checkboxes