public function UpdateInterface::isPrivate in Express 8
Indicates whether or not the update is private.
Return value
bool
1 method overrides UpdateInterface::isPrivate()
- UpdateBase::isPrivate in themes/
contrib/ bootstrap/ src/ Plugin/ Update/ UpdateBase.php - Indicates whether or not the update is private.
File
- themes/
contrib/ bootstrap/ src/ Plugin/ Update/ UpdateInterface.php, line 71 - Contains \Drupal\bootstrap\Plugin\Update\UpdateInterface.
Class
- UpdateInterface
- Defines the interface for an object oriented preprocess plugin.
Namespace
Drupal\bootstrap\Plugin\UpdateCode
public function isPrivate();