| LayoutTestPlugin::submitConfigurationForm |
function |
core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestPlugin.php |
Form submission handler. |
| LayoutTestPlugin::validateConfigurationForm |
function |
core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestPlugin.php |
Form validation handler. |
| LazyPluginCollection |
class |
core/lib/Drupal/Component/Plugin/LazyPluginCollection.php |
Defines an object which stores multiple plugin instances to lazy load them. |
| LazyPluginCollection.php |
file |
core/lib/Drupal/Component/Plugin/LazyPluginCollection.php |
|
| LazyPluginCollection::$instanceIds |
property |
core/lib/Drupal/Component/Plugin/LazyPluginCollection.php |
Stores the IDs of all potential plugin instances. |
| LazyPluginCollection::$pluginInstances |
property |
core/lib/Drupal/Component/Plugin/LazyPluginCollection.php |
Stores all instantiated plugins. |
| LazyPluginCollection::addInstanceId |
function |
core/lib/Drupal/Component/Plugin/LazyPluginCollection.php |
Adds an instance ID to the available instance IDs. |
| LazyPluginCollection::clear |
function |
core/lib/Drupal/Component/Plugin/LazyPluginCollection.php |
Clears all instantiated plugins. |
| LazyPluginCollection::count |
function |
core/lib/Drupal/Component/Plugin/LazyPluginCollection.php |
|
| LazyPluginCollection::get |
function |
core/lib/Drupal/Component/Plugin/LazyPluginCollection.php |
Gets a plugin instance, initializing it if necessary. |
| LazyPluginCollection::getConfiguration |
function |
core/lib/Drupal/Component/Plugin/LazyPluginCollection.php |
Gets the current configuration of all plugins in this collection. |
| LazyPluginCollection::getInstanceIds |
function |
core/lib/Drupal/Component/Plugin/LazyPluginCollection.php |
Gets all instance IDs. |
| LazyPluginCollection::getIterator |
function |
core/lib/Drupal/Component/Plugin/LazyPluginCollection.php |
|
| LazyPluginCollection::has |
function |
core/lib/Drupal/Component/Plugin/LazyPluginCollection.php |
Determines if a plugin instance exists. |
| LazyPluginCollection::initializePlugin |
function |
core/lib/Drupal/Component/Plugin/LazyPluginCollection.php |
Initializes and stores a plugin. |
| LazyPluginCollection::remove |
function |
core/lib/Drupal/Component/Plugin/LazyPluginCollection.php |
Removes an initialized plugin. |
| LazyPluginCollection::removeInstanceId |
function |
core/lib/Drupal/Component/Plugin/LazyPluginCollection.php |
Removes an instance ID. |
| LazyPluginCollection::set |
function |
core/lib/Drupal/Component/Plugin/LazyPluginCollection.php |
Stores an initialized plugin. |
| LazyPluginCollection::setConfiguration |
function |
core/lib/Drupal/Component/Plugin/LazyPluginCollection.php |
Sets the configuration for all plugins in this collection. |
| LazyPluginCollectionTestBase |
class |
core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php |
Provides a base class for plugin collection tests. |
| LazyPluginCollectionTestBase.php |
file |
core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php |
|
| LazyPluginCollectionTestBase::$config |
property |
core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php |
Contains the plugin configuration. |
| LazyPluginCollectionTestBase::$defaultPluginCollection |
property |
core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php |
The tested plugin collection. |
| LazyPluginCollectionTestBase::$pluginInstances |
property |
core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php |
Stores all setup plugin instances. |
| LazyPluginCollectionTestBase::$pluginManager |
property |
core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php |
The mocked plugin manager. |
| LazyPluginCollectionTestBase::getPluginDefinitions |
function |
core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php |
Returns some example plugin definitions. |
| LazyPluginCollectionTestBase::getPluginMock |
function |
core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php |
Returns a mocked plugin object. |
| LazyPluginCollectionTestBase::returnPluginMap |
function |
core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php |
Return callback for createInstance. |
| LazyPluginCollectionTestBase::setUp |
function |
core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php |
|
| LazyPluginCollectionTestBase::setupPluginCollection |
function |
core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php |
Sets up the default plugin collection. |
| LibraryDiscoveryParser::$componentPluginManager |
property |
core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php |
The component plugin manager. |
| LibraryDiscoveryParserTest::$componentPluginManager |
property |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
The mocked extension path resolver. |
| LinkFieldTest::$plugin |
property |
core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldTest.php |
The migrate field plugin. |
| LinkFieldTest::$plugin |
property |
core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldTest.php |
|
| ListPlugin |
class |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php |
CKEditor 5 List plugin. |
| ListPlugin.php |
file |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php |
|
| ListPlugin::buildConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php |
Form constructor. |
| ListPlugin::defaultConfiguration |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php |
Gets default configuration for this plugin. |
| ListPlugin::getDynamicPluginConfig |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php |
Allows a plugin to modify its static configuration. |
| ListPlugin::getElementsSubset |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php |
Returns a configured subset of the elements supported by this plugin. |
| ListPlugin::submitConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php |
Form submission handler. |
| ListPlugin::validateConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php |
Form validation handler. |
| ListPluginTest |
class |
core/modules/ckeditor5/tests/src/Unit/ListPluginTest.php |
Tests Drupal\ckeditor5\Plugin\CKEditor5Plugin\ListPlugin. |
| ListPluginTest.php |
file |
core/modules/ckeditor5/tests/src/Unit/ListPluginTest.php |
|
| ListPluginTest::providerGetDynamicPluginConfig |
function |
core/modules/ckeditor5/tests/src/Unit/ListPluginTest.php |
Provides a list of configs to test. |
| ListPluginTest::testGetDynamicPluginConfig |
function |
core/modules/ckeditor5/tests/src/Unit/ListPluginTest.php |
Tests get dynamic plugin config. |
| LocalActionDefaultTest::$pluginDefinition |
property |
core/tests/Drupal/Tests/Core/Menu/LocalActionDefaultTest.php |
The used plugin definition. |
| LocalActionDefaultTest::$pluginId |
property |
core/tests/Drupal/Tests/Core/Menu/LocalActionDefaultTest.php |
The used plugin ID. |
| LocalTaskDefaultTest::$pluginDefinition |
property |
core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php |
The used plugin definition. |
| LocalTaskDefaultTest::$pluginId |
property |
core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php |
The used plugin ID. |