Crawler::getUri()

string getUri() Returns the current URI. Return Value string

OptionsResolver

class OptionsResolver implements Options Validates options and merges them with default values. Methods OptionsResolver setDefault(string $option, mixed $value) Sets the default value of a given option. OptionsResolver setDefaults(array $defaults) Sets a list of default values. bool hasDefault(string $option) Returns whether a default value is set for an option. OptionsResolver setRequired(string|string[] $optionNames) Marks one or more options as required. bool isReq

Process::getOptions()

array getOptions() Gets the options for proc_open. Return Value array The current options

SecurityExtension::isGranted()

isGranted($role, $object = null, $field = null) Parameters $role $object $field

LocaleType::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile"). Return Value string The prefix of the template block name

TextareaType::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile"). Return Value string The prefix of the template block name

DateTimeType::configureOptions()

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

HiddenType::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile"). Return Value string The prefix of the template block name

EmailType::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile"). Return Value string The prefix of the template block name

ResponseCacheStrategyInterface

interface ResponseCacheStrategyInterface ResponseCacheStrategyInterface implementations know how to compute the Response cache HTTP header based on the different response cache headers. Methods add(Response $response) Adds a Response. update(Response $response) Updates the Response HTTP headers based on the embedded Responses. Details add(Response $response) Adds a Response. Parameters Response $response