Problem/Motivation

As it has been introduced in #1850080: Entity type labels lack plurality, cannot generate UI text based on label if plural is needed now we have a way to specify plural label for any entity type. Let's do it for Node module.

Proposed resolution

Add plural labels to all entity types defined by Node module. More information can be found in the change record: https://www.drupal.org/node/2689949

Remaining tasks

Write the patch.

User interface changes

Nope.

API changes

Nope.

Data model changes

Nope.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

vg3095 created an issue. See original summary.

vg3095’s picture

There were no plural labels in NodeType.php, whereas Node.php already contains plural labels.

mariancalinro’s picture

Status: Needs review » Reviewed & tested by the community

Looks good

amateescu’s picture

Status: Reviewed & tested by the community » Needs work
+++ b/core/modules/node/src/Entity/NodeType.php
@@ -17,6 +17,13 @@
+ *   ),
+ *
  *   handlers = {

There's an empty line here that we need to remove :)

vg3095’s picture

FileSize
673 bytes
vg3095’s picture

Status: Needs work » Needs review
vg3095’s picture

Status: Needs review » Closed (duplicate)

It is being handled in one big issue on Add plural labels to entity types

rosinegrean’s picture

Issue tags: -DCTransylvania