public function NodeInterface::isPromoted in Drupal 10
Same name and namespace in other branches
- 8 core/modules/node/src/NodeInterface.php \Drupal\node\NodeInterface::isPromoted()
 - 9 core/modules/node/src/NodeInterface.php \Drupal\node\NodeInterface::isPromoted()
 
Returns the node promotion status.
Return value
bool TRUE if the node is promoted.
File
- core/
modules/ node/ src/ NodeInterface.php, line 98  
Class
- NodeInterface
 - Provides an interface defining a node entity.
 
Namespace
Drupal\nodeCode
public function isPromoted();