Collection

class Collection extends Composite 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. MISSING_FIELD_ERROR NO_SUCH_FIELD_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $fi

TypeGuess::getType()

string getType() Returns the guessed field type. Return Value string

TranslationDataCollector::getCountMissings()

int getCountMissings() Return Value int

Bridge\ProxyManager\LazyProxy\PhpDumper

Classes ProxyDumper Generates dumped PHP code of proxies via reflection.

RadioListMapper

class RadioListMapper implements DataMapperInterface Maps choices to/from radio forms. A {@link ChoiceListInterface} implementation is used to find the corresponding string values for the choices. The radio form whose "value" option corresponds to the selected value is marked as selected. Methods mapDataToForms($choice, $radios) Maps properties of some data to a list of forms. mapFormsToData($radios, $choice) Maps the data of a list of forms into the properties of some data. Det

CamelCaseToSnakeCaseNameConverter::normalize()

string normalize(string $propertyName) Converts a property name to its normalized value. Parameters string $propertyName Return Value string

InputDefinition::getOptionDefaults()

array getOptionDefaults() Gets an array of default values. Return Value array An array of all default values

CacheWarmupCommand

class CacheWarmupCommand extends ContainerAwareCommand Warmup the cache. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the helper set. from Command Application getApplicatio

HttpCache

class HttpCache implements HttpKernelInterface, TerminableInterface Cache provides HTTP caching. Methods __construct(HttpKernelInterface $kernel, StoreInterface $store, SurrogateInterface $surrogate = null, array $options = array()) Constructor. StoreInterface getStore() Gets the current store. array getTraces() Returns an array of events that took place during processing of the last request. string getLog() Returns a log message for the events of the last request processi

Form::getName()

string getName() Returns the name by which the form is identified in forms. Return Value string The name of the form