FunctionNode::getSelector()

NodeInterface getSelector() Return Value NodeInterface

PseudoNode::getSelector()

NodeInterface getSelector() Return Value NodeInterface

DefaultCsrfProvider deprecated::isCsrfTokenValid()

bool isCsrfTokenValid(string $intention, string $token) Validates a CSRF token. Parameters string $intention The intention used when generating the CSRF token string $token The token supplied by the browser Return Value bool Whether the token supplied by the browser is correct

MemoryDataCollector::getMemoryLimit()

int getMemoryLimit() Gets the PHP memory limit. Return Value int The memory limit

Response::closeOutputBuffers()

static closeOutputBuffers(int $targetLevel, bool $flush) Cleans or flushes output buffers up to target level. Resulting level can be greater than target level if a non-removable buffer has been encountered. Parameters int $targetLevel The target output buffering level bool $flush Whether to flush or clean the buffers

ValidatorBuilder::addMethodMapping()

ValidatorBuilderInterface addMethodMapping(string $methodName) Enables constraint mapping using the given static method. Parameters string $methodName The name of the method Return Value ValidatorBuilderInterface The builder object

Component\VarDumper\Caster

Classes ConstStub Represents a PHP constant and its value. CutStub Represents the main properties of a PHP variable, pre-casted by a caster. DOMCaster Casts DOM related classes to array representation. DoctrineCaster Casts Doctrine related classes to array representation. ExceptionCaster Casts common Exception classes to array representation. PdoCaster Casts PDO related classes to array representation. ReflectionCaster Casts Reflector related classes to array represen

WebProfilerExtension::dumpValue()

dumpValue($value) Parameters $value

AddSecurityVotersPass

class AddSecurityVotersPass implements CompilerPassInterface Adds all configured security voters to the access decision manager. 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

ChoiceList deprecated::getValues()

array getValues() Returns the values for the choices. Return Value array The values with the corresponding choice indices as keys