You are here

public function TestAttributesBlock::blockForm in Drupal 10

Overrides BlockPluginTrait::blockForm

File

core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/TestAttributesBlock.php, line 22

Class

TestAttributesBlock
Provides a 'TestAttributes' block.

Namespace

Drupal\layout_builder_test\Plugin\Block

Code

public function blockForm($form, FormStateInterface $form_state) {
  return $form;
}