BlockListBuilder::getFormId

public BlockListBuilder::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/block/src/BlockListBuilder.php, line 112

Class

BlockListBuilder
Defines a class to build a listing of block entities.

Namespace

Drupal\block

Code

1
2
3
public function getFormId() {
  return 'block_admin_display_form';
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.