TestPluginDependency::getDependencies |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php |
|
TestPluginDependency::moduleHandler |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php |
Wraps the module handler. |
TestPluginDependency::setModuleHandler |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php |
|
TestPluginDependency::setThemeHandler |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php |
|
TestPluginDependency::themeHandler |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php |
Wraps the theme handler. |
TestPluginForm |
class |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Plugin form test class. |
TestPluginForm::buildConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Form constructor. |
TestPluginForm::submitConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Form submission handler. |
TestPluginForm::validateConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Form validation handler. |
TestPluginManager |
class |
core/tests/Drupal/Tests/Core/Plugin/TestPluginManager.php |
A plugin manager for condition plugins. |
TestPluginManager |
class |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestPluginManager.php |
Defines a plugin manager used by Plugin API unit tests. |
TestPluginManager.php |
file |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestPluginManager.php |
|
TestPluginManager.php |
file |
core/tests/Drupal/Tests/Core/Plugin/TestPluginManager.php |
|
TestPluginManager::__construct |
function |
core/tests/Drupal/Tests/Core/Plugin/TestPluginManager.php |
Constructs a TestPluginManager object. |
TestPluginManager::__construct |
function |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestPluginManager.php |
|
TestPluginManagerWithDefaults |
class |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Plugin manager test class with defaults assigned. |
TestPluginManagerWithDefaults::$defaults |
property |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
A set of defaults to be referenced by $this->processDefinition(). |
TestPluginSettingsBase |
class |
core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php |
Stub class for testing PluginSettingsBase. |
TestPluginSettingsBase::__construct |
function |
core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
TestPluginWithForm |
class |
core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php |
Test class for form. |
TestPluginWithForm::buildConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php |
|
TestPluginWithForm::getFormClass |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php |
Gets the form class for the given operation. |
TestPluginWithForm::getPluginDefinition |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php |
Gets the definition of the plugin implementation. |
TestPluginWithForm::getPluginId |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php |
Gets the plugin ID of the plugin instance. |
TestPluginWithForm::hasFormClass |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php |
Gets whether the plugin has a form class for the given operation. |
TestPluginWithForm::submitConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php |
|
TestPluginWithForm::validateConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php |
|
TextFieldTest::$plugin |
property |
core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldTest.php |
The migration field plugin to test. |
TextFieldTest::$plugin |
property |
core/modules/text/tests/src/Unit/Plugin/migrate/field/d7/TextFieldTest.php |
The migration field plugin. |
TitleBlockPluginInterface |
interface |
core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php |
The interface for "title" blocks. |
TitleBlockPluginInterface.php |
file |
core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php |
|
TitleBlockPluginInterface::setTitle |
function |
core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php |
Sets the title. |
TokenizeAreaPluginBase |
class |
core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php |
Tokenized base class for area handlers. |
TokenizeAreaPluginBase.php |
file |
core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php |
|
TokenizeAreaPluginBase::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php |
Provide a form to edit options for this plugin. |
TokenizeAreaPluginBase::defineOptions |
function |
core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php |
Information about options for all kinds of purposes will be held here. |
TokenizeAreaPluginBase::tokenForm |
function |
core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php |
Adds tokenization form elements. |
TokenizeAreaPluginBase::tokenizeValue |
function |
core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php |
Replaces value with special views tokens and global tokens. |
ToolbarItemConditionsMetConstraint::$multipleMissingRequiredPluginMessage |
property |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConditionsMetConstraint.php |
The violation message when >1 required plugin is missing. |
ToolbarItemConditionsMetConstraint::$singleMissingRequiredPluginMessage |
property |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConditionsMetConstraint.php |
The violation message when 1 required plugin is missing. |
ToolkitTest::$imageEffectPluginManager |
property |
core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php |
The image effect plugin manager service. |
TopBarItemPluginInterface |
interface |
core/modules/navigation/src/TopBarItemPluginInterface.php |
Interface for top bar plugins. |
TopBarItemPluginInterface.php |
file |
core/modules/navigation/src/TopBarItemPluginInterface.php |
|
TopBarItemPluginInterface::build |
function |
core/modules/navigation/src/TopBarItemPluginInterface.php |
Builds and returns the renderable array for this top bar item plugin. |
TopBarItemPluginInterface::label |
function |
core/modules/navigation/src/TopBarItemPluginInterface.php |
Returns the translated plugin label. |
TopBarItemPluginInterface::region |
function |
core/modules/navigation/src/TopBarItemPluginInterface.php |
Returns the plugin region. |
TransitionInterface::PLUGIN_FORM_KEY |
constant |
core/modules/workflows/src/TransitionInterface.php |
The key of the transition plugin form. |
TypedData::getPluginDefinition |
function |
core/lib/Drupal/Core/TypedData/TypedData.php |
Gets the definition of the plugin implementation. |
TypedData::getPluginId |
function |
core/lib/Drupal/Core/TypedData/TypedData.php |
Gets the plugin ID of the plugin instance. |
UninstallKernelTest::testUninstallPluginCacheClear |
function |
core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php |
Tests uninstalling a module with a plugin cache clearer service. |