Same name and namespace in other branches
  1. 8.9.x core/modules/node/src/NodeTypeInterface.php \Drupal\node\NodeTypeInterface::getDescription()
  2. 9 core/modules/node/src/NodeTypeInterface.php \Drupal\node\NodeTypeInterface::getDescription()

Gets the description.

Return value

string The description of this node type.

1 method overrides NodeTypeInterface::getDescription()
NodeType::getDescription in core/modules/node/src/Entity/NodeType.php
Gets the description.

File

core/modules/node/src/NodeTypeInterface.php, line 75

Class

NodeTypeInterface
Provides an interface defining a node type entity.

Namespace

Drupal\node

Code

public function getDescription();