RenderBlockNode

class RenderBlockNode extends Twig_Node_Expression_Function Compiles a call to {@link \Symfony\Component\Form\FormRendererInterface::renderBlock()}. The function name is used as block name. For example, if the function name is "foo", the block "foo" will be rendered. Methods compile(Twig_Compiler $compiler) Details compile(Twig_Compiler $compiler) Parameters Twig_Compiler $compiler

SurrogateListener::onKernelResponse()

onKernelResponse(FilterResponseEvent $event) Filters the Response. Parameters FilterResponseEvent $event A FilterResponseEvent instance

Cookie::isHttpOnly()

bool isHttpOnly() Checks whether the cookie will be made accessible only through the HTTP protocol. Return Value bool

FormRegistryInterface::getExtensions()

FormExtensionInterface[] getExtensions() Returns the extensions loaded by the framework. Return Value FormExtensionInterface[]

LocaleScanner::scanLocales()

array scanLocales(string $sourceDir) Returns all locales found in the given directory. Parameters string $sourceDir The directory with ICU files Return Value array An array of locales. The result also contains locales that are in fact just aliases for other locales. Use {@link scanAliases()} to determine which of the locales are aliases

LanguageDataGenerator

class LanguageDataGenerator extends AbstractDataGenerator The rule for compiling the language bundle. Methods __construct(GenrbCompiler $compiler, $dirName) from AbstractDataGenerator generateData(GeneratorConfig $config) {@inheritdoc} from AbstractDataGenerator Details __construct(GenrbCompiler $compiler, $dirName) Parameters GenrbCompiler $compiler $dirName generateData(GeneratorConfig $config)

PrototypedArrayNode::setAddChildrenIfNoneSet()

setAddChildrenIfNoneSet(int|string|array|null $children = array('defaults')) Adds default children when none are set. Parameters int|string|array|null $children The number of children|The child name|The children names to be added

OutputFormatter::getStyleStack()

OutputFormatterStyleStack getStyleStack() Return Value OutputFormatterStyleStack

FormView::offsetUnset()

offsetUnset(string $name) Removes a child (implements \ArrayAccess). Parameters string $name The child name

ArrayAccessibleResourceBundle::offsetSet()

offsetSet($offset, $value) Parameters $offset $value