Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| DerivativeDiscoveryDecorator::getDerivatives | function | core/ |
Adds derivatives to a list of plugin definitions. |
| DerivativeDiscoveryDecorator::getDeriver | function | core/ |
Gets a deriver for a base plugin. |
| DerivativeDiscoveryDecorator::getDeriverClass | function | core/ |
Gets the deriver class name from the base plugin definition. |
| DerivativeDiscoveryDecorator::mergeDerivativeDefinition | function | core/ |
Merges a base and derivative definition, taking into account empty values. |
| DerivativeDiscoveryDecorator::__call | function | core/ |
Passes through all unknown calls onto the decorated object. |
| DerivativeDiscoveryDecorator::__construct | function | core/ |
Creates a new instance. |
| DerivativeDiscoveryDecoratorTest | class | core/ |
Unit tests for the derivative discovery decorator. |
| DerivativeDiscoveryDecoratorTest.php | file | core/ |
|
| DerivativeDiscoveryDecoratorTest::$discoveryMain | property | core/ |
The mock main discovery object. |
| DerivativeDiscoveryDecoratorTest::setUp | function | core/ |
|
| DerivativeDiscoveryDecoratorTest::testExistingDerivative | function | core/ |
Tests derivative definitions when a definition already exists. |
| DerivativeDiscoveryDecoratorTest::testGetDerivativeFetcher | function | core/ |
Tests the getDerivativeFetcher method. |
| DerivativeDiscoveryDecoratorTest::testGetDerivativeFetcherWithAnnotationObjects | function | core/ |
Tests the getDerivativeFetcher method with objects instead of arrays. |
| DerivativeDiscoveryDecoratorTest::testGetDeriverClassWithClassedDefinitions | function | core/ |
Tests getDeriverClass with classed objects instead of arrays. |
| DerivativeDiscoveryDecoratorTest::testGetDeriverClassWithInvalidClassedDefinitions | function | core/ |
@covers ::getDeriverClass[[api-linebreak]] |
| DerivativeDiscoveryDecoratorTest::testInvalidDerivativeFetcher | function | core/ |
Tests the getDerivativeFetcher method with an invalid class. |
| DerivativeDiscoveryDecoratorTest::testNonExistentDerivativeFetcher | function | core/ |
Tests the getDerivativeFetcher method with a non-existent class. |
| DerivativeDiscoveryDecoratorTest::testSingleExistingDerivative | function | core/ |
Tests a single definition when a derivative already exists. |
| DerivativeInspectionInterface | interface | core/ |
Provides a plugin interface for providing derivative metadata inspection. |
| DerivativeInspectionInterface.php | file | core/ |
|
| DerivativeInspectionInterface::getBaseId | function | core/ |
Gets the base_plugin_id of the plugin instance. |
| DerivativeInspectionInterface::getDerivativeId | function | core/ |
Gets the derivative_id of the plugin instance. |
| DerivativeTest | class | core/ |
Tests that derivative plugins are correctly discovered. |
| DerivativeTest.php | file | core/ |
|
| DerivativeTest::$modules | property | core/ |
Modules to enable. |
| DerivativeTest::testDerivativeDecorator | function | core/ |
Tests getDefinitions() and getDefinition() with a derivativeDecorator. |
| DerivedToolkit | class | core/ |
Provides a derivative of TestToolkit. |
| DerivedToolkit.php | file | core/ |
|
| DeriverBase | class | core/ |
Provides a basic deriver. |
| DeriverBase.php | file | core/ |
|
| DeriverBase::$derivatives | property | core/ |
List of derivative definitions. |
| DeriverBase::getDerivativeDefinition | function | core/ |
Gets the definition of a derivative plugin. |
| DeriverBase::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
| DeriverInterface | interface | core/ |
Provides additional plugin definitions based on an existing definition. |
| DeriverInterface.php | file | core/ |
|
| DeriverInterface::getDerivativeDefinition | function | core/ |
Gets the definition of a derivative plugin. |
| DeriverInterface::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
| Desaturate | class | core/ |
Defines GD2 Desaturate operation. |
| Desaturate.php | file | core/ |
|
| Desaturate::arguments | function | core/ |
Returns the definition of the operation arguments. |
| Desaturate::execute | function | core/ |
Performs the actual manipulation on the image. |
| DesaturateImageEffect | class | core/ |
Desaturates (grayscale) an image resource. |
| DesaturateImageEffect.php | file | core/ |
|
| DesaturateImageEffect::applyEffect | function | core/ |
Applies an image effect to the image object. |
| DescriptionAwareFileFormatterBase | class | core/ |
Base class for file formatters that have to deal with file descriptions. |
| DescriptionAwareFileFormatterBase.php | file | core/ |
|
| DescriptionAwareFileFormatterBase::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
| DescriptionAwareFileFormatterBase::settingsForm | function | core/ |
Returns a form to configure settings for the formatter. |
| DescriptionAwareFileFormatterBase::settingsSummary | function | core/ |
Returns a short summary for the current formatter settings. |
| DestinationBase | class | core/ |
Base class for migrate destination classes. |
Pagination
- Previous page
- Page 387
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.