Process::getOutput()

string getOutput() Returns the current output of the process (STDOUT). Return Value string The process output Exceptions LogicException in case the output has been disabled LogicException In case the process is not started

IpUtils::checkIp4()

static bool checkIp4(string $requestIp, string $ip) Compares two IPv4 addresses. In case a subnet is given, it checks if it contains the request IP. Parameters string $requestIp IPv4 address to check string $ip IPv4 address or subnet in CIDR notation Return Value bool Whether the request IP matches the IP, or whether the request IP is within the CIDR subnet

FormConfigInterface::getByReference()

bool getByReference() Returns whether the form's data should be modified by reference. Return Value bool Whether to modify the form's data by reference

TokenStream::isEOF()

bool isEOF() Checks if end of stream was reached. Return Value bool

TableHelper deprecated::render()

render(OutputInterface $output) Renders table to output. Example: +---------------+-----------------------+------------------+ | ISBN | Title | Author | +---------------+-----------------------+------------------+ | 99921-58-10-7 | Divine Comedy | Dante Alighieri | | 9971-5-0210-0 | A Tale of Two Cities | Charles Dickens | | 960-425-059-0 | The Lord of the Rings | J. R. R. Tolkien | +---------------+-----------------------+------------------+ Parameters OutputInterface $output

Table::setColumnStyle()

Table setColumnStyle(int $columnIndex, TableStyle|string $name) Sets table column style. Parameters int $columnIndex Column index TableStyle|string $name The style name or a TableStyle instance Return Value Table

CombinationExtension::translateDirectAdjacent()

XPathExpr translateDirectAdjacent(XPathExpr $xpath, XPathExpr $combinedXpath) Parameters XPathExpr $xpath XPathExpr $combinedXpath Return Value XPathExpr

SessionStorageInterface::getId()

string getId() Returns the session ID. Return Value string The session ID or empty

CodeExtension::getFilters()

getFilters() {@inheritdoc}

FormFactoryBuilder::addExtensions()

FormFactoryBuilderInterface addExtensions(array $extensions) Adds a list of extensions to be loaded by the factory. Parameters array $extensions The extensions. Return Value FormFactoryBuilderInterface The builder.