Returns whether the callback identified by the given callback identifier is currently referenced.
string $callbackId The callback identifier.:
bool `true` if the callback is currently referenced, otherwise `false`.
public static function isReferenced(string $callbackId) : bool { return self::getDriver()->isReferenced($callbackId); }