public function RecentCommentsBlock::settings

Overrides \Drupal\block\BlockBase::settings().

Overrides BlockBase::settings

File

drupal/core/modules/comment/lib/Drupal/comment/Plugin/Block/RecentCommentsBlock.php, line 28
Contains \Drupal\comment\Plugin\Block\RecentCommentsBlock.

Class

RecentCommentsBlock
Provides a 'Recent comments' block.

Namespace

Drupal\comment\Plugin\Block

Code

public function settings() {
  return array(
    'block_count' => 10,
  );
}