Options

interface Options implements ArrayAccess, Countable Contains resolved option values.

AuthenticationUtils::getLastUsername()

string getLastUsername() Return Value string

AbstractAdapter::getItem()

getItem($key) {@inheritdoc} Parameters $key

PhpEngine::offsetUnset()

offsetUnset(string $name) Removes a helper. Parameters string $name The helper name Exceptions LogicException

SerializerPass

class SerializerPass implements CompilerPassInterface Adds all services with the tags "serializer.encoder" and "serializer.normalizer" as encoders and normalizers to the Serializer service. Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $co

ConstraintValidatorInterface

interface ConstraintValidatorInterface Methods initialize(ExecutionContextInterface $context) Initializes the constraint validator. validate(mixed $value, Constraint $constraint) Checks if the passed value is valid. Details initialize(ExecutionContextInterface $context) Initializes the constraint validator. Parameters ExecutionContextInterface $context The current validation context validate(mixed $value, Co

RegionBundleInterface::getCountryNames()

string[] getCountryNames(string $displayLocale = null) Returns the names of all known countries. Parameters string $displayLocale Optional. The locale to return the names in Defaults to {@link \Locale::getDefault()}. Return Value string[] A list of country names indexed by country codes

TwigRendererEngine::setEnvironment()

setEnvironment(Twig_Environment $environment) Sets Twig's environment. Parameters Twig_Environment $environment

CacheItem::getKey()

getKey() {@inheritdoc}

Request::getPort()

string getPort() Returns the port on which the request is made. This method can read the client port from the "X-Forwarded-Port" header when trusted proxies were set via "setTrustedProxies()". The "X-Forwarded-Port" header must contain the client port. If your reverse proxy uses a different header name than "X-Forwarded-Port", configure it via "setTrustedHeaderName()" with the "client-port" key. Return Value string