Type::getBuiltinType()

string getBuiltinType() Gets built-in type. Can be bool, int, float, string, array, object, resource, null or callback. Return Value string

FormRendererInterface

interface FormRendererInterface Renders a form into HTML. Methods FormRendererEngineInterface getEngine() Returns the engine used by this renderer. setTheme(FormView $view, mixed $themes) Sets the theme(s) to be used for rendering a view and its children. string renderBlock(FormView $view, string $blockName, array $variables = array()) Renders a named block of the form theme. string searchAndRenderBlock(FormView $view, string $blockNameSuffix, array $variables = array()) S

MessageCatalogueInterface::getDomains()

array getDomains() Gets the domains. Return Value array An array of domains

StopwatchEvent::getEndTime()

int getEndTime() Gets the relative time of the end of the last period. Return Value int The time (in milliseconds)

NotIdenticalTo

class NotIdenticalTo 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_IDENTICAL_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 $v

ParameterBag::add()

add(array $parameters = array()) Adds parameters. Parameters array $parameters An array of parameters

Form::getRoot()

FormInterface getRoot() Returns the root of the form tree. Return Value FormInterface The root of the tree

OperationInterface::getNewMessages()

array getNewMessages(string $domain) Returns new messages ('new') after operation. Parameters string $domain Return Value array

GlobalExecutionContextInterface deprecated::getValidatorFactory()

ConstraintValidatorFactoryInterface getValidatorFactory() Returns the factory for constraint validators. Return Value ConstraintValidatorFactoryInterface The constraint validator factory.

SecurityEvents

class SecurityEvents Constants INTERACTIVE_LOGIN The INTERACTIVE_LOGIN event occurs after a user is logged in interactively for authentication based on http, cookies or X509. SWITCH_USER The SWITCH_USER event occurs before switch to another user and before exit from an already switched user.