4 * Contains \Drupal\footer\Plugin\Block\FooterBlock.
6 namespace Drupal
\footer\Plugin\Block
;
7 use Drupal\Core\Menu\MenuTreeParameters
;
8 use Drupal\Core\Block\BlockBase
;
9 use Drupal
\node\Entity\Node
;
10 use Drupal\Core\Block\BlockPluginInterface
;
11 use Drupal\Core\Form\FormStateInterface
;
15 * Provides a 'footer' block.
18 * id = "footer_block",
19 * admin_label = @Translation("Footer"),
20 * category = @Translation("RYF Custom Module")
23 class FooterBlock
extends BlockBase
implements BlockPluginInterface
{
27 public function build() {