Escaper::escapeWithDoubleQuotes()

static string escapeWithDoubleQuotes(string $value) Escapes and surrounds a PHP value with double quotes. Parameters string $value A PHP value Return Value string The quoted, escaped string

Output::isDebug()

bool isDebug() Returns whether verbosity is debug (-vvv). Return Value bool true if verbosity is set to VERBOSITY_DEBUG, false otherwise

DbalLogger::stopQuery()

stopQuery() {@inheritdoc}

DebugLoggerInterface::countErrors()

int countErrors() Returns the number of errors. Return Value int The number of errors

NumericNodeDefinition::min()

NumericNodeDefinition min(mixed $min) Ensures that the value is bigger than the given reference. Parameters mixed $min Return Value NumericNodeDefinition Exceptions InvalidArgumentException when the constraint is inconsistent

TextType

class TextType extends AbstractType implements DataTransformerInterface Methods buildForm(FormBuilderInterface $builder, array $options) Builds the form. buildView(FormView $view, FormInterface $form, array $options) Builds the form view. from AbstractType finishView(FormView $view, FormInterface $form, array $options) Finishes the form view. from AbstractType configureOptions(OptionsResolver $resolver) Configures the options for this type. string getBlockPrefix() Returns

ButtonBuilder::getEventDispatcher()

EventDispatcherInterface getEventDispatcher() Unsupported method. Return Value EventDispatcherInterface The dispatcher

CombinedSelectorNode

class CombinedSelectorNode extends AbstractNode Represents a combined node. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods string getNodeName() from AbstractNode __construct(NodeInterface $selector, string $combinator, NodeInterface $subSelector) NodeInterface getSelector() string getCombinator() NodeInterface getSubSelector() Specificity getSpecificity() Returns n

StructuredBundleReader

class StructuredBundleReader implements StructuredBundleReaderInterface A structured reader wrapping an existing resource bundle reader. Methods __construct(BundleReaderInterface $reader) Creates an entry reader based on the given resource bundle reader. mixed read(string $path, string $locale) Reads a resource bundle. string[] getLocales(string $path) Reads the available locales of a resource bundle. mixed readEntry(string $path, string $locale, array $indices, Boolean $f

AbstractTypeExtension::buildForm()

buildForm(FormBuilderInterface $builder, array $options) Builds the form. This method is called after the extended type has built the form to further modify it. Parameters FormBuilderInterface $builder The form builder array $options The options