public NodeInterface::isPromoted()
Returns the node promotion status.
Return value
bool TRUE if the node is promoted.
File
- core/modules/node/src/NodeInterface.php, line 67
Class
- NodeInterface
- Provides an interface defining a node entity.
Namespace
Drupal\node
Code
public function isPromoted();
Please login to continue.