Issue #3092408 by ravi.shankar, govind.maloo, Chi, alexpott: Fix broken references in Field UI module

merge-requests/2419/head
Alex Pott 2020-01-20 11:12:59 +00:00
parent 71fb25e331
commit fea5442930
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
2 changed files with 3 additions and 3 deletions

View File

@ -119,7 +119,7 @@ function field_ui_entity_bundle_create($entity_type, $bundle) {
*
* Adds a button 'Save and manage fields' to the 'Create content type' form.
*
* @see node_type_form()
* @see \Drupal\node\NodeTypeForm
* @see field_ui_form_node_type_form_submit()
*/
function field_ui_form_node_type_form_alter(&$form, FormStateInterface $form_state) {

View File

@ -14,8 +14,8 @@ use Drupal\Core\Link;
/**
* Defines a class to build a listing of fields.
*
* @see \Drupal\field\Entity\Field
* @see field_ui_entity_info()
* @see \Drupal\field\Entity\FieldStorageConfig
* @see field_ui_entity_type_build()
*/
class FieldStorageConfigListBuilder extends ConfigEntityListBuilder {