ParameterBagUtils::getParameterBagValue()

static mixed getParameterBagValue(ParameterBag $parameters, string $path) Returns a "parameter" value. Paths like foo[bar] will be evaluated to find deeper items in nested data structures. Parameters ParameterBag $parameters The parameter bag string $path The key Return Value mixed Exceptions InvalidArgumentException when the given path is malformed

ConfigDataCollector::getApplicationName()

getApplicationName()

PreconditionRequiredHttpException

class PreconditionRequiredHttpException extends HttpException PreconditionRequiredHttpException. Methods __construct($message = null, Exception $previous = null, $code) Constructor. int getStatusCode() Returns the status code. from HttpException array getHeaders() Returns response headers. from HttpException Details __construct($message = null, Exception $previous = null, $code) Constructor. Parameters $message Exception $previous

Component\Form\Extension

Namespaces Symfony\Component\Form\Extension\CoreSymfony\Component\Form\Extension\CsrfSymfony\Component\Form\Extension\DependencyInjectionSymfony\Component\Form\Extension\HttpFoundationSymfony\Component\Form\Extension\TemplatingSymfony\Component\Form\Extension\Validator

PhpMatcherDumper::addExpressionLanguageProvider()

addExpressionLanguageProvider(ExpressionFunctionProviderInterface $provider) Parameters ExpressionFunctionProviderInterface $provider

Component\Form\Extension\Core

Namespaces Symfony\Component\Form\Extension\Core\ChoiceListSymfony\Component\Form\Extension\Core\DataMapperSymfony\Component\Form\Extension\Core\DataTransformerSymfony\Component\Form\Extension\Core\EventListenerSymfony\Component\Form\Extension\Core\TypeSymfony\Component\Form\Extension\Core\View Classes CoreExtension Represents the main form extension, which loads the core functionality.

Yaml::parse()

static mixed parse(string $input, int $flags) Parses YAML into a PHP value. Usage: $array = Yaml::parse(filegetcontents('config.yml')); print_r($array); Parameters string $input A string containing YAML int $flags A bit field of PARSE_* constants to customize the YAML parser behavior Return Value mixed The YAML converted to a PHP value Exceptions ParseException If the YAML is not valid

AbstractRememberMeServices::loginSuccess()

final loginSuccess(Request $request, Response $response, TokenInterface $token) Implementation for RememberMeServicesInterface. This is called when an authentication is successful. Parameters Request $request Response $response TokenInterface $token

DefaultAuthenticationFailureHandler

class DefaultAuthenticationFailureHandler implements AuthenticationFailureHandlerInterface Class with the default authentication failure handling logic. Can be optionally be extended from by the developer to alter the behaviour while keeping the default behaviour. Methods __construct(HttpKernelInterface $httpKernel, HttpUtils $httpUtils, array $options = array(), LoggerInterface $logger = null) Constructor. array getOptions() Gets the options. setOptions(array $options) Sets th

AclProviderInterface::findAcl()

AclInterface findAcl(ObjectIdentityInterface $oid, array $sids = array()) Returns the ACL that belongs to the given object identity Parameters ObjectIdentityInterface $oid array $sids Return Value AclInterface Exceptions AclNotFoundException when there is no ACL