DoctrineOrmTypeGuesser::guessMaxLength()

ValueGuess|null guessMaxLength(string $class, string $property) Returns a guess about the field's maximum length. Parameters string $class The fully qualified class name string $property The name of the property to guess for Return Value ValueGuess|null A guess for the field's maximum length

DoctrineOrmTypeGuesser

class DoctrineOrmTypeGuesser implements FormTypeGuesserInterface Methods __construct(ManagerRegistry $registry) TypeGuess|null guessType(string $class, string $property) Returns a field guess for a property name of a class. ValueGuess guessRequired(string $class, string $property) Returns a guess whether a property of a class is required. ValueGuess|null guessMaxLength(string $class, string $property) Returns a guess about the field's maximum length. ValueGuess|null gu

DoctrineOrmExtension

class DoctrineOrmExtension extends AbstractExtension Methods FormTypeInterface getType(string $name) Returns a type by name. from AbstractExtension bool hasType(string $name) Returns whether the given type is supported. from AbstractExtension FormTypeExtensionInterface[] getTypeExtensions(string $name) Returns the extensions for the given type. from AbstractExtension bool hasTypeExtensions(string $name) Returns whether this extension provides type extensions for the given type.

DoctrineInitializer

class DoctrineInitializer implements ObjectInitializerInterface Automatically loads proxy object before validation. Methods __construct(ManagerRegistry $registry) initialize(object $object) Initializes an object just before validation. Details __construct(ManagerRegistry $registry) Parameters ManagerRegistry $registry initialize(object $object) Initializes an object just before validation. Pa

DoctrineExtractor::getTypes()

Type[]|null getTypes(string $class, string $property, array $context = array()) Gets types of a property. Parameters string $class string $property array $context Return Value Type[]|null

DoctrineExtractor::getProperties()

string[]|null getProperties(string $class, array $context = array()) Gets the list of properties available for the given class. Parameters string $class array $context Return Value string[]|null

DoctrineExtractor

class DoctrineExtractor implements PropertyListExtractorInterface, PropertyTypeExtractorInterface Extracts data using Doctrine ORM and ODM metadata. Methods __construct(ClassMetadataFactory $classMetadataFactory) string[]|null getProperties(string $class, array $context = array()) Gets the list of properties available for the given class. Type[]|null getTypes(string $class, string $property, array $context = array()) Gets types of a property. Details

DoctrineDataCollector::getTime()

getTime()

DoctrineDataCollector::getQueryCount()

getQueryCount()

DoctrineDataCollector::getQueries()

getQueries()