AclInterface::isFieldGranted()

bool isFieldGranted(string $field, array $masks, array $securityIdentities, bool $administrativeMode = false) Determines whether field access is granted Parameters string $field array $masks array $securityIdentities bool $administrativeMode Return Value bool

Query::execute()

CollectionInterface|Entry[] execute() Executes a query and returns the list of Ldap entries. Return Value CollectionInterface|Entry[]

RequestMatcherInterface

interface RequestMatcherInterface RequestMatcherInterface is an interface for strategies to match a Request. Methods bool matches(Request $request) Decides whether the rule(s) implemented by the strategy matches the supplied request. Details bool matches(Request $request) Decides whether the rule(s) implemented by the strategy matches the supplied request. Parameters Request $request The request to check for a match Return Value bool true if

StubIntlDateFormatter deprecated

class StubIntlDateFormatter extends IntlDateFormatter deprecated since version 2.3, to be removed in 3.0. Use {@link \Symfony\Component\Intl\DateFormatter\IntlDateFormatter} instead. Alias of {@link \Symfony\Component\Intl\DateFormatter\IntlDateFormatter}. Constants NONE FULL LONG MEDIUM SHORT TRADITIONAL GREGORIAN Methods __construct(string $locale, int $datetype, int $timetype, mixed $timezone = null, int $calendar = self::GREGORIAN, string $pattern =

ConstraintViolationList::offsetExists()

offsetExists($offset) {@inheritdoc} Parameters $offset

MutableAclInterface::deleteClassAce()

deleteClassAce(int $index) Deletes a class-based ACE Parameters int $index

IpUtils::checkIp6()

static bool checkIp6(string $requestIp, string $ip) Compares two IPv6 addresses. In case a subnet is given, it checks if it contains the request IP. Parameters string $requestIp IPv6 address to check string $ip IPv6 address or subnet in CIDR notation Return Value bool Whether the IP is valid Exceptions RuntimeException When IPV6 support is not enabled See also https://github.com/dsp/v6tools

ExpressionRequestMatcher::matches()

bool matches(Request $request) Decides whether the rule(s) implemented by the strategy matches the supplied request. Parameters Request $request The request to check for a match Return Value bool true if the request matches, false otherwise

Command deprecated::addAtIndex()

Command addAtIndex(string|Command $bit, int $index) Insert a string or a Command instance before the bit at given position $index (index starts from 0). Parameters string|Command $bit int $index Return Value Command The current Command instance

X509Factory

class X509Factory implements SecurityFactoryInterface X509Factory creates services for X509 certificate authentication. Methods create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint) string getPosition() Defines the position at which the provider is called. getKey() addConfiguration(NodeDefinition $node) Details create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint)