Entry::setAuditFailure()

setAuditFailure(bool $boolean) Turns on/off auditing on permissions denials. Do never call this method directly. Use the respective methods on the AclInterface instead. Parameters bool $boolean

AclCacheInterface::getFromCacheById()

AclInterface getFromCacheById(int $primaryKey) Retrieves an ACL for the given object identity primary key from the cache Parameters int $primaryKey Return Value AclInterface

KernelInterface::isDebug()

bool isDebug() Checks if debug mode is enabled. Return Value bool true if debug mode is enabled, false otherwise

ElementMetadata deprecated

class ElementMetadata extends GenericMetadata deprecated since version 2.5, to be removed in 3.0. Extend {@link GenericMetadata} instead. Contains the metadata of a structural element. Properties Constraint[] $constraints from GenericMetadata array $constraintsByGroup from GenericMetadata int $cascadingStrategy The strategy for cascading objects. from GenericMetadata int $traversalStrategy The strategy for traversing traversable objects. from GenericMetadata Methods string[

Bridge\Propel1\DependencyInjection\Security

Namespaces Symfony\Bridge\Propel1\DependencyInjection\Security\UserProvider

FormConfigInterface::getOption()

mixed getOption(string $name, mixed $default = null) Returns the value of a specific option. Parameters string $name The option name mixed $default The value returned if the option does not exist Return Value mixed The option value

Acl::getObjectFieldAces()

array getObjectFieldAces(string $field) Returns all object-field-based ACEs associated with this ACL Parameters string $field Return Value array

Psr6Cache::has()

has(string $class) Returns whether metadata for the given class exists in the cache. Parameters string $class

Component\Security\Guard\Firewall

Classes GuardAuthenticationListener Authentication listener for the "guard" system.

SymfonyStyle::table()

table(array $headers, array $rows) Formats a table. Parameters array $headers array $rows