Button::isEmpty()

bool isEmpty() Unsupported method. Return Value bool

KernelInterface::getStartTime()

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

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

Definition::getConfigurator()

callable|null getConfigurator() Gets the configurator to call after the service is fully initialized. Return Value callable|null The PHP callable to call

RedirectController::redirectAction()

Response redirectAction(Request $request, string $route, bool $permanent = false, bool|array $ignoreAttributes = false) Redirects to another route with the given name. The response status code is 302 if the permanent parameter is false (default), and 301 if the redirection is permanent. In case the route name is empty, the status code will be 404 when permanent is false and 410 otherwise. Parameters Request $request The request instance string $route The route name to redirect

ButtonBuilder::getName()

string getName() Returns the name of the form used as HTTP parameter. Return Value string The form name

Request::isXmlHttpRequest()

bool isXmlHttpRequest() Returns true if the request is a XMLHttpRequest. It works if your JavaScript library sets an X-Requested-With HTTP header. It is known to work with common JavaScript frameworks: Return Value bool true if the request is an XMLHttpRequest, false otherwise

SidNotLoadedException

class SidNotLoadedException extends Exception This exception is thrown when ACEs for an SID are requested which has not been loaded from the database.

NodeExtension::setFlag()

NodeExtension setFlag(int $flag, bool $on) Parameters int $flag bool $on Return Value NodeExtension