Search for plugin
- Search 7.x for plugin
- Search 9.5.x for plugin
- Search 10.3.x for plugin
- Search 11.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. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
CKEditorPluginContextualInterface | interface | core/ |
Defines an interface for contextually enabled CKEditor plugins. |
CKEditorPluginContextualInterface.php | file | core/ |
|
CKEditorPluginContextualInterface::isEnabled | function | core/ |
Checks if this plugin should be enabled based on the editor configuration. |
CKEditorPluginCssInterface | interface | core/ |
Defines an interface for CKEditor plugins with associated CSS. |
CKEditorPluginCssInterface.php | file | core/ |
|
CKEditorPluginCssInterface::getCssFiles | function | core/ |
Retrieves enabled plugins' iframe instance CSS files. |
CKEditorPluginInterface | interface | core/ |
Defines an interface for (loading of) CKEditor plugins. |
CKEditorPluginInterface.php | file | core/ |
|
CKEditorPluginInterface::getConfig | function | core/ |
Returns the additions to CKEDITOR.config for a specific CKEditor instance. |
CKEditorPluginInterface::getDependencies | function | core/ |
Returns a list of plugins this plugin requires. |
CKEditorPluginInterface::getFile | function | core/ |
Returns the Drupal root-relative file path to the plugin JavaScript file. |
CKEditorPluginInterface::getLibraries | function | core/ |
Returns a list of libraries this plugin requires. |
CKEditorPluginInterface::isInternal | function | core/ |
Indicates if this plugin is part of the optimized CKEditor build. |
CKEditorPluginManager | class | core/ |
Provides a CKEditor Plugin plugin manager. |
CKEditorPluginManager.php | file | core/ |
|
CKEditorPluginManager::getButtons | function | core/ |
Retrieves all available CKEditor buttons, keyed by plugin ID. |
CKEditorPluginManager::getCssFiles | function | core/ |
Retrieves enabled plugins' iframe instance CSS files, keyed by plugin ID. |
CKEditorPluginManager::getEnabledButtons | function | core/ |
Gets the enabled toolbar buttons in the given text editor instance. |
CKEditorPluginManager::getEnabledPluginFiles | function | core/ |
Retrieves enabled plugins' files, keyed by plugin ID. |
CKEditorPluginManager::injectPluginSettingsForm | function | core/ |
Injects the CKEditor plugins settings forms as a vertical tabs subform. |
CKEditorPluginManager::__construct | function | core/ |
Constructs a CKEditorPluginManager object. |
CKEditorPluginManagerTest | class | core/ |
@coversDefaultClass \Drupal\ckeditor\CKEditorPluginManager |
CKEditorPluginManagerTest | class | core/ |
Tests different ways of enabling CKEditor plugins. |
CKEditorPluginManagerTest.php | file | core/ |
|
CKEditorPluginManagerTest.php | file | core/ |
|
CKEditorPluginManagerTest::$manager | property | core/ |
The manager for "CKEditor plugin" plugins. |
CKEditorPluginManagerTest::$modules | property | core/ |
Modules to enable. |
CKEditorPluginManagerTest::providerGetEnabledButtons | function | core/ |
Provides a list of configs to test. |
CKEditorPluginManagerTest::setUp | function | core/ |
|
CKEditorPluginManagerTest::testCssFiles | function | core/ |
Tests the iframe instance CSS files of plugins. |
CKEditorPluginManagerTest::testEnabledPlugins | function | core/ |
Tests the enabling of plugins. |
CKEditorPluginManagerTest::testGetEnabledButtons | function | core/ |
@covers ::getEnabledButtons @dataProvider providerGetEnabledButtons |
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/ |
Overrides \Drupal\Component\Plugin\PluginBase::__construct(). |
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. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.