ArrayAccessibleResourceBundle::getErrorMessage()

getErrorMessage()

PassConfig::setAfterRemovingPasses()

setAfterRemovingPasses(array $passes) Sets the AfterRemoving passes. Parameters array $passes An array of passes

ServiceReferenceGraphNode::getValue()

mixed getValue() Returns the value of this Node. Return Value mixed The value

ClockMock::withClockMock()

static withClockMock($enable = null) Parameters $enable

ClassMetadata::hasGroupSequence()

bool hasGroupSequence() Returns whether the "Default" group is overridden by a group sequence. If it is, you can access the group sequence with {@link getGroupSequence()}. Return Value bool Returns true if the "Default" group is overridden

ButtonBuilder::setAttribute()

FormConfigBuilderInterface setAttribute(string $name, mixed $value) Sets the value for an attribute. Parameters string $name The name of the attribute mixed $value The value of the attribute Return Value FormConfigBuilderInterface The configuration object

UploadedFile::getError()

int getError() Returns the upload error. If the upload was successful, the constant UPLOADERROK is returned. Otherwise one of the other UPLOADERRXXX constants is returned. Return Value int The upload error

CompiledRoute::getHostRegex()

string|null getHostRegex() Returns the host regex. Return Value string|null The host regex or null

Component\Serializer\Annotation

Classes Groups Annotation class for @Groups().

DataTransformerChain::reverseTransform()

mixed reverseTransform(mixed $value) Passes the value through the reverseTransform() method of all nested transformers. The transformers receive the value in the reverse order as they were passed to the constructor. Each transformer receives the result of the previous transformer as input. The output of the last transformer is returned by this method. Parameters mixed $value The value in the transformed representation Return Value mixed The value in the original representation