DomainObjectInterface

interface DomainObjectInterface This method can be implemented by domain objects which you want to store ACLs for if they do not have a getId() method, or getId() does not return a unique identifier. Methods string getObjectIdentifier() Returns a unique identifier for this domain object. Details string getObjectIdentifier() Returns a unique identifier for this domain object. Return Value string

ContextualValidatorInterface::validateProperty()

ContextualValidatorInterface validateProperty(object $object, string $propertyName, array|null $groups = null) Validates a property of an object against the constraints specified for this property. Parameters object $object The object string $propertyName The name of the validated property array|null $groups The validation groups to validate. If none is given, "Default" is assumed Return Value ContextualValidatorInterface This validator

Component\Form\Extension\HttpFoundation\Type

Classes FormTypeHttpFoundationExtension

Kernel::getStartTime()

int getStartTime() Gets the request start time (not available if debug is disabled). Return Value int The request start timestamp

Output::write()

write(string|array $messages, bool $newline = false, int $options = self::OUTPUT_NORMAL) Writes a message to the output. Parameters string|array $messages The message as an array of lines or a single string bool $newline Whether to add a newline int $options A bitmask of options (one of the OUTPUT or VERBOSITY constants), 0 is considered the same as self::OUTPUTNORMAL | self::VERBOSITYNORMAL

ClassMetadata::setGroupSequenceProvider()

setGroupSequenceProvider(bool $active) Sets whether a group sequence provider should be used. Parameters bool $active Exceptions GroupDefinitionException

Cookie::isExpired()

bool isExpired() Returns true if the cookie has expired. Return Value bool true if the cookie has expired, false otherwise

TransformationRuleInterface::beforeCreateStub()

mixed beforeCreateStub(StubbingContextInterface $context) Runs instructions to be executed before creating the stub version of the resource bundle. Parameters StubbingContextInterface $context The contextual information of the compilation. Return Value mixed The data to include in the stub version.

BadMethodCallException

class BadMethodCallException extends BadMethodCallException implements ExceptionInterface

InputArgument::isRequired()

bool isRequired() Returns true if the argument is required. Return Value bool true if parameter mode is self::REQUIRED, false otherwise