TestMultipleFormsBlock.php

Namespace

Drupal\block_test\Plugin\Block

File

core/modules/block/tests/modules/block_test/src/Plugin/Block/TestMultipleFormsBlock.php

View source
<?php

namespace Drupal\block_test\Plugin\Block;

use Drupal\block_test\PluginForm\EmptyBlockForm;
use Drupal\Core\Block\Attribute\Block;
use Drupal\Core\Block\BlockBase;
use Drupal\Core\StringTranslation\TranslatableMarkup;

/**
 * Provides a block with multiple forms.
 */
class TestMultipleFormsBlock extends BlockBase {
  
  /**
   * {@inheritdoc}
   */
  public function build() {
    return [];
  }

}

Classes

Title Deprecated Summary
TestMultipleFormsBlock Provides a block with multiple forms.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.