Example #1
0
 protected function getClipboardBlocks()
 {
     if (is_array($this->blockIds) && count($this->blockIds)) {
         return $this->blockManager->findById($this->blockIds, true);
     }
     return [];
 }