MutableAclInterface::deleteObjectFieldAce()

deleteObjectFieldAce(int $index, string $field) Deletes an object-field-based ACE Parameters int $index string $field

TranslationExtension

class TranslationExtension extends Twig_Extension Provides integration of the Translation component with Twig. Methods __construct(TranslatorInterface $translator, Twig_NodeVisitorInterface $translationNodeVisitor = null) getTranslator() getFilters() {@inheritdoc} array getTokenParsers() Returns the token parser instance to add to the existing list. getNodeVisitors() {@inheritdoc} getTranslationNodeVisitor() trans($message, array $arguments = array(), $do

Component\Console\Event

Classes ConsoleCommandEvent Allows to do things before the command is executed. ConsoleEvent Allows to inspect input and output of a command. ConsoleExceptionEvent Allows to handle exception thrown in a command. ConsoleTerminateEvent Allows to manipulate the exit code of a command after its execution.

OutputFormatter::getStyle()

OutputFormatterStyleInterface getStyle(string $name) Gets style options from style with specified name. Parameters string $name Return Value OutputFormatterStyleInterface Exceptions InvalidArgumentException When style isn't defined

ConsoleEvent::getOutput()

OutputInterface getOutput() Gets the output instance. Return Value OutputInterface An OutputInterface instance

FormView::isRendered()

bool isRendered() Returns whether the view was already rendered. Return Value bool Whether this view's widget is rendered

Regex::getHtmlPattern()

string|null getHtmlPattern() Converts the htmlPattern to a suitable format for HTML5 pattern. Example: /^[a-z]+$/ would be converted to [a-z]+ However, if options are specified, it cannot be converted. Pattern is also ignored if match=false since the pattern should then be reversed before application. Return Value string|null

LoggerDataCollector::getName()

string getName() Returns the name of the collector. Return Value string The collector name

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

Client::setServerParameter()

setServerParameter(string $key, string $value) Sets single server parameter. Parameters string $key A key of the parameter string $value A value of the parameter