Overrides \Drupal\block\BlockBase::settings().
Overrides BlockBase::settings
File
- drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Block/AggregatorFeedBlock.php, line 29
- Contains \Drupal\aggregator\Plugin\Block\AggregatorFeedBlock.
Class
- AggregatorFeedBlock
- Provides an 'Aggregator feed' block with the latest items from the feed.
Namespace
Drupal\aggregator\Plugin\Block
Code
public function settings() {
return array(
'block_count' => 10,
);
}