Cookie::isSecure()

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

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()

Process::setOptions()

Process setOptions(array $options) Sets the options for proc_open. Parameters array $options The new options Return Value Process The current Process instance

ClassMetadataInterface::getName()

string getName() Returns the name of the backing PHP class. Return Value string The name of the backing class

ClassMetadata::getReflectionClass()

ReflectionClass getReflectionClass() Returns a {@link \ReflectionClass} instance for this class. Return Value ReflectionClass

ApacheMatcherDumper deprecated

class ApacheMatcherDumper extends MatcherDumper deprecated since version 2.5, to be removed in 3.0. The performance gains are minimal and it's very hard to replicate the behavior of PHP implementation. Dumps a set of Apache mod_rewrite rules. Methods __construct(RouteCollection $routes) Constructor. from MatcherDumper RouteCollection getRoutes() Gets the routes to dump. from MatcherDumper string dump(array $options = array()) Dumps a set of Apache mod_rewrite rules. Detai

FormConfigBuilderInterface::setAttributes()

FormConfigBuilderInterface setAttributes(array $attributes) Sets the attributes. Parameters array $attributes The attributes Return Value FormConfigBuilderInterface The configuration object

Route::getPath()

string getPath() Returns the pattern for the path. Return Value string The path pattern

ProfilerController::panelAction()

Response panelAction(Request $request, string $token) Renders a profiler panel for the given token. Parameters Request $request The current HTTP request string $token The profiler token Return Value Response A Response instance Exceptions NotFoundHttpException

Definition::getTags()

array getTags() Returns all tags. Return Value array An array of tags