Overrides BlockPluginInterface::build
public function build() { $title = $this->configuration['label']; return [ '#theme' => 'feed_icon', '#url' => Url::fromUri('internal:/rss.xml'), '#title' => $title, ]; }