Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::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::testGetController | function | core/ |
Tests getController(). |
| ControllerResolverTest::testGetControllerFromDefinition | function | core/ |
Tests getControllerFromDefinition(). |
| ControllerResolverTest::testGetControllerFromDefinitionNotCallable | function | core/ |
Tests getControllerFromDefinition() without a callable. |
| 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. |
| ConvertImageEffect::getDerivativeExtension | function | core/ |
Returns the extension of the derivative after applying this image effect. |
| ConvertImageEffect::getSummary | function | core/ |
Returns a render array summarizing the configuration of the image effect. |
| ConvertImageEffect::submitConfigurationForm | function | core/ |
Form submission handler. |
| ConvertTest | class | core/ |
Tests for the Convert image effect. |
| ConvertTest.php | file | core/ |
|
| ConvertTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ConvertTest::$modules | property | core/ |
Modules to enable. |
| ConvertTest::testConvertFileInRoot | function | core/ |
Tests that files stored in the root folder are converted properly. |
| ConvertTokens | class | core/ |
Plugin to replace !tokens with [tokens]. |
| ConvertTokens.php | file | core/ |
|
| ConvertTokens::transform | function | core/ |
Performs the associated process. |
Pagination
- Previous page
- Page 322
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.