Search for plugin

  1. Search 7.x for plugin
  2. Search 9.5.x for plugin
  3. Search 10.3.x for plugin
  4. Search 11.x for plugin
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Plugin class composer/Plugin/Scaffold/Plugin.php Composer plugin for handling drupal scaffold.
Plugin class core/lib/Drupal/Component/Annotation/Plugin.php Defines a Plugin annotation object.

All search results

Title Object type File name Summary
PluginBase::getRenderer function core/modules/views/src/Plugin/views/PluginBase.php Returns the render API renderer.
PluginBase::globalTokenForm function core/modules/views/src/Plugin/views/PluginBase.php
PluginBase::globalTokenReplace function core/modules/views/src/Plugin/views/PluginBase.php
PluginBase::INCLUDE_ENTITY constant core/modules/views/src/Plugin/views/PluginBase.php Include entity row languages when listing languages.
PluginBase::INCLUDE_NEGOTIATED constant core/modules/views/src/Plugin/views/PluginBase.php Include negotiated languages when listing languages.
PluginBase::init function core/modules/views/src/Plugin/views/PluginBase.php
PluginBase::isConfigurable function core/lib/Drupal/Component/Plugin/PluginBase.php Determines if the plugin is configurable.
PluginBase::listLanguages function core/modules/views/src/Plugin/views/PluginBase.php Makes an array of languages, optionally including special languages.
PluginBase::pluginTitle function core/modules/views/src/Plugin/views/PluginBase.php
PluginBase::preRenderAddFieldsetMarkup function core/modules/views/src/Plugin/views/PluginBase.php
PluginBase::preRenderFlattenData function core/modules/views/src/Plugin/views/PluginBase.php
PluginBase::query function core/modules/views/src/Plugin/views/PluginBase.php
PluginBase::queryLanguageSubstitutions function core/modules/views/src/Plugin/views/PluginBase.php Returns substitutions for Views queries for languages.
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
PluginBase::summaryTitle function core/modules/views/src/Plugin/views/PluginBase.php
PluginBase::themeFunctions function core/modules/views/src/Plugin/views/PluginBase.php
PluginBase::trustedCallbacks function core/modules/views/src/Plugin/views/PluginBase.php
PluginBase::unpackOptions function core/modules/views/src/Plugin/views/PluginBase.php
PluginBase::usesOptions function core/modules/views/src/Plugin/views/PluginBase.php
PluginBase::validate function core/modules/views/src/Plugin/views/PluginBase.php
PluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/PluginBase.php
PluginBase::viewsTokenReplace function core/modules/views/src/Plugin/views/PluginBase.php Replaces Views' tokens in a given string. The resulting string will be
sanitized with Xss::filterAdmin.
PluginBase::VIEWS_QUERY_LANGUAGE_SITE_DEFAULT constant core/modules/views/src/Plugin/views/PluginBase.php Query string to indicate the site default language.
PluginBase::__construct function core/modules/views/src/Plugin/views/PluginBase.php Constructs a PluginBase object.
PluginBase::__construct function core/lib/Drupal/Component/Plugin/PluginBase.php Constructs a \Drupal\Component\Plugin\PluginBase object.
PluginBaseTest class core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php @coversDefaultClass \Drupal\Component\Plugin\PluginBase[[api-linebreak]]
@group Plugin
PluginBaseTest class core/modules/views/tests/src/Unit/PluginBaseTest.php @coversDefaultClass \Drupal\views\Plugin\views\PluginBase[[api-linebreak]]
@group views
PluginBaseTest class core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php Tests the PluginBase class.
PluginBaseTest.php file core/modules/views/tests/src/Unit/PluginBaseTest.php
PluginBaseTest.php file core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php Contains \Drupal\views\Tests\Plugin\PluginBaseTest.
PluginBaseTest.php file core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php
PluginBaseTest::$testHelperPlugin property core/modules/views/tests/src/Unit/PluginBaseTest.php The test helper plugin to use for the tests.
PluginBaseTest::$testPluginBase property core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php
PluginBaseTest::providerTestFilterByDefinedOptions function core/modules/views/tests/src/Unit/PluginBaseTest.php
PluginBaseTest::providerTestGetBaseId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php Returns test data for testGetBaseId().
PluginBaseTest::providerTestGetDerivativeId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php Returns test data for testGetDerivativeId().
PluginBaseTest::providerTestGetPluginId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php Returns test data for testGetPluginId().
PluginBaseTest::providerTestSetOptionDefault function core/modules/views/tests/src/Unit/PluginBaseTest.php Data provider for testSetOptionDefault().
PluginBaseTest::providerTestUnpackOptions function core/modules/views/tests/src/Unit/PluginBaseTest.php Data provider for testUnpackOptions().
PluginBaseTest::setUp function core/modules/views/tests/src/Unit/PluginBaseTest.php
PluginBaseTest::setUp function core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php
PluginBaseTest::testFilterByDefinedOptions function core/modules/views/tests/src/Unit/PluginBaseTest.php @dataProvider providerTestFilterByDefinedOptions
@covers ::filterByDefinedOptions[[api-linebreak]]
PluginBaseTest::testGetBaseId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php @dataProvider providerTestGetBaseId
@coves ::getBaseId
PluginBaseTest::testGetDerivativeId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php @dataProvider providerTestGetDerivativeId
@covers ::getDerivativeId[[api-linebreak]]
PluginBaseTest::testGetPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php @covers ::getPluginDefinition[[api-linebreak]]
PluginBaseTest::testGetPluginId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php @dataProvider providerTestGetPluginId
@covers ::getPluginId[[api-linebreak]]
PluginBaseTest::testSetOptionDefault function core/modules/views/tests/src/Unit/PluginBaseTest.php Tests the setOptionDefault method.
PluginBaseTest::testUnpackOptions function core/modules/views/tests/src/Unit/PluginBaseTest.php Tests the unpackOptions method.
PluginBaseTest::testViewsTokenReplace function core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php Test that the token replacement in views works correctly.

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