public function KeywordInterface::isPublished in Alinks 8
Returns the Keyword published status indicator.
Unpublished Keyword are only visible to restricted users.
Return value
bool TRUE if the Keyword is published.
1 method overrides KeywordInterface::isPublished()
- Keyword::isPublished in src/
Entity/ Keyword.php - Returns the Keyword published status indicator.
File
- src/
Entity/ KeywordInterface.php, line 62
Class
- KeywordInterface
- Provides an interface for defining Keyword entities.
Namespace
Drupal\alinks\EntityCode
public function isPublished();