ConfigurableRequirementsInterface::setStrictRequirements()

setStrictRequirements(bool|null $enabled) Enables or disables the exception on incorrect parameters. Passing null will deactivate the requirements check completely. Parameters bool|null $enabled

SecurityDataCollector::getVoters()

string[] getVoters() Returns the FQCN of the security voters enabled in the application. Return Value string[]

Kernel::getCharset()

string getCharset() Gets the charset of the application. Return Value string The charset

PropertyMetadata

class PropertyMetadata extends MemberMetadata Stores all metadata needed for validating a class property. The value of the property is obtained by directly accessing the property. The property will be accessed by reflection, so the access of private and protected properties is supported. This class supports serialization and cloning. Properties Constraint[] $constraints from GenericMetadata array $constraintsByGroup from GenericMetadata int $cascadingStrategy The strategy for cascad

ContainerBuilder::findUnusedTags()

string[] findUnusedTags() Returns all tags not queried by findTaggedServiceIds. Return Value string[] An array of tags

Event::isPropagationStopped()

bool isPropagationStopped() Returns whether further event listeners should be triggered. Return Value bool Whether propagation was already stopped for this event See also Event::stopPropagation()

ValidatorBuilder::addYamlMapping()

ValidatorBuilderInterface addYamlMapping(string $path) Adds a YAML constraint mapping file to the validator. Parameters string $path The path to the mapping file Return Value ValidatorBuilderInterface The builder object

ExceptionInterface

interface ExceptionInterface Base ExceptionInterface for the Security component.

ArrayAccessibleResourceBundle::offsetExists()

offsetExists($offset) Parameters $offset

InheritDataAwareIterator::getChildren()

getChildren() {@inheritdoc}