update = $update; } /** * Around getDbUpdateString * * @param \Magento\Framework\View\Model\Layout\Merge $subject * @param callable $proceed * @param string $handle * @return string * @SuppressWarnings(PHPMD.UnusedFormalParameter) */ public function aroundGetDbUpdateString( \Magento\Framework\View\Model\Layout\Merge $subject, \Closure $proceed, $handle ) { return $this->update->fetchUpdatesByHandle($handle, $subject->getTheme(), $subject->getScope()); } }