TemplateReference::getPath()

string getPath() Returns the path to the template - as a path when the template is not part of a bundle - as a resource when the template is part of a bundle. Return Value string A path to the template or a resource

ChannelListener

class ChannelListener implements ListenerInterface ChannelListener switches the HTTP protocol based on the access control configuration. Methods __construct(AccessMapInterface $map, AuthenticationEntryPointInterface $authenticationEntryPoint, LoggerInterface $logger = null) handle(GetResponseEvent $event) Handles channel management. Details __construct(AccessMapInterface $map, AuthenticationEntryPointInterface $authenticationEntryPoint, LoggerInterf

FormTypeInterface::buildForm()

buildForm(FormBuilderInterface $builder, array $options) Builds the form. This method is called for each type in the hierarchy starting from the top most type. Type extensions can further modify the form. Parameters FormBuilderInterface $builder The form builder array $options The options See also FormTypeExtensionInterface::buildForm()

Cookie::isSecure()

bool isSecure() Returns the secure flag of the cookie. Return Value bool The cookie secure flag

ChoiceFormField::isMultiple()

bool isMultiple() Returns true if the field accepts multiple values. Return Value bool true if the field accepts multiple values, false otherwise

RequestStackContext::isSecure()

bool isSecure() Checks whether the request is secure or not. Return Value bool true if the request is secure, false otherwise

TwigDataCollector::getBlockCount()

getBlockCount()

DataCollectorInterface

interface DataCollectorInterface DataCollectorInterface. Methods collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. string getName() Returns the name of the collector. Details collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. Parameters Request $request A Request instance Response $response

TwigEngine::exists()

bool exists(string|TemplateReferenceInterface $name) Returns true if the template exists. Parameters string|TemplateReferenceInterface $name A template name or a TemplateReferenceInterface instance Return Value bool true if the template exists, false otherwise Exceptions RuntimeException if the engine cannot handle the template name

ButtonBuilder::getDataLocked()

bool getDataLocked() Unsupported method. Return Value bool Whether the data is locked