Search for plugin
- Search 7.x for plugin
- Search 9.5.x for plugin
- Search 8.9.x for plugin
- Search 10.3.x for plugin
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Plugin | class | composer/ |
Composer plugin for handling drupal scaffold. |
Plugin | class | core/ |
Defines a Plugin annotation object. |
Plugin | class | core/ |
Defines a Plugin attribute object. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
ComposerPluginsValidatorSimpleInvalidTest::testValidationAfterTrustingDuringPreCreate | function | core/ |
Tests additional composer plugins can be trusted during pre-create. |
ComposerPluginsValidatorSimpleInvalidTest::testValidationDuringPreApply | function | core/ |
Tests composer plugins are validated during pre-apply. |
ComposerPluginsValidatorSimpleInvalidTest::testValidationDuringPreCreate | function | core/ |
Tests composer plugins are validated during pre-create. |
ComposerPluginsValidatorSimpleValidTest | class | core/ |
@covers \Drupal\package_manager\Validator\ComposerPluginsValidator @group #slow @group package_manager @internal |
ComposerPluginsValidatorSimpleValidTest.php | file | core/ |
|
ComposerPluginsValidatorSimpleValidTest::testValidationDuringPreApply | function | core/ |
Tests composer plugins are validated during pre-apply. |
ComposerPluginsValidatorSimpleValidTest::testValidationDuringPreCreate | function | core/ |
Tests composer plugins are validated during pre-create. |
ComposerPluginsValidatorTest | class | core/ |
@covers \Drupal\package_manager\Validator\ComposerPluginsValidator @group package_manager @internal |
ComposerPluginsValidatorTest.php | file | core/ |
|
ComposerPluginsValidatorTest::providerComplexInvalidCases | function | core/ |
Generates complex invalid test cases based on the simple test cases. |
ComposerPluginsValidatorTest::providerSimpleInvalidCases | function | core/ |
Generates simple invalid test cases. |
ComposerPluginsValidatorTest::providerSimpleValidCases | function | core/ |
Generates simple test cases. |
ComposerPluginsValidatorTest::testAddDisallowedPlugin | function | core/ |
Tests adding a plugin that's not allowed by the allow-plugins config. |
ComposerPluginsValidatorTest::testInsecureConfigurationFailsValidationPreApply | function | core/ |
Tests `config.allow-plugins: true` fails validation during pre-apply. |
ComposerPluginsValidatorTest::testInsecureConfigurationFailsValidationPreCreate | function | core/ |
Tests `config.allow-plugins: true` fails validation during pre-create. |
ComposerPluginsValidatorTest::testValidationAfterTrustingDuringPreApply | function | core/ |
Tests additional composer plugins can be trusted during pre-apply. |
ComposerPluginsValidatorTest::testValidationAfterTrustingDuringPreCreate | function | core/ |
Tests additional composer plugins can be trusted during pre-create. |
ComposerPluginsValidatorTest::testValidationDuringPreApply | function | core/ |
Tests composer plugins are validated during pre-apply. |
ComposerPluginsValidatorTest::testValidationDuringPreCreate | function | core/ |
Tests composer plugins are validated during pre-create. |
ComposerPluginsValidatorTestBase | class | core/ |
@group package_manager @internal |
ComposerPluginsValidatorTestBase.php | file | core/ |
|
ComposerPluginsValidatorTestBase::doTestValidationAfterTrustingDuringPreApply | function | core/ |
Tests additional composer plugins can be trusted during pre-apply. |
ComposerPluginsValidatorTestBase::doTestValidationAfterTrustingDuringPreCreate | function | core/ |
Tests additional composer plugins can be trusted during pre-create. |
ComposerPluginsValidatorTestBase::doTestValidationDuringPreApply | function | core/ |
Tests composer plugins are validated during pre-apply. |
ComposerPluginsValidatorTestBase::doTestValidationDuringPreCreate | function | core/ |
Tests composer plugins are validated during pre-create. |
ComposerPluginsValidatorTestBase::providerComplexInvalidCases | function | core/ |
Generates complex invalid test cases based on the simple test cases. |
ComposerPluginsValidatorTestBase::providerSimpleInvalidCases | function | core/ |
Generates simple invalid test cases. |
ComposerPluginsValidatorTestBase::providerSimpleValidCases | function | core/ |
Generates simple test cases. |
ConditionPluginBase | class | core/ |
Provides a basis for fulfilling contexts for condition plugins. |
ConditionPluginBase.php | file | core/ |
|
ConditionPluginBase::$executableManager | property | core/ |
The condition manager to proxy execute calls through. |
ConditionPluginBase::buildConfigurationForm | function | core/ |
Form constructor. |
ConditionPluginBase::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
ConditionPluginBase::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
ConditionPluginBase::execute | function | core/ |
Executes the plugin. |
ConditionPluginBase::getConfiguration | function | core/ |
Gets this plugin's configuration. |
ConditionPluginBase::isNegated | function | core/ |
Determines whether condition result will be negated. |
ConditionPluginBase::setConfiguration | function | core/ |
Sets the configuration for this plugin instance. |
ConditionPluginBase::setExecutableManager | function | core/ |
Sets the executable manager class. |
ConditionPluginBase::submitConfigurationForm | function | core/ |
Form submission handler. |
ConditionPluginBase::validateConfigurationForm | function | core/ |
Form validation handler. |
ConditionPluginBase::__construct | function | core/ |
|
ConditionPluginCollection | class | core/ |
Provides a collection of condition plugins. |
ConditionPluginCollection.php | file | core/ |
|
ConditionPluginCollection::$conditionContexts | property | core/ |
An array of collected contexts for conditions. |
ConditionPluginCollection::addContext | function | core/ |
Sets the condition context for a given name. |
ConditionPluginCollection::get | function | core/ |
Gets a plugin instance, initializing it if necessary. |
ConditionPluginCollection::getConditionContexts | function | core/ |
Gets the values for all defined contexts. |
ConditionPluginCollection::getConfiguration | function | core/ |
Gets the current configuration of all plugins in this collection. |
ConditionPluginCollectionTest | class | core/ |
@coversDefaultClass \Drupal\Core\Condition\ConditionPluginCollection |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.