StopwatchEvent::getCategory()

string getCategory() Gets the category. Return Value string The category

NodeInterface::hasDefaultValue()

bool hasDefaultValue() Returns true when the node has a default value. Return Value bool If the node has a default value

RouteCollectionBuilder

class RouteCollectionBuilder Helps add and import routes into a RouteCollection. Methods __construct(LoaderInterface $loader = null) RouteCollectionBuilder import(mixed $resource, string|null $prefix = '/', string $type = null) Import an external routing resource and returns the RouteCollectionBuilder. Route add(string $path, string $controller, string|null $name = null) Adds a route and returns it for future modification. RouteCollectionBuilder createBuilder() Returns a

ConfigDumpReferenceCommand

class ConfigDumpReferenceCommand extends AbstractConfigCommand A console command for dumping available configuration reference. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the

SecurityFactoryInterface::getPosition()

string getPosition() Defines the position at which the provider is called. Possible values: preauth, form, http, and rememberme. Return Value string

TokenizerPatterns

class TokenizerPatterns CSS selector tokenizer patterns builder. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods __construct() Constructor. string getNewLineEscapePattern() string getSimpleEscapePattern() string getUnicodeEscapePattern() string getIdentifierPattern() string getHashPattern() string getNumberPattern() string getQuotedStringPattern(string $

ButtonType::getParent()

string|null getParent() Returns the name of the parent type. Return Value string|null The name of the parent type if any, null otherwise

Component\EventDispatcher

Namespaces Symfony\Component\EventDispatcher\Debug Classes ContainerAwareEventDispatcher Lazily loads listeners and subscribers from the dependency injection container Event Event is the base class for classes containing event data. EventDispatcher The EventDispatcherInterface is the central point of Symfony's event listener system. GenericEvent Event encapsulation class. ImmutableEventDispatcher A read-only proxy for an event dispatcher. Interfaces EventDispatcherInter

ServiceReferenceGraph::hasNode()

bool hasNode(string $id) Checks if the graph has a specific node. Parameters string $id Id to check Return Value bool

RouteCollection::setMethods()

setMethods(string|array $methods) Sets the HTTP methods (e.g. 'POST') all child routes are restricted to. Parameters string|array $methods The method or an array of methods