Response::isValidateable()

bool isValidateable() Returns true if the response includes headers that can be used to validate the response with the origin server using a conditional GET request. Return Value bool true if the response is validateable, false otherwise

TableHelper deprecated::setRow()

setRow($column, array $row) Parameters $column array $row

Process::isStarted()

bool isStarted() Checks if the process has been started with no regard to the current state. Return Value bool true if status is ready, false otherwise

KernelEvent::getRequestType()

int getRequestType() Returns the request type the kernel is currently processing. Return Value int One of HttpKernelInterface::MASTERREQUEST and HttpKernelInterface::SUBREQUEST

FormError::getMessage()

string getMessage() Returns the error message. Return Value string

FloatNode

class FloatNode extends NumericNode This node represents a float value in the config tree. Methods __construct(string $name, NodeInterface $parent = null, $min = null, $max = null) Constructor. from NumericNode setAttribute($key, $value) from BaseNode getAttribute($key, $default = null) from BaseNode hasAttribute($key) from BaseNode getAttributes() from BaseNode setAttributes(array $attributes) from BaseNode removeAttribute($key) from BaseNode setInfo(st

ServiceCircularReferenceException

class ServiceCircularReferenceException extends RuntimeException This exception is thrown when a circular reference is detected. Methods __construct($serviceId, array $path, Exception $previous = null) getServiceId() getPath() Details __construct($serviceId, array $path, Exception $previous = null) Parameters $serviceId array $path Exception $previous getServiceId()

PropertyInfoExtractor::getLongDescription()

string|null getLongDescription(string $class, string $property, array $context = array()) Gets the long description of the property. Parameters string $class string $property array $context Return Value string|null

FormConfigBuilderInterface::addViewTransformer()

FormConfigBuilderInterface addViewTransformer(DataTransformerInterface $viewTransformer, bool $forcePrepend = false) Appends / prepends a transformer to the view transformer chain. The transform method of the transformer is used to convert data from the normalized to the view format. The reverseTransform method of the transformer is used to convert from the view to the normalized format. Parameters DataTransformerInterface $viewTransformer bool $forcePrepend if set to true, p

Length

class Length extends Constraint 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. TOO_SHORT_ERROR TOO_LONG_ERROR INVALID_CHARACTERS_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from