SymfonyStyle::caution()

caution(string|array $message) Formats a caution admonition. Parameters string|array $message

AttributeMetadata::getName()

string getName() Gets the attribute name. Return Value string

StyleInterface::caution()

caution(string|array $message) Formats a caution admonition. Parameters string|array $message

UsernamePasswordToken

class UsernamePasswordToken extends AbstractToken UsernamePasswordToken implements a username and password token. Methods __construct(string|object $user, string $credentials, string $providerKey, array $roles = array()) Constructor. RoleInterface[] getRoles() Returns the user roles. from AbstractToken string getUsername() Returns the username. from AbstractToken mixed getUser() Returns a user representation. from AbstractToken setUser(mixed $user) Sets a user. from Abs

Esi::renderIncludeTag()

string renderIncludeTag(string $uri, string $alt = null, bool $ignoreErrors = true, string $comment = '') Renders an ESI tag. Parameters string $uri A URI string $alt An alternate URI bool $ignoreErrors Whether to ignore errors or not string $comment A comment to add as an esi:include tag Return Value string

FormExtension::getName()

getName() {@inheritdoc}

SsiFragmentRenderer

class SsiFragmentRenderer extends AbstractSurrogateFragmentRenderer Implements the SSI rendering strategy. Methods setFragmentPath(string $path) Sets the fragment path that triggers the fragment listener. from RoutableFragmentRenderer __construct(SurrogateInterface $surrogate = null, FragmentRendererInterface $inlineStrategy, UriSigner $signer = null) Constructor. from AbstractSurrogateFragmentRenderer Response render(string|ControllerReference $uri, Request $request, array $opti

Country

class Country extends Constraint Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. NO_SUCH_COUNTRY_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $message Methods stati

NodeBuilder

class NodeBuilder implements NodeParentInterface This class provides a fluent interface for building a node. Methods __construct() Constructor. NodeBuilder setParent(ParentNodeDefinitionInterface $parent = null) Set the parent node. ArrayNodeDefinition arrayNode(string $name) Creates a child array node. ScalarNodeDefinition scalarNode(string $name) Creates a child scalar node. BooleanNodeDefinition booleanNode(string $name) Creates a child Boolean node. IntegerNode

Request::normalizeQueryString()

static string normalizeQueryString(string $qs) Normalizes a query string. It builds a normalized query string, where keys/value pairs are alphabetized, have consistent escaping and unneeded delimiters are removed. Parameters string $qs Query string Return Value string A normalized query string for the Request