Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| ControllerBase::redirect | function | core/ |
Returns a redirect response object for the specified route. |
| ControllerBase::state | function | core/ |
Returns the state storage service. |
| ControllerBaseTest | class | core/ |
Tests that the base controller class. |
| ControllerBaseTest.php | file | core/ |
|
| ControllerBaseTest::$controllerBase | property | core/ |
The tested controller base class. |
| ControllerBaseTest::setUp | function | core/ |
|
| ControllerBaseTest::testGetConfig | function | core/ |
Tests the config method. |
| ControllerResolver | class | core/ |
ControllerResolver to enhance controllers beyond Symfony's basic handling. |
| ControllerResolver.php | file | core/ |
|
| ControllerResolver::$classResolver | property | core/ |
The class resolver. |
| ControllerResolver::$httpMessageFactory | property | core/ |
The PSR-7 converter. |
| ControllerResolver::createController | function | core/ |
Returns a callable for the given controller. |
| ControllerResolver::doGetArguments | function | core/ |
|
| ControllerResolver::getController | function | core/ |
|
| ControllerResolver::getControllerFromDefinition | function | core/ |
Returns the Controller instance with a given controller route definition. |
| ControllerResolver::__construct | function | core/ |
Constructs a new ControllerResolver. |
| ControllerResolverInterface | interface | core/ |
Extends the ControllerResolverInterface from symfony. |
| ControllerResolverInterface.php | file | core/ |
|
| ControllerResolverInterface::getControllerFromDefinition | function | core/ |
Returns the Controller instance with a given controller route definition. |
| ControllerResolverTest | class | core/ |
@coversDefaultClass \Drupal\Core\Controller\ControllerResolver[[api-linebreak]] @group Controller |
| ControllerResolverTest.php | file | core/ |
Contains \Drupal\Tests\Core\Controller\ControllerResolverTest. |
| ControllerResolverTest::$container | property | core/ |
The container. |
| ControllerResolverTest::$controllerResolver | property | core/ |
The tested controller resolver. |
| ControllerResolverTest::$httpMessageFactory | property | core/ |
The PSR-7 converter. |
| ControllerResolverTest::assertCallableController | function | core/ |
Asserts that the controller is callable and produces the correct output. |
| ControllerResolverTest::providerTestCreateController | function | core/ |
Provides test data for testCreateController(). |
| ControllerResolverTest::providerTestGetController | function | core/ |
Provides test data for testGetController(). |
| ControllerResolverTest::providerTestGetControllerFromDefinition | function | core/ |
Provides test data for testGetControllerFromDefinition(). |
| ControllerResolverTest::setUp | function | core/ |
|
| ControllerResolverTest::testCreateController | function | core/ |
Tests createController(). |
| ControllerResolverTest::testCreateControllerInvalidName | function | core/ |
Tests createController() with an invalid name. |
| ControllerResolverTest::testCreateControllerNonExistentClass | function | core/ |
Tests createController() with a non-existent class. |
| ControllerResolverTest::testGetArguments | function | core/ |
Tests getArguments(). |
| ControllerResolverTest::testGetArgumentsWithRouteMatchAndPsr7Request | function | core/ |
Tests getArguments with a route match and a PSR-7 request. |
| ControllerResolverTest::testGetArgumentsWithRouteMatchAndRequest | function | core/ |
Tests getArguments with a route match and a request. |
| ControllerResolverTest::testGetController | function | core/ |
Tests getController(). |
| ControllerResolverTest::testGetControllerFromDefinition | function | core/ |
Tests getControllerFromDefinition(). |
| ControllerResolverTest::testGetControllerFromDefinitionNotCallable | function | core/ |
Tests getControllerFromDefinition() without a callable. |
| ControllerResolverTest::testRawParameterValueResolver | function | core/ |
@group legacy @expectedDeprecation Drupal\Core\Controller\ArgumentResolver\RawParameterValueResolver is deprecated in Drupal 8.8.1 and will be removed before Drupal 9.0.0. This class exists to prevent problems with updating core using Drush 8. There… |
| controller_resolver | service | core/ |
Drupal\Core\Controller\ControllerResolver |
| Convert | class | core/ |
Defines GD2 convert operation. |
| Convert.php | file | core/ |
|
| Convert::arguments | function | core/ |
Returns the definition of the operation arguments. |
| Convert::execute | function | core/ |
Performs the actual manipulation on the image. |
| Convert::validateArguments | function | core/ |
Validates the arguments. |
| ConvertImageEffect | class | core/ |
Converts an image resource. |
| ConvertImageEffect.php | file | core/ |
|
| ConvertImageEffect::applyEffect | function | core/ |
Applies an image effect to the image object. |
| ConvertImageEffect::buildConfigurationForm | function | core/ |
Form constructor. |
| ConvertImageEffect::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
Pagination
- Previous page
- Page 311
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.