Issue #1847952 by Gábor Hojtsy: Fixed 'Node' entity type not viable name for user presentation.

8.0.x
webchick 2012-11-26 20:32:18 -08:00
parent 55876f68e8
commit 048717a5c7
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ use Drupal\Core\Annotation\Translation;
*
* @Plugin(
* id = "node",
* label = @Translation("Node"),
* label = @Translation("Content"),
* module = "node",
* controller_class = "Drupal\node\NodeStorageController",
* render_controller_class = "Drupal\node\NodeRenderController",