ProxyAdapter::hasItem()

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

ResourceBundleNotFoundException

class ResourceBundleNotFoundException extends RuntimeException

DayOfWeekTransformer::extractDateOptions()

array extractDateOptions(string $matched, int $length) Extract date options from a matched value returned by the processing of the reverse matching regular expression. Parameters string $matched The matched value int $length The length of the Transformer pattern string Return Value array An associative array

TwigDataCollector::getName()

string getName() Returns the name of the collector. Return Value string The collector name

TokenInterface::getRoles()

RoleInterface[] getRoles() Returns the user roles. Return Value RoleInterface[] An array of RoleInterface instances

Crawler::link()

Link link(string $method = 'get') Returns a Link object for the first node in the list. Parameters string $method The method for the link (get by default) Return Value Link A Link instance Exceptions InvalidArgumentException If the current node list is empty or the selected node is not instance of DOMElement

ConstraintViolationInterface::getPlural()

int|null getPlural() Returns a number for pluralizing the violation message. For example, the message template could have different translation based on a parameter "choices": Please select exactly one entry. (choices=1) Please select two entries. (choices=2) This method returns the value of the parameter for choosing the right pluralization form (in this case "choices"). Return Value int|null The number to use to pluralize of the message

CompiledRoute::serialize()

serialize() {@inheritdoc}

FormConfigBuilder::getAction()

string getAction() Returns the target URL of the form. Return Value string The target URL of the form

RequestDataCollector::getContent()

getContent()