NodeExtension::getName()

string getName() Returns extension name. Return Value string

TableStyle::getCellRowContentFormat()

string getCellRowContentFormat() Gets row cell content format. Return Value string

AuditableEntryInterface::isAuditSuccess()

bool isAuditSuccess() Whether auditing for successful denies is turned on Return Value bool

ExpressionVoter::addExpressionLanguageProvider()

addExpressionLanguageProvider(ExpressionFunctionProviderInterface $provider) Parameters ExpressionFunctionProviderInterface $provider

TextDescriptor

class TextDescriptor extends Descriptor Text descriptor. Methods describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. from Descriptor Details describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. Parameters OutputInterface $output object $object array $options

KernelInterface::getStartTime()

int getStartTime() Gets the request start time (not available if debug is disabled). Return Value int The request start timestamp

Button::isEmpty()

bool isEmpty() Unsupported method. Return Value bool

SessionInterface::getBag()

SessionBagInterface getBag(string $name) Gets a bag instance by name. Parameters string $name Return Value SessionBagInterface

ResultIterator::next()

next()

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