ProcessTimedOutException

class ProcessTimedOutException extends RuntimeException Exception that is thrown when a process times out. Constants TYPE_GENERAL TYPE_IDLE Methods __construct(Process $process, $timeoutType) getProcess() isGeneralTimeout() isIdleTimeout() getExceededTimeout() Details __construct(Process $process, $timeoutType) Parameters Process $process $timeoutType getProcess()

FormConfigInterface::getDisabled()

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

MemcachedSessionHandler::gc()

gc($maxlifetime) {@inheritdoc} Parameters $maxlifetime

ExecutionContextInterface deprecated::getMetadata()

MetadataInterface|null getMetadata() Returns the metadata for the currently validated value. With the core implementation, this method returns a {@link Mapping\ClassMetadata} instance if the current value is an object, a {@link Mapping\PropertyMetadata} instance if the current value is the value of a property and a {@link Mapping\GetterMetadata} instance if the validated value is the result of a getter method. If the validated value is neither of these, for example if the valida

ContainerBuilder::register()

Definition register(string $id, string $class = null) Registers a service definition. This methods allows for simple registration of service definition with a fluid interface. Parameters string $id The service identifier string $class The service class Return Value Definition A Definition instance

Component\Form\Extension\Core\DataMapper

Classes PropertyPathMapper A data mapper using property paths to read/write data.

ContainerBuilder::findTags()

array findTags() Returns all tags the defined services use. Return Value array An array of tags

Button::offsetSet()

offsetSet(mixed $offset, mixed $value) Unsupported method. This method should not be invoked. Parameters mixed $offset mixed $value Exceptions BadMethodCallException

AttributeMetadataInterface::getGroups()

string[] getGroups() Gets groups of this attribute. Return Value string[]

ArrayChoiceList::getValues()

string[] getValues() Returns the values for the choices. The values are strings that do not contain duplicates. Return Value string[] The choice values