ResolvedTypeDataCollectorProxy

class ResolvedTypeDataCollectorProxy implements ResolvedFormTypeInterface Proxy that invokes a data collector when creating a form and its view. Methods __construct(ResolvedFormTypeInterface $proxiedType, FormDataCollectorInterface $dataCollector) string getBlockPrefix() Returns the prefix of the template block name for this type. ResolvedFormTypeInterface|null getParent() Returns the parent type. FormTypeInterface getInnerType() Returns the wrapped form type. FormType

LoggerDataCollector::collect()

collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. Parameters Request $request A Request instance Response $response A Response instance Exception $exception An Exception instance

EventDispatcherInterface::getListenerPriority()

int|null getListenerPriority(string $eventName, callable $listener) Gets the listener priority for a specific event. Returns null if the event or the listener does not exist. Parameters string $eventName The name of the event callable $listener The listener Return Value int|null The event listener priority

Collection::toArray()

Entry[] toArray() Return Value Entry[]

OrderedHashMap::offsetExists()

offsetExists($key) {@inheritdoc} Parameters $key

MutableAclInterface::updateObjectAce()

updateObjectAce(int $index, int $mask, string $strategy = null) Updates an object-based ACE Parameters int $index int $mask string $strategy if null the strategy should not be changed

ButtonBuilder::getByReference()

bool getByReference() Unsupported method. Return Value bool Whether to modify the form's data by reference

Output::getVerbosity()

int getVerbosity() Gets the current verbosity of the output. Return Value int The current level of verbosity (one of the VERBOSITY constants)

Button::has()

bool has(string $name) Unsupported method. Parameters string $name The name of the child Return Value bool

ContextInterface::getBasePath()

string getBasePath() Gets the base path. Return Value string The base path