public function UpdateBase::isPrivate in Express 8
Indicates whether or not the update is private.
Return value
bool
Overrides UpdateInterface::isPrivate
File
- themes/
contrib/ bootstrap/ src/ Plugin/ Update/ UpdateBase.php, line 65 - Contains \Drupal\bootstrap\Plugin\Update\UpdateBase.
Class
- UpdateBase
- Base class for an update.
Namespace
Drupal\bootstrap\Plugin\UpdateCode
public function isPrivate() {
return !empty($this->pluginDefinition['private']);
}