Unverified Commit 8ac2be21 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 7d7c475d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {
+2 −2
Original line number Diff line number Diff line
@@ -15,8 +15,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 {
  use DeprecatedServicePropertyTrait;