Issue #3092408 by ravi.shankar, govind.maloo, Chi, alexpott: Fix broken references in Field UI module
parent
71fb25e331
commit
fea5442930
|
@ -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 @@ 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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue