function FieldUiTestHooks::regionCallback

Same name and namespace in other branches
  1. 11.x core/modules/field_ui/tests/modules/field_ui_test/src/Hook/FieldUiTestHooks.php \Drupal\field_ui_test\Hook\FieldUiTestHooks::regionCallback()

File

core/modules/field_ui/tests/modules/field_ui_test/src/Hook/FieldUiTestHooks.php, line 97

Class

FieldUiTestHooks
Hook implementations for field_ui_test.

Namespace

Drupal\field_ui_test\Hook

Code

public function regionCallback($row) : string {
  return 'content';
}

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