NodeInterface::isPromoted

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

1
public function isPromoted();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.