Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Exception.php

function PEAR_Exception::removeObserver

Remove an exception observer

Parameters

string $label Name of the observer:

Return value

void

File

vendor/pear/pear_exception/PEAR/Exception.php, line 173

Class

PEAR_Exception
Base PEAR_Exception Class

Code

public static function removeObserver($label = 'default') {
    unset(self::$_observers[$label]);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal