aggregator.settings.yml

Same filename and directory in other branches
  1. 8.9.x core/modules/aggregator/config/install/aggregator.settings.yml
core/modules/aggregator/config/install/aggregator.settings.yml
9 string references to 'aggregator.settings'
DefaultProcessor::buildConfigurationForm in core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php
Form constructor.
DefaultProcessor::getEditableConfigNames in core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php
Gets the configuration names that will be editable.
DefaultProcessor::setConfiguration in core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php
Sets the configuration for this plugin instance.
FeedViewBuilder::createInstance in core/modules/aggregator/src/FeedViewBuilder.php
Instantiates a new instance of this entity handler.
ItemsImporter::__construct in core/modules/aggregator/src/ItemsImporter.php
Constructs an Importer object.

... See full list

File

core/modules/aggregator/config/install/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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.