public NodeInterface::getType()
Gets the node type.
Return value
string The node type.
File
- core/modules/node/src/NodeInterface.php, line 21
Class
- NodeInterface
- Provides an interface defining a node entity.
Namespace
Drupal\node
Code
public function getType();
Please login to continue.