ExecutionContext deprecated::getMetadata()

MetadataInterface|null getMetadata() Returns the metadata for the currently validated value. With the core implementation, this method returns a {@link Mapping\ClassMetadata} instance if the current value is an object, a {@link Mapping\PropertyMetadata} instance if the current value is the value of a property and a {@link Mapping\GetterMetadata} instance if the validated value is the result of a getter method. If the validated value is neither of these, for example if the valida

Expression::prepend()

ValueInterface prepend(string $expr) Parameters string $expr Return Value ValueInterface

StopwatchTokenParser::decideStopwatchEnd()

decideStopwatchEnd(Twig_Token $token) Parameters Twig_Token $token

DayOfWeekTransformer

class DayOfWeekTransformer extends Transformer Parser and formatter for day of week format. Methods string format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. string getReverseMatchingRegExp(int $length) Returns a reverse matching regular expression of a string generated by format(). array extractDateOptions(string $matched, int $length) Extract date options from a matched value returned by the processing of the reverse matchi

AbstractProxy::getId()

string getId() Gets the session ID. Return Value string

ActionsHelper

class ActionsHelper extends Helper ActionsHelper manages action inclusions. Methods setCharset(string $charset) Sets the default charset. from Helper string getCharset() Gets the default charset. from Helper __construct(FragmentHandler $handler) Constructor. string render(string $uri, array $options = array()) Returns the fragment content for a given URI. controller($controller, $attributes = array(), $query = array()) string getName() Returns the canonical name o

Compiler::getPassConfig()

PassConfig getPassConfig() Returns the PassConfig. Return Value PassConfig The PassConfig instance

LdapUserProvider::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

Crawler::addContent()

addContent(string $content, null|string $type = null) Adds HTML/XML content. If the charset is not set via the content type, it is assumed to be ISO-8859-1, which is the default charset defined by the HTTP 1.1 specification. Parameters string $content A string to parse as HTML/XML null|string $type The content type of the string

AddCacheClearerPass

class AddCacheClearerPass implements CompilerPassInterface Registers the cache clearers. Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container