Skip to content
Snippets Groups Projects
Unverified Commit fea54429 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3092408 by ravi.shankar, govind.maloo, Chi, alexpott: Fix broken...

Issue #3092408 by ravi.shankar, govind.maloo, Chi, alexpott: Fix broken references in Field UI module
parent 71fb25e3
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
......@@ -14,8 +14,8 @@
/**
* 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 {
......
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