Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ConsoleInputCollector::collectValue | function | core/ |
Collects a single input value for a recipe. |
| ConsoleInputCollector::configureCommand | function | core/ |
Configures a console command to support the `--input` option. |
| ConsoleInputCollector::getInputFromOptions | function | core/ |
Returns the `--input` options passed to the command. |
| ConsoleInputCollector::INPUT_OPTION | constant | core/ |
The name of the command-line option for passing input values. |
| ConsoleInputCollector::__construct | function | core/ |
|
| ConsoleSubExampleCommand | class | core/ |
An example command in a subdirectory. |
| ConsoleSubExampleCommand.php | file | core/ |
|
| ConsoleSubExampleCommand::execute | function | core/ |
|
| ConsoleSubscriber | class | core/ |
Set a logger so that log messages appear in console output. |
| ConsoleSubscriber.php | file | core/ |
|
| ConsoleSubscriber::getSubscribedEvents | function | core/ |
|
| ConsoleSubscriber::onCommand | function | core/ |
Set a logger so that log messages appear in console output. |
| ConsoleSubscriber::__construct | function | core/ |
|
| ConsoleTest | class | core/ |
Tests integration with Symfony Console. |
| ConsoleTest.php | file | core/ |
|
| ConsoleTest::$modules | property | core/ |
Modules to install. |
| ConsoleTest::testApplication | function | core/ |
Tests the application wrapped by symfony/runtime. |
| ConsoleTest::testCommandLoader | function | core/ |
Tests command loader has the discovered commands. |
| ConsoleTest::testConfigureCommandIds | function | core/ |
Tests command loader has the discovered commands IDs via configure(). |
| ConsoleTest::testConsoleCommand | function | core/ |
Tests running a console command. |
| ConsoleTest::testSubdirectoryCommand | function | core/ |
Tests running a console command defined in a subdirectory. |
| console_test.info.yml | file | core/ |
core/modules/system/tests/modules/console_test/console_test.info.yml |
| console_test.services.yml | file | core/ |
core/modules/system/tests/modules/console_test/console_test.services.yml |
| Constraint | class | core/ |
A value object representing a Drupal version constraint. |
| Constraint | class | core/ |
Defines a Constraint attribute object. |
| Constraint | class | core/ |
Defines a validation constraint annotation object. |
| Constraint.php | file | core/ |
|
| Constraint.php | file | core/ |
|
| Constraint.php | file | core/ |
|
| Constraint::$constraint | property | core/ |
The constraint represented as a string. For example '>=8.x-5.x'. |
| Constraint::$constraintArray | property | core/ |
A list of associative arrays representing the constraint. |
| Constraint::$id | property | core/ |
The constraint plugin ID. |
| Constraint::$label | property | core/ |
The human-readable name of the constraint plugin. |
| Constraint::$type | property | core/ |
DataType plugin IDs for which this constraint applies. |
| Constraint::isCompatible | function | core/ |
Determines if the provided version is satisfied by this constraint. |
| Constraint::parseConstraint | function | core/ |
Parses a constraint string. |
| Constraint::__construct | function | core/ |
Constraint constructor. |
| Constraint::__construct | function | core/ |
Constructs a Constraint attribute. |
| Constraint::__toString | function | core/ |
Gets the constraint as a string. |
| ConstraintFactory | class | core/ |
Constraint plugin factory. |
| ConstraintFactory.php | file | core/ |
|
| ConstraintFactory::createInstance | function | core/ |
Creates a plugin instance based on the provided ID and configuration. |
| ConstraintFactoryTest | class | core/ |
Tests Drupal\Core\Validation\ConstraintFactory. |
| ConstraintFactoryTest.php | file | core/ |
|
| ConstraintFactoryTest::$modules | property | core/ |
Modules to install. |
| ConstraintFactoryTest::providerCreateInstanceBackwardsCompatibility | function | core/ |
Data provider for testAddConstraintBackwardsCompatibility(). |
| ConstraintFactoryTest::testAddConstraintBackwardsCompatibility | function | core/ |
Tests creating constraint plugins without passing an associative array. |
| ConstraintFactoryTest::testAdditionalConstraintBackwardsCompatibility | function | core/ |
Tests for backwards compatibility when creating specific other plugins. |
| ConstraintFactoryTest::testCreateInstance | function | core/ |
Tests create instance. |
| ConstraintManager | class | core/ |
Constraint plugin manager. |
Pagination
- Previous page
- Page 294
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.