AbstractLogger::error() – Runtime errors that do not require immediate action but should typically be logged and monitored.
each_limit_all() – Like each_limit, but ensures that no promise in the given $iterable argument is rejected. If any promise is rejected, then the aggregate promise is rejected with the encountered rejection.
each_limit() – Like each, but only allows a certain number of outstanding promises at any given time.
each() – Given an iterator that yields promises or values, returns a promise that is fulfilled with a null value when the iterator has been consumed or the aggregate promise has been fulfilled or rejected.
EnvPlaceholderParameterBag::getEnvPlaceholders() – Returns the map of env vars used in the resolved parameter values to their placeholders.
EnvPlaceholderParameterBag::getProvidedTypes() – Gets the PHP types corresponding to env() parameter prefixes.
EnvPlaceholderParameterBag::mergeEnvPlaceholders() – Merges the env placeholders of another EnvPlaceholderParameterBag.
error() – Runtime errors that do not require immediate action but should typically be logged and monitored.