10, ]; } /** * {@inheritdoc} */ protected function blockAccess(AccountInterface $account) { return AccessResult::allowedIfHasPermission($account, 'access content'); } /** * {@inheritdoc} */ public function build() { return [ '#theme' => 'feed_icon', '#url' => 'rss.xml', ]; } }