ExecutableFinder::find()

string find(string $name, string $default = null, array $extraDirs = array()) Finds an executable by name. Parameters string $name The executable name (without the extension) string $default The default to return if no executable is found array $extraDirs Additional dirs to check into Return Value string The executable path or default value

NullOutput::isDecorated()

bool isDecorated() Gets the decorated flag. Return Value bool true if the output will decorate messages, false otherwise

Component\PropertyInfo

Namespaces Symfony\Component\PropertyInfo\Extractor Classes PropertyInfoExtractor Default {see PropertyInfoExtractorInterface} implementation. Type Type value object (immutable). Interfaces PropertyAccessExtractorInterface Guesses if the property can be accessed or mutated. PropertyDescriptionExtractorInterface Description extractor Interface. PropertyInfoExtractorInterface Gets info about PHP class properties. PropertyListExtractorInterface Extracts the list of prope

PostResponseEvent

class PostResponseEvent extends KernelEvent Allows to execute logic after a response was sent. Since it's only triggered on master requests, the getRequestType() method will always return the value of HttpKernelInterface::MASTER_REQUEST. Methods bool isPropagationStopped() Returns whether further event listeners should be triggered. from Event stopPropagation() Stops the propagation of the event to further event listeners. from Event setDispatcher(EventDispatcherInterface $dispat

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

AbstractToken::setAttribute()

setAttribute(string $name, mixed $value) Sets an attribute. Parameters string $name The attribute name mixed $value The attribute value

FormConfigInterface::getMethod()

string getMethod() Returns the HTTP method used by the form. Return Value string The HTTP method of the form

PathPackage::getBasePath()

string getBasePath() Returns the base path. Return Value string The base path

ExecutionContext deprecated

class ExecutionContext implements ExecutionContextInterface deprecated since version 2.5, to be removed in 3.0. Use {@link Context\ExecutionContext} instead. Default implementation of {@link ExecutionContextInterface}. This class is immutable by design. Methods __construct(GlobalExecutionContextInterface $globalContext, TranslatorInterface $translator, null|string $translationDomain = null, MetadataInterface $metadata = null, mixed $value = null, string $group = null, string $propert

ParameterBag::has()

bool has(string $key) Returns true if the parameter is defined. Parameters string $key The key Return Value bool true if the parameter exists, false otherwise