FieldVote::getDomainObject()

getDomainObject()

RegistryInterface::resetEntityManager()

EntityManager resetEntityManager(string $name = null) Resets a named entity manager. This method is useful when an entity manager has been closed because of a rollbacked transaction AND when you think that it makes sense to get a new one to replace the closed one. Be warned that you will get a brand new entity manager as the existing one is not useable anymore. This means that any other object with a dependency on this entity manager will hold an obsolete reference. You can injec

ProcessBuilder::addEnvironmentVariables()

ProcessBuilder addEnvironmentVariables(array $variables) Adds a set of environment variables. Already existing environment variables with the same name will be overridden by the new values passed to this method. Pass null to unset a variable. Parameters array $variables The variables Return Value ProcessBuilder

RedirectController

class RedirectController implements ContainerAwareInterface Redirects a request to another URL. Traits ContainerAwareTrait ContainerAware trait. Methods setContainer(ContainerInterface $container = null) Sets the container. from ContainerAwareTrait Response redirectAction(Request $request, string $route, bool $permanent = false, bool|array $ignoreAttributes = false) Redirects to another route with the given name. Response urlRedirectAction(Request $request, string $path, b

ElementNode::getSpecificity()

Specificity getSpecificity() Returns node's specificity. Return Value Specificity

Component\Form\Extension\Core\View

Classes ChoiceView Represents a choice in templates.

AuthenticationTrustResolverInterface

interface AuthenticationTrustResolverInterface Interface for resolving the authentication status of a given token. Methods bool isAnonymous(TokenInterface $token = null) Resolves whether the passed token implementation is authenticated anonymously. bool isRememberMe(TokenInterface $token = null) Resolves whether the passed token implementation is authenticated using remember-me capabilities. bool isFullFledged(TokenInterface $token = null) Resolves whether the passed token impl

FilePathsIterator deprecated::current()

SplFileInfo current() Return an instance of SplFileInfo with support for relative paths. Return Value SplFileInfo File information

ListenerInterface

interface ListenerInterface Interface that must be implemented by firewall listeners. Methods handle(GetResponseEvent $event) This interface must be implemented by firewall listeners. Details handle(GetResponseEvent $event) This interface must be implemented by firewall listeners. Parameters GetResponseEvent $event

HtmlDumper::setDumpBoundaries()

setDumpBoundaries(string $prefix, string $suffix) Sets an HTML prefix and suffix that will encapse every single dump. Parameters string $prefix The prepended HTML string string $suffix The appended HTML string