Component\HttpFoundation\Session\Storage\Handler

Classes MemcacheSessionHandler MemcacheSessionHandler. MemcachedSessionHandler MemcachedSessionHandler. MongoDbSessionHandler MongoDB session handler NativeFileSessionHandler NativeFileSessionHandler. NativeSessionHandler NullSessionHandler NullSessionHandler. PdoSessionHandler PdoSessionHandler.

Date

class Date extends Constraint Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. INVALID_FORMAT_ERROR INVALID_DATE_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $message

StubbingContextInterface

interface StubbingContextInterface Methods string getBinaryDir() Returns the directory where the binary resource bundles are stored. string getStubDir() Returns the directory where the stub resource bundles are stored. Filesystem getFilesystem() Returns a tool for manipulating the filesystem. string getIcuVersion() Returns the ICU version of the bundles being converted. Details string getBinaryDir() Returns the directory where the

PipesInterface::areOpen()

bool areOpen() Returns if the current state has open file handles or pipes. Return Value bool

TreeBuilder::root()

ArrayNodeDefinition|NodeDefinition root(string $name, string $type = 'array', NodeBuilder $builder = null) Creates the root node. Parameters string $name The name of the root node string $type The type of the root node NodeBuilder $builder A custom node builder instance Return Value ArrayNodeDefinition|NodeDefinition The root node (as an ArrayNodeDefinition when the type is 'array') Exceptions RuntimeException When the node type is not supported

ConfigCachePass

class ConfigCachePass implements CompilerPassInterface Adds services tagged configcache.resourcechecker to the configcachefactory service, ordering them by priority. Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container

RecursiveContextualValidator::atPath()

ContextualValidatorInterface atPath(string $path) Appends the given path to the property path of the context. If called multiple times, the path will always be reset to the context's original path with the given path appended to it. Parameters string $path The path to append Return Value ContextualValidatorInterface This validator

LazyChoiceList::getChoicesForValues()

array getChoicesForValues(array $values) Returns the choices corresponding to the given values. The choices are returned with the same keys and in the same order as the corresponding values in the given array. Parameters array $values An array of choice values. Non-existing values in this array are ignored Return Value array An array of choices

LockHandler

class LockHandler LockHandler class provides a simple abstraction to lock anything by means of a file lock. A locked file is created based on the lock name when calling lock(). Other lock handlers will not be able to lock the same name until it is released (explicitly by calling release() or implicitly when the instance holding the lock is destroyed). Methods __construct(string $name, string|null $lockPath = null) bool lock(bool $blocking = false) Lock the resource. release()

DumpDataCollector::getName()

string getName() Returns the name of the collector. Return Value string The collector name