SecurityExtension::getXsdValidationBasePath()

string getXsdValidationBasePath() Returns the base path for the XSD files. Return Value string The XSD base path

DumperCollection::getAttribute()

mixed getAttribute(string $name, mixed $default = null) Returns an attribute by name. Parameters string $name The attribute name mixed $default Default value is the attribute doesn't exist Return Value mixed The attribute value

EntityChoiceList deprecated::getChoices()

array getChoices() Returns the list of entities. Return Value array The choices with their indices as keys See also ChoiceListInterface

ServerParams::hasPostMaxSizeBeenExceeded()

bool hasPostMaxSizeBeenExceeded() Returns true if the POST max size has been exceeded in the request. Return Value bool

ResolvedFormTypeInterface::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. Return Value string The prefix of the template block name

TranslationNodeVisitor::getMessages()

getMessages()

AdvancedUserInterface::isAccountNonExpired()

bool isAccountNonExpired() Checks whether the user's account has expired. Internally, if this method returns false, the authentication system will throw an AccountExpiredException and prevent login. Return Value bool true if the user's account is non expired, false otherwise See also AccountExpiredException

ProgressIndicator::getFormatDefinition()

static string|null getFormatDefinition(string $name) Gets the format for a given name. Parameters string $name The format name Return Value string|null A format string

SecurityFactoryInterface::addConfiguration()

addConfiguration(NodeDefinition $builder) Parameters NodeDefinition $builder

OutputStyle::getVerbosity()

int getVerbosity() Gets the current verbosity of the output. Return Value int The current level of verbosity (one of the VERBOSITY constants)