Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| PlaceholderGenerator | class | core/ |
Turns a render array into a placeholder. |
| PlaceholderGenerator.php | file | core/ |
|
| PlaceholderGenerator::$rendererConfig | property | core/ |
The renderer configuration array. |
| PlaceholderGenerator::canCreatePlaceholder | function | core/ |
Analyzes whether the given render array can be placeholdered. |
| PlaceholderGenerator::createPlaceholder | function | core/ |
Turns the given element into a placeholder. |
| PlaceholderGenerator::shouldAutomaticallyPlaceholder | function | core/ |
Whether the given render array should be automatically placeholdered. |
| PlaceholderGenerator::__construct | function | core/ |
Constructs a new Placeholder service. |
| PlaceholderGeneratorInterface | interface | core/ |
Defines an interface for turning a render array into a placeholder. |
| PlaceholderGeneratorInterface.php | file | core/ |
|
| PlaceholderGeneratorInterface::canCreatePlaceholder | function | core/ |
Analyzes whether the given render array can be placeholdered. |
| PlaceholderGeneratorInterface::createPlaceholder | function | core/ |
Turns the given element into a placeholder. |
| PlaceholderGeneratorInterface::shouldAutomaticallyPlaceholder | function | core/ |
Whether the given render array should be automatically placeholdered. |
| PlaceholderGeneratorTest | class | core/ |
@coversDefaultClass \Drupal\Core\Render\PlaceholderGenerator[[api-linebreak]] @group Render |
| PlaceholderGeneratorTest.php | file | core/ |
|
| PlaceholderGeneratorTest::$placeholderGenerator | property | core/ |
The tested placeholder generator. |
| PlaceholderGeneratorTest::providerCreatePlaceholderGeneratesValidHtmlMarkup | function | core/ |
|
| PlaceholderGeneratorTest::testCreatePlaceholderGeneratesValidHtmlMarkup | function | core/ |
@covers ::createPlaceholder[[api-linebreak]] @dataProvider providerCreatePlaceholderGeneratesValidHtmlMarkup |
| PlaceholderingRenderCache::$placeholderGenerator | property | core/ |
The placeholder generator. |
| PlainTextEditor | class | core/ |
Defines the plain text in-place editor. |
| PlainTextEditor.php | file | core/ |
|
| PlainTextEditor::getAttachments | function | core/ |
Returns the attachments for this editor. |
| PlainTextEditor::isCompatible | function | core/ |
Checks whether this in-place editor is compatible with a given field. |
| PlainTextOutput | class | core/ |
Provides an output strategy for transforming HTML into simple plain text. |
| PlainTextOutput.php | file | core/ |
|
| PlainTextOutput::renderFromHtml | function | core/ |
Transforms a given HTML string into to a context-appropriate output string. |
| PlainTextOutputTest | class | core/ |
@coversDefaultClass \Drupal\Component\Render\PlainTextOutput[[api-linebreak]] @group Utility |
| PlainTextOutputTest.php | file | core/ |
|
| PlainTextOutputTest::providerRenderFromHtml | function | core/ |
Data provider for ::testRenderFromHtml() |
| PlainTextOutputTest::testRenderFromHtml | function | core/ |
Tests ::renderFromHtml(). |
| plugin.manager.aggregator.fetcher | service | core/ |
Drupal\aggregator\Plugin\AggregatorPluginManager |
| plugin.manager.aggregator.parser | service | core/ |
Drupal\aggregator\Plugin\AggregatorPluginManager |
| plugin.manager.aggregator.processor | service | core/ |
Drupal\aggregator\Plugin\AggregatorPluginManager |
| plugin.manager.ckeditor.plugin | service | core/ |
Drupal\ckeditor\CKEditorPluginManager |
| plugin.manager.editor | service | core/ |
Drupal\editor\Plugin\EditorManager |
| plugin.manager.help_section_topics | service | core/ |
Drupal\help_topics\HelpSectionManager |
| plugin.manager.help_topic | service | core/ |
Drupal\help_topics\HelpTopicPluginManager |
| plugin.manager.layout_builder.section_storage | service | core/ |
Drupal\layout_builder\SectionStorage\SectionStorageManager |
| plugin.manager.quickedit.editor | service | core/ |
Drupal\quickedit\Plugin\InPlaceEditorManager |
| plugin.manager.tour.tip | service | core/ |
Drupal\tour\TipPluginManager |
| plugin.manager.views.argument_validator | service | core/ |
Drupal\views\Plugin\ViewsPluginManager |
| PluginBase::DERIVATIVE_SEPARATOR | constant | core/ |
A string which is used to separate base plugin IDs from the derivative ID. |
| PluginBase::getAvailableGlobalTokens | function | core/ |
Returns an array of available token replacements. |
| PluginBase::globalTokenForm | function | core/ |
Adds elements for available core tokens to a form. |
| PluginBase::globalTokenReplace | function | core/ |
Returns a string with any core tokens replaced. |
| PluginBase::setOptionDefaults | function | core/ |
Fills up the options of the plugin with defaults. |
| PluginBase::submitOptionsForm | function | core/ |
Handle any special handling on the validate form. |
| PluginBase::viewsTokenReplace | function | core/ |
Replaces Views' tokens in a given string. The resulting string will be sanitized with Xss::filterAdmin. |
| PluginBaseTest::providerTestSetOptionDefault | function | core/ |
Data provider for testSetOptionDefault(). |
| PluginBaseTest::testSetOptionDefault | function | core/ |
Tests the setOptionDefault method. |
| PluginBaseTest::testViewsTokenReplace | function | core/ |
Test that the token replacement in views works correctly. |
Pagination
- Previous page
- Page 167
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.