コード例 #1
0
 /**
  * Check if a given block type exists.
  *
  * @param string $type Block type to check for
  *
  * @return bool
  */
 public function exists($type)
 {
     return $this->blockContextManager->exists($type);
 }