DependencyInjectionExtension::getTypeGuesser()

FormTypeGuesserInterface|null getTypeGuesser() Returns the type guesser provided by this extension. Return Value FormTypeGuesserInterface|null The type guesser

ConsoleOutputInterface::getErrorOutput()

OutputInterface getErrorOutput() Gets the OutputInterface for errors. Return Value OutputInterface

TableStyle::setCellRowFormat()

TableStyle setCellRowFormat(string $cellRowFormat) Sets row cell format. Parameters string $cellRowFormat Return Value TableStyle

TemplateReferenceInterface::getPath()

string getPath() Returns the path to the template. By default, it just returns the template name. Return Value string A path to the template or a resource

Acl::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

UserInterface::getPassword()

string getPassword() Returns the password used to authenticate the user. This should be the encoded password. On authentication, a plain-text password will be salted, encoded, and then compared to this value. Return Value string The password

ConstraintViolation::getConstraint()

Constraint|null getConstraint() Returns the constraint whose validation caused the violation. Return Value Constraint|null The constraint or null if it is not known

CustomNormalizer::denormalize()

object denormalize(mixed $data, string $class, string $format = null, array $context = array()) Denormalizes data back into an object of the given class. Parameters mixed $data data to restore string $class the expected class to instantiate string $format format the given data was extracted from array $context options available to the denormalizer Return Value object

AbstractOperation::getDomains()

array getDomains() Returns domains affected by operation. Return Value array

Component\Serializer\NameConverter

Classes CamelCaseToSnakeCaseNameConverter CamelCase to Underscore name converter. Interfaces NameConverterInterface Defines the interface for property name converters.