FormConfigBuilder::hasAttribute()

bool hasAttribute(string $name) Returns whether the attribute with the given name exists. Parameters string $name The attribute name Return Value bool Whether the attribute exists

Route::addDefaults()

Route addDefaults(array $defaults) Adds defaults. This method implements a fluent interface. Parameters array $defaults The defaults Return Value Route The current Route instance

RouteCompiler

class RouteCompiler implements RouteCompilerInterface RouteCompiler compiles Route instances to CompiledRoute instances. Constants REGEX_DELIMITER SEPARATORS This string defines the characters that are automatically considered separators in front of optional placeholders (with default and no static text following). Such a single separator can be left out together with the optional placeholder from matching and generating URLs. Methods static CompiledRoute compile(Route $route) C

AclInterface::isGranted()

bool isGranted(array $masks, array $securityIdentities, bool $administrativeMode = false) Determines whether access is granted Parameters array $masks array $securityIdentities bool $administrativeMode Return Value bool Exceptions NoAceFoundException when no ACE was applicable for this request

InputArgument::setDefault()

setDefault(mixed $default = null) Sets the default value. Parameters mixed $default The default value Exceptions LogicException When incorrect default value is given

FormView::offsetSet()

offsetSet($name, $value) Implements \ArrayAccess. Parameters $name $value Exceptions BadMethodCallException always as setting a child by name is not allowed

Response::sendContent()

Response sendContent() Sends content for the current web response. Return Value Response

MessageCatalogueInterface::getLocale()

string getLocale() Gets the catalogue locale. Return Value string The locale

Response::setDate()

Response setDate(DateTime $date) Sets the Date header. Parameters DateTime $date A \DateTime instance Return Value Response

DenormalizerAwareTrait

trait DenormalizerAwareTrait DenormalizerAware trait. Methods setDenormalizer(DenormalizerInterface $denormalizer) Sets the Denormalizer. Details setDenormalizer(DenormalizerInterface $denormalizer) Sets the Denormalizer. Parameters DenormalizerInterface $denormalizer A DenormalizerInterface instance