Skip to content
Snippets Groups Projects
Commit 5bc4f662 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2606276 by zsofi.major: "Content type where is used this field"...

Issue #2606276 by zsofi.major: "Content type where is used this field" incorrect in FieldInstance.php
parent aa4885c8
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -40,7 +40,7 @@ public function query() {
public function fields() {
return array(
'field_name' => $this->t('The machine name of field.'),
'type_name' => $this->t('Content type where is used this field.'),
'type_name' => $this->t('Content type where this field is in use.'),
'weight' => $this->t('Weight.'),
'label' => $this->t('A name to show.'),
'widget_type' => $this->t('Widget type.'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment