ResizeFormListener::getSubscribedEvents()

static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. The array keys are event names and the value can be: The method name to call (priority defaults to 0) An array composed of the method name to call and the priority An array of arrays composed of the method names to call and respective priorities, or 0 if unset For instance: array('eventName' => 'methodName') array('eventName' => array('methodName', $priority)) a

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

Component\Security\Http\Session

Classes SessionAuthenticationStrategy The default session strategy implementation. Interfaces SessionAuthenticationStrategyInterface SessionAuthenticationStrategyInterface

PassConfig::getPasses()

array getPasses() Returns all passes in order to be processed. Return Value array An array of all passes to process

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

ObjectIdentity::getIdentifier()

string getIdentifier() Obtains a unique identifier for this object. The identifier must not be re-used for other objects with the same type. Return Value string cannot return null