FloatNodeDefinition

class FloatNodeDefinition extends NumericNodeDefinition This class provides a fluent interface for defining a float node. Methods __construct(string $name, NodeParentInterface $parent = null) Constructor from NodeDefinition NodeDefinition setParent(NodeParentInterface $parent) Sets the parent node. from NodeDefinition NodeDefinition info(string $info) Sets info message. from NodeDefinition NodeDefinition example(string|array $example) Sets example configuration. from NodeDef

RegionBundleTransformationRule::beforeCreateStub()

mixed beforeCreateStub(StubbingContextInterface $context) Runs instructions to be executed before creating the stub version of the resource bundle. Parameters StubbingContextInterface $context The contextual information of the compilation. Return Value mixed The data to include in the stub version.

TemplateManager

class TemplateManager Profiler Templates Manager. Methods __construct(Profiler $profiler, Twig_Environment $twig, array $templates) Constructor. mixed getName(Profile $profile, string $panel) Gets the template name for a given panel. array getTemplates(Profile $profile) Gets the templates for a given profile. Details __construct(Profiler $profiler, Twig_Environment $twig, array $templates) Constructor. Parameters Profiler $profiler

DebugCommand

class DebugCommand extends DebugCommand implements ContainerAwareInterface Lists twig functions, filters, globals and tests present in the current project. Traits ContainerAwareTrait ContainerAware trait. Methods __construct(string|null $name = 'debug:twig') Constructor. from DebugCommand ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperS

AclProvider::findAcl()

AclInterface findAcl(ObjectIdentityInterface $oid, array $sids = array()) Returns the ACL that belongs to the given object identity Parameters ObjectIdentityInterface $oid array $sids Return Value AclInterface Exceptions AclNotFoundException when there is no ACL

Component\Security\Core\Event

Classes AuthenticationEvent This is a general purpose authentication event. AuthenticationFailureEvent This event is dispatched on authentication failure.

ServerParams

class ServerParams Methods __construct(RequestStack $requestStack = null) bool hasPostMaxSizeBeenExceeded() Returns true if the POST max size has been exceeded in the request. null|int getPostMaxSize() Returns maximum post size in bytes. string getNormalizedIniPostMaxSize() Returns the normalized "postmaxsize" ini setting. mixed getContentLength() Returns the content length of the request. Details __construct(RequestStack $requestStack

BinaryFileResponse::setContentDisposition()

BinaryFileResponse setContentDisposition(string $disposition, string $filename = '', string $filenameFallback = '') Sets the Content-Disposition header with the given filename. Parameters string $disposition ResponseHeaderBag::DISPOSITIONINLINE or ResponseHeaderBag::DISPOSITIONATTACHMENT string $filename Optionally use this filename instead of the real name of the file string $filenameFallback A fallback filename, containing only ASCII characters. Defaults to an automatically

FormConfigInterface::getAutoInitialize()

bool getAutoInitialize() Returns whether the form should be initialized upon creation. Return Value bool Returns true if the form should be initialized when created, false otherwise.

GeneratorConfig::getSourceDir()

string getSourceDir() Returns the directory where the source versions of the resource bundles are stored. Return Value string An absolute path to a directory