Problem/Motivation

NodeTypeListBuilder has a typo in constructor docs.

Proposed resolution

@@ -31,7 +31,7 @@ class NodeTypeListBuilder extends ConfigEntityListBuilder {
   protected $urlGenerator;
 
   /**
-   * Constructs a NodeTypeForm object.
+   * Constructs a NodeTypeListBuilder object.
    *

Remaining tasks

Commit.

Beta: This is a one-line correction (bug fix) in API docs, unfrozen, fine to commit now

User interface changes

None.

API changes

None.

CommentFileSizeAuthor
node-type-list-builder-typo.patch551 bytespenyaskito

Comments

dawehner’s picture

Component: node system » documentation
Priority: Normal » Minor
Status: Needs review » Reviewed & tested by the community

Mh k, but this is in no way not a minor issue.

jhodgdon’s picture

Issue summary: View changes
Status: Reviewed & tested by the community » Fixed

Beta eval added. Actually I'll just commit this. Thanks!

  • jhodgdon committed c3aa5f4 on 8.0.x
    Issue #2391317 by penyaskito: NodeTypeListBuilder typo
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.