TranslationDataCollector::getCountFallbacks()

int getCountFallbacks() Return Value int

ProfilerStorageInterface::find()

array find(string $ip, string $url, string $limit, string $method, int|null $start = null, int|null $end = null) Finds profiler tokens for the given criteria. Parameters string $ip The IP string $url The URL string $limit The maximum number of tokens to return string $method The request method int|null $start The start date to search from int|null $end The end date to search to Return Value array An array of tokens

MicroKernelTrait::loadRoutes()

loadRoutes(LoaderInterface $loader) Parameters LoaderInterface $loader

BaseMemcacheProfilerStorage deprecated::read()

Profile read(string $token) Reads data associated with the given token. The method returns false if the token does not exist in the storage. Parameters string $token A token Return Value Profile The profile associated with token

FileDumper::setRelativePathTemplate()

setRelativePathTemplate(string $relativePathTemplate) Sets the template for the relative paths to files. Parameters string $relativePathTemplate A template for the relative paths to files

CollectionToArrayTransformer::reverseTransform()

mixed reverseTransform(mixed $array) Transforms choice keys into entities. Parameters mixed $array An array of entities Return Value mixed The value in the original representation

ValidatorBuilder

class ValidatorBuilder implements ValidatorBuilderInterface The default implementation of {@link ValidatorBuilderInterface}. Methods ValidatorBuilderInterface addObjectInitializer(ObjectInitializerInterface $initializer) Adds an object initializer to the validator. ValidatorBuilderInterface addObjectInitializers(array $initializers) Adds a list of object initializers to the validator. ValidatorBuilderInterface addXmlMapping(string $path) Adds an XML constraint mapping file to t

PermissionGrantingStrategyInterface::isGranted()

bool isGranted(AclInterface $acl, array $masks, array $sids, bool $administrativeMode = false) Determines whether access to a domain object is to be granted Parameters AclInterface $acl array $masks array $sids bool $administrativeMode Return Value bool

Psr6Cache

class Psr6Cache implements CacheInterface PSR-6 adapter. Methods __construct(CacheItemPoolInterface $cacheItemPool) has(string $class) Returns whether metadata for the given class exists in the cache. ClassMetadata|false read(string $class) Returns the metadata for the given class from the cache. write(ClassMetadata $metadata) Stores a class metadata in the cache. Details __construct(CacheItemPoolInterface $cacheItemPool) Param

Route::getSchemes()

getSchemes()