BasicPermissionMap

class BasicPermissionMap implements PermissionMapInterface This is basic permission map complements the masks which have been defined on the standard implementation of the MaskBuilder. Constants PERMISSION_VIEW PERMISSION_EDIT PERMISSION_CREATE PERMISSION_DELETE PERMISSION_UNDELETE PERMISSION_OPERATOR PERMISSION_MASTER PERMISSION_OWNER Methods __construct() array getMasks(string $permission, object $object) Returns an array of bitmasks. bool c

StopwatchTokenParser::parse()

parse(Twig_Token $token) Parameters Twig_Token $token

ReplaceAliasByActualDefinitionPass

class ReplaceAliasByActualDefinitionPass implements CompilerPassInterface Replaces aliases with actual service definitions, effectively removing these aliases. Methods process(ContainerBuilder $container) Process the Container to replace aliases with service definitions. Details process(ContainerBuilder $container) Process the Container to replace aliases with service definitions. Parameters ContainerBuilder $container Exceptions InvalidArg

DebugCommand

class DebugCommand extends Command Lists twig functions, filters, globals and tests present in the current project. Methods __construct(string|null $name = 'debug:twig') Constructor. ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the helper set. fr

ExpressionRequestMatcher

class ExpressionRequestMatcher extends RequestMatcher ExpressionRequestMatcher uses an expression to match a Request. Methods __construct(string|null $path = null, string|null $host = null, string|string[]|null $methods = null, string|string[]|null $ips = null, array $attributes = array(), string|string[]|null $schemes = null) from RequestMatcher matchScheme(string|string[]|null $scheme) Adds a check for the HTTP scheme. from RequestMatcher matchHost(string $regexp) Adds a check

StreamedResponse::getContent()

string getContent() Gets the current response content. Return Value string Content

Component\Config\Util

Classes XmlUtils XMLUtils is a bunch of utility methods to XML operations.

GuardAuthenticatorInterface::onAuthenticationSuccess()

Response|null onAuthenticationSuccess(Request $request, TokenInterface $token, string $providerKey) Called when authentication executed and was successful! This should return the Response sent back to the user, like a RedirectResponse to the last page they visited. If you return null, the current request will continue, and the user will be authenticated. This makes sense, for example, with an API. Parameters Request $request TokenInterface $token string $providerKey The prov

InputStream::onEmpty()

onEmpty(callable $onEmpty = null) Sets a callback that is called when the write buffer becomes empty. Parameters callable $onEmpty

DateType::configureOptions()

configureOptions(OptionsResolver $resolver) Configures the options for this type. Parameters OptionsResolver $resolver The resolver for the options