Ejemplo n.º 1
0
 /**
  * Implements \Drupal\Core\Config\Entity\ConfigEntityInterface::disable().
  */
 public function disable()
 {
     return $this->storage->disable();
 }