ApplicationTester::getInput()

InputInterface getInput() Gets the input instance used by the last execution of the application. Return Value InputInterface The current input instance

RequestMatcher::matchScheme()

matchScheme(string|string[]|null $scheme) Adds a check for the HTTP scheme. Parameters string|string[]|null $scheme An HTTP scheme or an array of HTTP schemes

AdapterInterface deprecated::setNotNames()

AdapterInterface setNotNames(array $notNames) Parameters array $notNames Return Value AdapterInterface Current instance

EntryManagerInterface::add()

add(Entry $entry) Adds a new entry in the Ldap server. Parameters Entry $entry

MessageCatalogueInterface::replace()

replace(array $messages, string $domain = 'messages') Sets translations for a given domain. Parameters array $messages An array of translations string $domain The domain name

Kernel::stripComments()

static string stripComments(string $source) Removes comments from a PHP source string. We don't use the PHP phpstripwhitespace() function as we want the content to be readable and well-formatted. Parameters string $source A PHP string Return Value string The PHP string with the comments removed

AdapterInterface deprecated::setContains()

AdapterInterface setContains(array $contains) Parameters array $contains Return Value AdapterInterface Current instance

VariableNodeDefinition

class VariableNodeDefinition extends NodeDefinition This class provides a fluent interface for defining a node. Methods __construct(string $name, NodeParentInterface $parent = null) Constructor. from NodeDefinition NodeDefinition|$this setParent(NodeParentInterface $parent) Sets the parent node. from NodeDefinition NodeDefinition|$this info(string $info) Sets info message. from NodeDefinition NodeDefinition|$this example(string|array $example) Sets example configuration. fro

EventDispatcher::getListeners()

array getListeners(string $eventName = null) Gets the listeners of a specific event or all listeners sorted by descending priority. Parameters string $eventName The name of the event Return Value array The event listeners for the specified event, or all event listeners by event name

AbstractAdapter deprecated::ignoreUnreadableDirs()

AdapterInterface ignoreUnreadableDirs(bool $ignore = true) Parameters bool $ignore Return Value AdapterInterface Current instance