AbstractToken::getAttributes()

array getAttributes() Returns the token attributes. Return Value array The token attributes

HttpCache::getKernel()

HttpKernelInterface getKernel() Gets the Kernel instance. Return Value HttpKernelInterface An HttpKernelInterface instance

Form::getExtraData()

array getExtraData() Returns the extra data. Return Value array The submitted data which do not belong to a child

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

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.

Cookie::isExpired()

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

ClassMetadata::setGroupSequenceProvider()

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

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

Kernel::getStartTime()

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