FormFactoryBuilderInterface::addTypeExtensions()

FormFactoryBuilderInterface addTypeExtensions(array $typeExtensions) Adds a list of form type extensions to the factory. Parameters array $typeExtensions The form type extensions Return Value FormFactoryBuilderInterface The builder

RuntimeException

class RuntimeException extends RuntimeException implements ExceptionInterface Exception class thrown when an error occurs during parsing.

DataDumperInterface

interface DataDumperInterface DataDumperInterface for dumping Data objects. Methods dump(Data $data) Dumps a Data object. Details dump(Data $data) Dumps a Data object. Parameters Data $data A Data object

ParentNodeDefinitionInterface::append()

append(NodeDefinition $node) Parameters NodeDefinition $node

RegionBundleInterface

interface RegionBundleInterface implements ResourceBundleInterface Gives access to region-related ICU data. Methods string[] getLocales() Returns the list of locales that this bundle supports. from ResourceBundleInterface string|null getCountryName(string $country, string $displayLocale = null) Returns the name of a country. string[] getCountryNames(string $displayLocale = null) Returns the names of all known countries. Details string[] getLocales

JsonEncode

class JsonEncode implements EncoderInterface Encodes JSON data. Methods __construct($bitmask) scalar encode(mixed $data, string $format, array $context = array()) Encodes PHP data to a JSON string. bool supportsEncoding(string $format) Checks whether the serializer can encode to given format. Details __construct($bitmask) Parameters $bitmask scalar encode(mixed $data, string $format, array $context =

ContextInterface

interface ContextInterface Holds information about the current request. Methods string getBasePath() Gets the base path. bool isSecure() Checks whether the request is secure or not. Details string getBasePath() Gets the base path. Return Value string The base path bool isSecure() Checks whether the request is secure or not. Return Value bool true if the request is secure, false otherwise

CheckboxType::buildView()

buildView(FormView $view, FormInterface $form, array $options) Builds the form view. This method is called for each type in the hierarchy starting from the top most type. Type extensions can further modify the view. A view of a form is built before the views of the child forms are built. This means that you cannot access child views in this method. If you need to do so, move your logic to {@link finishView()} instead. Parameters FormView $view The view FormInterface $form The form

Regex

class Regex implements ValueInterface Constants START_FLAG END_FLAG BOUNDARY JOKER ESCAPING Methods static Regex create(string $expr) __construct(string $pattern, string $options = '', string $delimiter = null) string __toString() string render() Renders string representation of expression. string renderPattern() Renders string representation of pattern. bool isCaseSensitive() Returns value case sensitivity. int getType() Returns expre

ClassNotFoundException

class ClassNotFoundException extends FatalErrorException Class (or Trait or Interface) Not Found Exception. Methods __construct($message, ErrorException $previous) Details __construct($message, ErrorException $previous) Parameters $message ErrorException $previous