Returns plugin-specific settings for the block.
Block plugins only need to override this method if they override the defaults provided in BlockBase::settings().
array An array of block-specific settings to override the defaults provided in BlockBase::settings().
Overrides BlockPluginInterface::settings
\Drupal\block\BlockBase::settings().
public function settings() {
return array();
}