FormConfigBuilder::getDisabled()

bool getDisabled() Returns whether the form is disabled. Return Value bool Whether the form is disabled

ButtonBuilder::addViewTransformer()

FormConfigBuilderInterface addViewTransformer(DataTransformerInterface $viewTransformer, bool $forcePrepend = false) Unsupported method. This method should not be invoked. Parameters DataTransformerInterface $viewTransformer bool $forcePrepend if set to true, prepend instead of appending Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

ParameterBagInterface

interface ParameterBagInterface ParameterBagInterface. Methods clear() Clears all parameters. add(array $parameters) Adds parameters to the service container parameters. array all() Gets the service container parameters. mixed get(string $name) Gets a service container parameter. remove(string $name) Removes a parameter. set(string $name, mixed $value) Sets a service container parameter. bool has(string $name) Returns true if a parameter name is defined.

ProxyDumper

class ProxyDumper implements DumperInterface Generates dumped PHP code of proxies via reflection. Methods __construct(string $salt = '') Constructor. bool isProxyCandidate(Definition $definition) Inspects whether the given definitions should produce proxy instantiation logic in the dumped container. string getProxyFactoryCode(Definition $definition, $id) Generates the code to be used to instantiate a proxy in the dumped factory code. string getProxyCode(Definition $definit

FormConfigBuilder::getCompound()

bool getCompound() Returns whether the form is compound. This property is independent of whether the form actually has children. A form can be compound and have no children at all, like for example an empty collection form. Return Value bool Whether the form is compound

Serializer::supportsDecoding()

bool supportsDecoding(string $format) Checks whether the deserializer can decode from given format. Parameters string $format format name Return Value bool

CurrencyDataProvider::getName()

getName($currency, $displayLocale = null) Parameters $currency $displayLocale

ExceptionCaster

class ExceptionCaster Casts common Exception classes to array representation. Properties static $srcContext static $traceArgs static $errorTypes Methods static castError(Error $e, array $a, Stub $stub, $isNested, $filter) static castException(Exception $e, array $a, Stub $stub, $isNested, $filter) static castErrorException(ErrorException $e, array $a, Stub $stub, $isNested) static castThrowingCasterException(ThrowingCasterException $e, array $a, Stub $stub

Component\Intl\Exception

Classes BadMethodCallException Base BadMethodCallException for the Intl component. InvalidArgumentException InvalidArgumentException for the Intl component. MethodArgumentNotImplementedException MethodArgumentValueNotImplementedException MethodNotImplementedException NotImplementedException Base exception class for not implemented behaviors of the intl extension in the Locale component. OutOfBoundsException Base OutOfBoundsException for the Intl component. RuntimeEx

IntlDateFormatter::getCalendar()

int getCalendar() Returns the formatter's calendar. Return Value int The calendar being used by the formatter. Currently always returns IntlDateFormatter::GREGORIAN. See also http://www.php.net/manual/en/intldateformatter.getcalendar.php