GetResponseForControllerResultEvent

class GetResponseForControllerResultEvent extends GetResponseEvent Allows to create a response for the return value of a controller. Call setResponse() to set the response that will be returned for the current request. The propagation of this event is stopped as soon as a response is set. Methods bool isPropagationStopped() Returns whether further event listeners should be triggered. from Event stopPropagation() Stops the propagation of the event to further event listeners. from Eve

DoctrineCache::read()

ClassMetadata|false read(string $class) Returns the metadata for the given class from the cache Parameters string $class Class Name Return Value ClassMetadata|false A ClassMetadata instance or false on miss

RequestMatcherInterface

interface RequestMatcherInterface RequestMatcherInterface is an interface for strategies to match a Request. Methods bool matches(Request $request) Decides whether the rule(s) implemented by the strategy matches the supplied request. Details bool matches(Request $request) Decides whether the rule(s) implemented by the strategy matches the supplied request. Parameters Request $request The request to check for a match Return Value bool true if

PropertyPathIteratorInterface

interface PropertyPathIteratorInterface implements Iterator, SeekableIterator Methods bool isIndex() Returns whether the current element in the property path is an array index. bool isProperty() Returns whether the current element in the property path is a property name. Details bool isIndex() Returns whether the current element in the property path is an array index. Return Value bool bool isProperty()

NumericNode

class NumericNode extends ScalarNode This node represents a numeric value in the config tree. Methods __construct(string $name, NodeInterface $parent = null, $min = null, $max = null) Constructor. setAttribute($key, $value) from BaseNode getAttribute($key, $default = null) from BaseNode hasAttribute($key) from BaseNode getAttributes() from BaseNode setAttributes(array $attributes) from BaseNode removeAttribute($key) from BaseNode setInfo(string $info) S

FormTypeCsrfExtension::configureOptions()

configureOptions(OptionsResolver $resolver) Configures the options for this type. Parameters OptionsResolver $resolver The resolver for the options

EntityUserProvider::refreshUser()

UserInterface refreshUser(UserInterface $user) Refreshes the user for the account interface. It is up to the implementation to decide if the user data should be totally reloaded (e.g. from the database), or if the UserInterface object can just be merged into some internal array of users / identity map. Parameters UserInterface $user Return Value UserInterface Exceptions UnsupportedUserException if the account is not supported

History::forward()

Request forward() Goes forward in the history. Return Value Request A Request instance Exceptions LogicException if the stack is already on the last page

Container::hasParameter()

bool hasParameter(string $name) Checks if a parameter exists. Parameters string $name The parameter name Return Value bool The presence of parameter in container

RequestValueResolver::supports()

bool supports(Request $request, ArgumentMetadata $argument) Whether this resolver can resolve the value for the given ArgumentMetadata. Parameters Request $request ArgumentMetadata $argument Return Value bool