public function FlaggingCollectionInterface::setPublished in Flag Lists 8
Same name and namespace in other branches
- 4.0.x src/Entity/FlaggingCollectionInterface.php \Drupal\flag_lists\Entity\FlaggingCollectionInterface::setPublished()
Sets the published status of a Flagging collection.
Parameters
bool $published: TRUE to set this Flagging collection to published, FALSE to set it to unpublished.
Return value
\Drupal\flag_lists\Entity\FlaggingCollectionInterface The called Flagging collection entity.
1 method overrides FlaggingCollectionInterface::setPublished()
- FlaggingCollection::setPublished in src/
Entity/ FlaggingCollection.php - Sets the published status of a Flagging collection.
File
- src/
Entity/ FlaggingCollectionInterface.php, line 77
Class
- FlaggingCollectionInterface
- Provides an interface for defining Flagging collection entities.
Namespace
Drupal\flag_lists\EntityCode
public function setPublished($published);