Client::setServerParameters()

setServerParameters(array $server) Sets server parameters. Parameters array $server An array of server parameters

StreamedResponse::setCallback()

setCallback(callable $callback) Sets the PHP callback associated with this Response. Parameters callable $callback A valid PHP callback

ContainerBuilder::getDefinitions()

Definition[] getDefinitions() Gets all service definitions. Return Value Definition[] An array of Definition instances

Kernel::getBundles()

BundleInterface[] getBundles() Gets the registered bundle instances. Return Value BundleInterface[] An array of registered bundle instances

Alias::setPublic()

setPublic(bool $boolean) Sets if this Alias is public. Parameters bool $boolean If this Alias should be public

Kernel::getLogDir()

string getLogDir() Gets the log directory. Return Value string The log directory

KernelInterface::getName()

string getName() Gets the name of the kernel. Return Value string The kernel name

LoggerDataCollector::getPriorities()

getPriorities()

ProfilerStorageInterface::write()

bool write(Profile $profile) Saves a Profile. Parameters Profile $profile A Profile instance Return Value bool Write operation successful

SecurityExtension

class SecurityExtension extends Extension SecurityExtension. Methods string getXsdValidationBasePath() Returns the base path for the XSD files. string getNamespace() Returns the namespace to be used for this extension (XML namespace). string getAlias() Returns the recommended alias to use in XML. from Extension ConfigurationInterface|null getConfiguration(array $config, ContainerBuilder $container) Returns extension configuration. array getClassesToCompile() Gets the c