function NodeType::getDescription
Gets the description.
Return value
string The description of this node type.
Overrides NodeTypeInterface::getDescription
File
-
core/
modules/ node/ src/ Entity/ NodeType.php, line 177
Class
- NodeType
- Defines the Node type configuration entity.
Namespace
Drupal\node\EntityCode
public function getDescription() {
return $this->description;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.