Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Search 11.x for to
  6. Other projects
Title Object type File name Summary
PlainTextOutputTest.php file core/tests/Drupal/Tests/Component/Render/PlainTextOutputTest.php
PlainTextOutputTest::providerRenderFromHtml function core/tests/Drupal/Tests/Component/Render/PlainTextOutputTest.php Data provider for ::testRenderFromHtml()
PlainTextOutputTest::testRenderFromHtml function core/tests/Drupal/Tests/Component/Render/PlainTextOutputTest.php Tests ::renderFromHtml().
plugin.manager.ckeditor5.plugin service core/modules/ckeditor5/ckeditor5.services.yml Drupal\ckeditor5\Plugin\CKEditor5PluginManager
plugin.manager.editor service core/modules/editor/editor.services.yml Drupal\editor\Plugin\EditorManager
plugin.manager.help_topic service core/modules/help/help.services.yml Drupal\help\HelpTopicPluginManager
plugin.manager.icon_extractor service core/core.services.yml Drupal\Core\Theme\Icon\IconExtractorPluginManager
plugin.manager.layout_builder.section_storage service core/modules/layout_builder/layout_builder.services.yml Drupal\layout_builder\SectionStorage\SectionStorageManager
plugin.manager.top_bar_item service core/modules/navigation/navigation.services.yml Drupal\navigation\TopBarItemManager
plugin.manager.views.argument_validator service core/modules/views/views.services.yml Drupal\views\Plugin\ViewsPluginManager
Plugin::preAutoloadDump function composer/Plugin/Scaffold/Plugin.php Add vendor classes to Composer's static classmap.
PluginBase::DERIVATIVE_SEPARATOR constant core/lib/Drupal/Component/Plugin/PluginBase.php A string which is used to separate base plugin IDs from the derivative ID.
PluginBase::getAvailableGlobalTokens function core/modules/views/src/Plugin/views/PluginBase.php Returns an array of available token replacements.
PluginBase::globalTokenForm function core/modules/views/src/Plugin/views/PluginBase.php Adds elements for available core tokens to a form.
PluginBase::globalTokenReplace function core/modules/views/src/Plugin/views/PluginBase.php Returns a string with any core tokens replaced.
PluginBase::setOptionDefaults function core/modules/views/src/Plugin/views/PluginBase.php Fills up the options of the plugin with defaults.
PluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/PluginBase.php Handle any special handling on the validate form.
PluginBase::viewsTokenReplace function core/modules/views/src/Plugin/views/PluginBase.php Replaces Views' tokens in a given string.
PluginBaseTest::providerTestSetOptionDefault function core/modules/views/tests/src/Unit/PluginBaseTest.php Data provider for testSetOptionDefault().
PluginBaseTest::testSetOptionDefault function core/modules/views/tests/src/Unit/PluginBaseTest.php Tests the setOptionDefault method.
PluginBaseTest::testViewsTokenReplace function core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php Tests that the token replacement in views works correctly.
PluginBaseTest::testViewsTokenReplaceWithDots function core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php Tests that the token replacement in views works correctly with dots.
PluginBaseTest::testViewsTokenReplaceWithTwigTokens function core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php Tests viewsTokenReplace without any twig tokens.
PluginExample::$custom property core/modules/system/tests/modules/plugin_test/src/Plugin/Annotation/PluginExample.php Another plugin metadata.
PluginExistsConstraint::getDefaultOption function core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraint.php
PluginExistsConstraintValidator class core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraintValidator.php Validates the PluginExists constraint.
PluginExistsConstraintValidator.php file core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraintValidator.php
PluginExistsConstraintValidator::validate function core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraintValidator.php
PluginExistsConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/Plugin/PluginExistsConstraintValidatorTest.php Tests Plugin Exists Constraint Validator.
PluginExistsConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/Plugin/PluginExistsConstraintValidatorTest.php
PluginExistsConstraintValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/Plugin/PluginExistsConstraintValidatorTest.php Modules to install.
PluginExistsConstraintValidatorTest::testFallbackPluginIds function core/tests/Drupal/KernelTests/Core/Plugin/PluginExistsConstraintValidatorTest.php Tests that fallback plugin IDs can be considered valid or invalid.
PluginExistsConstraintValidatorTest::testValidation function core/tests/Drupal/KernelTests/Core/Plugin/PluginExistsConstraintValidatorTest.php Tests validation of plugin existence.
PluginFormFactory class core/lib/Drupal/Core/Plugin/PluginFormFactory.php Provides form discovery capabilities for plugins.
PluginFormFactory.php file core/lib/Drupal/Core/Plugin/PluginFormFactory.php
PluginFormFactory::$classResolver property core/lib/Drupal/Core/Plugin/PluginFormFactory.php The class resolver.
PluginFormFactory::createInstance function core/lib/Drupal/Core/Plugin/PluginFormFactory.php Creates a new form instance.
PluginFormFactory::__construct function core/lib/Drupal/Core/Plugin/PluginFormFactory.php PluginFormFactory constructor.
PluginFormFactoryInterface interface core/lib/Drupal/Core/Plugin/PluginFormFactoryInterface.php Provides an interface for retrieving form objects for plugins.
PluginFormFactoryInterface.php file core/lib/Drupal/Core/Plugin/PluginFormFactoryInterface.php
PluginFormFactoryInterface::createInstance function core/lib/Drupal/Core/Plugin/PluginFormFactoryInterface.php Creates a new form instance.
PluginFormFactoryTest class core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php Tests Drupal\Core\Plugin\PluginFormFactory.
PluginFormFactoryTest.php file core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php
PluginFormFactoryTest::$classResolver property core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php The class resolver.
PluginFormFactoryTest::$manager property core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php The manager being tested.
PluginFormFactoryTest::setUp function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php
PluginFormFactoryTest::testCreateInstance function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php Tests create instance.
PluginFormFactoryTest::testCreateInstanceDefaultFallback function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php Tests create instance default fallback.
PluginFormFactoryTest::testCreateInstanceDefinitionException function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php Tests create instance definition exception.
PluginFormFactoryTest::testCreateInstanceInvalidException function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php Tests create instance invalid exception.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.