TimezoneType::configureOptions()

configureOptions(OptionsResolver $resolver) Configures the options for this type. Parameters OptionsResolver $resolver The resolver for the options

DoctrineAclCache::putInCache()

putInCache(AclInterface $acl) Stores a new ACL in the cache Parameters AclInterface $acl

LoggingFormatter

class LoggingFormatter Used to format logging messages during the compilation. Methods formatRemoveService(CompilerPassInterface $pass, $id, $reason) formatInlineService(CompilerPassInterface $pass, $id, $target) formatUpdateReference(CompilerPassInterface $pass, $serviceId, $oldDestId, $newDestId) formatResolveInheritance(CompilerPassInterface $pass, $childId, $parentId) format(CompilerPassInterface $pass, $message) Details forma

Component\VarDumper\Cloner

Classes AbstractCloner AbstractCloner implements a generic caster mechanism for objects and resources. Cursor Represents the current state of a dumper while dumping. Data Stub Represents the main properties of a PHP variable. VarCloner Interfaces ClonerInterface DumperInterface DumperInterface used by Data objects.

TokenizerPatterns::getSimpleEscapePattern()

string getSimpleEscapePattern() Return Value string

PropertyPathBuilder::getPropertyPath()

PropertyPathInterface getPropertyPath() Returns the current property path. Return Value PropertyPathInterface The constructed property path

RegionBundleTransformationRule::afterCreateStub()

afterCreateStub(StubbingContextInterface $context) Runs instructions to be executed after creating the stub version of the resource bundle. Parameters StubbingContextInterface $context The contextual information of the compilation.

MinuteTransformer::format()

string format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. Parameters DateTime $dateTime A DateTime object to be used to generate the formatted value int $length The formatted value string length Return Value string The formatted value

PlaintextPasswordEncoder::isPasswordValid()

bool isPasswordValid(string $encoded, string $raw, string $salt) Checks a raw password against an encoded password. Parameters string $encoded An encoded password string $raw A raw password string $salt The salt Return Value bool true if the password is valid, false otherwise

AuditLoggerInterface

interface AuditLoggerInterface Interface for audit loggers Methods logIfNeeded(bool $granted, EntryInterface $ace) This method is called whenever access is granted, or denied, and administrative mode is turned off. Details logIfNeeded(bool $granted, EntryInterface $ace) This method is called whenever access is granted, or denied, and administrative mode is turned off. Parameters bool $granted EntryInterface $ace