FieldConfigEditForm::getTitle

public FieldConfigEditForm::getTitle(FieldConfigInterface $field_config)

The _title_callback for the field settings form.

Parameters

\Drupal\field\FieldConfigInterface $field_config: The field.

Return value

string The label of the field.

File

core/modules/field_ui/src/Form/FieldConfigEditForm.php, line 199

Class

FieldConfigEditForm
Provides a form for the field settings form.

Namespace

Drupal\field_ui\Form

Code

public function getTitle(FieldConfigInterface $field_config) {
  return $field_config->label();
}
doc_Drupal
2016-10-29 09:11:04
Comments
Leave a Comment

Please login to continue.