MicroKernelTrait::loadRoutes()

loadRoutes(LoaderInterface $loader) Parameters LoaderInterface $loader

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

TranslationDataCollector::getCountFallbacks()

int getCountFallbacks() Return Value int

Finder::create()

static Finder create() Creates a new Finder. Return Value Finder A new Finder instance

Acl::updateObjectFieldAce()

updateObjectFieldAce(int $index, string $field, int $mask, string $strategy = null) Updates an object-field-based ACE Parameters int $index string $field int $mask string $strategy if null the strategy should not be changed

EntryManagerInterface

interface EntryManagerInterface Entry manager interface. Methods add(Entry $entry) Adds a new entry in the Ldap server. update(Entry $entry) Updates an entry from the Ldap server. remove(Entry $entry) Removes an entry from the Ldap server. Details add(Entry $entry) Adds a new entry in the Ldap server. Parameters Entry $entry update(Entry $entry) Updates an entry from the Ldap server. Pa

MapClassLoader

class MapClassLoader A class loader that uses a mapping file to look up paths. Methods __construct(array $map) Constructor. register(bool $prepend = false) Registers this instance as an autoloader. loadClass(string $class) Loads the given class or interface. string|null findFile(string $class) Finds the path to the file where the class is defined. Details __construct(array $map) Constructor. Parameters array $map A map where k

JsonEncode::supportsEncoding()

bool supportsEncoding(string $format) Checks whether the serializer can encode to given format. Parameters string $format format name Return Value bool

PropertyAccessorBuilder::enableMagicCall()

PropertyAccessorBuilder enableMagicCall() Enables the use of "__call" by the PropertyAccessor. Return Value PropertyAccessorBuilder The builder object

Component\Security\Guard\Provider

Classes GuardAuthenticationProvider Responsible for accepting the PreAuthenticationGuardToken and calling the correct authenticator to retrieve the authenticated token.