UsernamePasswordToken::eraseCredentials()

eraseCredentials() Removes sensitive information from the token.

ExpressionLanguage::addFunction()

addFunction(ExpressionFunction $function) Parameters ExpressionFunction $function

BirthdayType::getParent()

string|null getParent() Returns the name of the parent type. Return Value string|null The name of the parent type if any, null otherwise

PostResponseEvent

class PostResponseEvent extends KernelEvent Allows to execute logic after a response was sent. Since it's only triggered on master requests, the getRequestType() method will always return the value of HttpKernelInterface::MASTER_REQUEST. 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 Event setDispatcher(EventDispatcherInterface $dispat

NullOutput::isDecorated()

bool isDecorated() Gets the decorated flag. Return Value bool true if the output will decorate messages, false otherwise

SimpleXMLElement deprecated::phpize()

static mixed phpize(mixed $value) Converts an xml value to a PHP type. Parameters mixed $value Return Value mixed

CompilationContext::getIcuVersion()

string getIcuVersion() Returns the ICU version of the bundles being converted. Return Value string The ICU version string.

Component\PropertyInfo

Namespaces Symfony\Component\PropertyInfo\Extractor Classes PropertyInfoExtractor Default {see PropertyInfoExtractorInterface} implementation. Type Type value object (immutable). Interfaces PropertyAccessExtractorInterface Guesses if the property can be accessed or mutated. PropertyDescriptionExtractorInterface Description extractor Interface. PropertyInfoExtractorInterface Gets info about PHP class properties. PropertyListExtractorInterface Extracts the list of prope

ExecutableFinder::find()

string find(string $name, string $default = null, array $extraDirs = array()) Finds an executable by name. Parameters string $name The executable name (without the extension) string $default The default to return if no executable is found array $extraDirs Additional dirs to check into Return Value string The executable path or default value

NotEqualTo

class NotEqualTo extends AbstractComparison Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. IS_EQUAL_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $message $value fr