SecurityExtension

class SecurityExtension extends Extension SecurityExtension. Methods string getXsdValidationBasePath() Returns the base path for the XSD files. string getNamespace() Returns the namespace to be used for this extension (XML namespace). string getAlias() Returns the recommended alias to use in XML. from Extension ConfigurationInterface|null getConfiguration(array $config, ContainerBuilder $container) Returns extension configuration. array getClassesToCompile() Gets the c

ProfilerStorageInterface::write()

bool write(Profile $profile) Saves a Profile. Parameters Profile $profile A Profile instance Return Value bool Write operation successful

LoggerDataCollector::getPriorities()

getPriorities()

SecurityDataCollector::isEnabled()

bool isEnabled() Checks if security is enabled. Return Value bool true if security is enabled, false otherwise

InvalidOptionException

class InvalidOptionException extends InvalidArgumentException implements ExceptionInterface Represents an incorrect option name typed in the console.

SymfonyTestsListener::addSkippedTest()

addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time) Parameters PHPUnit_Framework_Test $test Exception $e $time

ParseException

class ParseException extends Exception implements ExceptionInterface ParseException is thrown when a CSS selector syntax is not valid. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect.

InputDefinition::addOptions()

addOptions(InputOption[] $options = array()) Adds an array of InputOption objects. Parameters InputOption[] $options An array of InputOption objects

ConstraintViolationList::offsetUnset()

offsetUnset($offset) {@inheritdoc} Parameters $offset

FileFormField::upload()

upload(string $value) Sets the value of the field. Parameters string $value The value of the field