EntryInterface::isGranting()

bool isGranting() Returns whether this ACE is granting, or denying Return Value bool

AssetsInstallCommand

class AssetsInstallCommand extends ContainerAwareCommand Command that places bundle web assets into a given directory. Constants METHOD_COPY METHOD_ABSOLUTE_SYMLINK METHOD_RELATIVE_SYMLINK 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 $helperS

MockArraySessionStorage::setName()

setName(string $name) Sets the session name. Parameters string $name

DumpExtension::dump()

dump(Twig_Environment $env, $context) Parameters Twig_Environment $env $context

ChoiceFormField::untick()

untick() Ticks a checkbox. Exceptions LogicException When the type provided is not correct

LessThanOrEqual

class LessThanOrEqual extends AbstractComparison Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. TOO_HIGH_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $message $valu

RuntimeException

class RuntimeException extends RuntimeException implements ExceptionInterface Base RuntimeException for the Validator component.

QuestionHelper

class QuestionHelper extends Helper The QuestionHelper class provides helpers to interact with the user. Methods setHelperSet(HelperSet $helperSet = null) Sets the helper set associated with this helper. from Helper HelperSet getHelperSet() Gets the helper set associated with this helper. from Helper static int strlen(string $string) Returns the length of a string, using mb_strwidth if it is available. from Helper static formatTime($secs) from Helper static formatMemory(

Component\DependencyInjection\Config

Classes AutowireServiceResource

Process::getStatus()

string getStatus() Gets the process status. The status is one of: ready, started, terminated. Return Value string The current process status