Component\Form\Extension\Csrf\Type

Classes FormTypeCsrfExtension

TokenizerEscaping::escapeUnicode()

string escapeUnicode(string $value) Parameters string $value Return Value string

Null deprecated

class Null extends IsNull deprecated since version 2.7, to be removed in 3.0. Use IsNull instead. 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. NOT_NULL_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the const

WriteCheckSessionHandler::read()

read($sessionId) {@inheritdoc} Parameters $sessionId

XPathExpr

class XPathExpr XPath expression translator interface. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods __construct(string $path = '', string $element = '*', string $condition = '', bool $starPrefix = false) string getElement() XPathExpr addCondition($condition) string getCondition() XPathExpr addNameTest() XPathExpr addStarPrefix() XPathExpr join(string $comb

DateTimeType::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile"). Return Value string The prefix of the template block name

PdoProfilerStorage deprecated::purge()

purge() Purges all data from the database.

ProfilerExtension::leave()

leave(Twig_Profiler_Profile $profile) Parameters Twig_Profiler_Profile $profile

CheckboxListMapper::mapDataToForms()

mapDataToForms($choices, $checkboxes) Maps properties of some data to a list of forms. Parameters $choices $checkboxes Exceptions UnexpectedTypeException if the type of the data parameter is not supported.

TransformationRuleInterface::getBundleName()

string getBundleName() Returns the name of the compiled resource bundle. Return Value string The name of the bundle.