Search for set
Title | Object type | File name | Summary |
---|---|---|---|
PluginBaseTest | class | core/ |
Tests the PluginBase class. |
PluginBaseTest | class | core/ |
@coversDefaultClass \Drupal\Component\Plugin\PluginBase[[api-linebreak]] @group Plugin |
PluginBaseTest.php | file | core/ |
|
PluginBaseTest.php | file | core/ |
|
PluginBaseTest.php | file | core/ |
|
PluginBaseTest::$testHelperPlugin | property | core/ |
The test helper plugin to use for the tests. |
PluginBaseTest::$testPluginBase | property | core/ |
|
PluginBaseTest::providerTestFilterByDefinedOptions | function | core/ |
|
PluginBaseTest::providerTestGetBaseId | function | core/ |
Returns test data for testGetBaseId(). |
PluginBaseTest::providerTestGetDerivativeId | function | core/ |
Returns test data for testGetDerivativeId(). |
PluginBaseTest::providerTestGetPluginId | function | core/ |
Returns test data for testGetPluginId(). |
PluginBaseTest::providerTestSetOptionDefault | function | core/ |
Data provider for testSetOptionDefault(). |
PluginBaseTest::providerTestUnpackOptions | function | core/ |
Data provider for testUnpackOptions(). |
PluginBaseTest::setUp | function | core/ |
|
PluginBaseTest::setUp | function | core/ |
|
PluginBaseTest::testFilterByDefinedOptions | function | core/ |
@dataProvider providerTestFilterByDefinedOptions @covers ::filterByDefinedOptions[[api-linebreak]] |
PluginBaseTest::testGetBaseId | function | core/ |
@dataProvider providerTestGetBaseId @coves ::getBaseId |
PluginBaseTest::testGetDerivativeId | function | core/ |
@dataProvider providerTestGetDerivativeId @covers ::getDerivativeId[[api-linebreak]] |
PluginBaseTest::testGetPluginDefinition | function | core/ |
@covers ::getPluginDefinition[[api-linebreak]] |
PluginBaseTest::testGetPluginId | function | core/ |
@dataProvider providerTestGetPluginId @covers ::getPluginId[[api-linebreak]] |
PluginBaseTest::testSetOptionDefault | function | core/ |
Tests the setOptionDefault method. |
PluginBaseTest::testUnpackOptions | function | core/ |
Tests the unpackOptions method. |
PluginBaseTest::testViewsTokenReplace | function | core/ |
Tests that the token replacement in views works correctly. |
PluginBaseTest::testViewsTokenReplaceWithDots | function | core/ |
Tests that the token replacement in views works correctly with dots. |
PluginBaseTest::testViewsTokenReplaceWithTwigTokens | function | core/ |
Tests viewsTokenReplace without any twig tokens. |
PluginDefinition::setClass | function | core/ |
Sets the class. |
PluginDefinitionInterface::setClass | function | core/ |
Sets the class. |
PluginFormBase::setPlugin | function | core/ |
Sets the plugin for this object. |
PluginFormFactoryTest::setUp | function | core/ |
|
PluginInstanceTest::setUp | function | core/ |
|
PluginManagerBaseTest | class | core/ |
@coversDefaultClass \Drupal\Component\Plugin\PluginManagerBase[[api-linebreak]] @group Plugin |
PluginManagerBaseTest.php | file | core/ |
|
PluginManagerBaseTest::createInstanceCallback | function | core/ |
A callback method for mocking FactoryInterface objects. |
PluginManagerBaseTest::getMockFactoryInterface | function | core/ |
Generates a mocked FactoryInterface object with known properties. |
PluginManagerBaseTest::testCreateInstance | function | core/ |
Tests createInstance() with no fallback methods. |
PluginManagerBaseTest::testCreateInstanceFallback | function | core/ |
Tests createInstance() with a fallback method. |
PluginManagerBaseTest::testGetInstance | function | core/ |
@covers ::getInstance[[api-linebreak]] |
PluginManagerBaseTest::testGetInstanceWithoutMapperShouldThrowException | function | core/ |
@covers ::getInstance[[api-linebreak]] |
PluginSettingsBase | class | core/ |
Base class for the Field API plugins. |
PluginSettingsBase.php | file | core/ |
|
PluginSettingsBase::$defaultSettingsMerged | property | core/ |
Whether default settings have been merged into the current $settings. |
PluginSettingsBase::$settings | property | core/ |
The plugin settings. |
PluginSettingsBase::$thirdPartySettings | property | core/ |
The plugin settings injected by third party modules. |
PluginSettingsBase::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
PluginSettingsBase::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
PluginSettingsBase::getSetting | function | core/ |
Returns the value of a setting, or its default value if absent. |
PluginSettingsBase::getSettings | function | core/ |
Returns the array of settings, including defaults for missing settings. |
PluginSettingsBase::getThirdPartyProviders | function | core/ |
Gets the list of third parties that store information. |
PluginSettingsBase::getThirdPartySetting | function | core/ |
Gets the value of a third-party setting. |
PluginSettingsBase::getThirdPartySettings | function | core/ |
Gets all third-party settings of a given module. |
Pagination
- Previous page
- Page 113
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.