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

SecurityExtension::isGranted()

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

Process::getOptions()

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

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

SimpleAuthenticatorInterface

interface SimpleAuthenticatorInterface Methods authenticateToken(TokenInterface $token, UserProviderInterface $userProvider, $providerKey) supportsToken(TokenInterface $token, $providerKey) Details authenticateToken(TokenInterface $token, UserProviderInterface $userProvider, $providerKey) Parameters TokenInterface $token UserProviderInterface $userProvider $providerKey supportsToken(TokenInterface $token

RepeatedType::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

Button::isSubmitted()

bool isSubmitted() Returns whether the button is submitted. Return Value bool true if the form is submitted, false otherwise

KernelEvent::getRequest()

Request getRequest() Returns the request the kernel is currently processing. Return Value Request

PassConfig::getBeforeRemovingPasses()

array getBeforeRemovingPasses() Gets all passes for the BeforeRemoving pass. Return Value array An array of passes

SymfonyStyle::askHidden()

string askHidden(string $question, callable|null $validator = null) Asks a question with the user input hidden. Parameters string $question callable|null $validator Return Value string