Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
TextItemBase::onChange function core/modules/text/src/Plugin/Field/FieldType/TextItemBase.php React to changes to a child property or item.
TextItemBase::propertyDefinitions function core/modules/text/src/Plugin/Field/FieldType/TextItemBase.php Defines field item properties.
TextItemBase::validateAllowedFormats function core/modules/text/src/Plugin/Field/FieldType/TextItemBase.php Render API callback: Processes the allowed formats value.
TextItemBaseTest class core/modules/text/tests/src/Kernel/TextItemBaseTest.php Tests TextItemBase.
TextItemBaseTest.php file core/modules/text/tests/src/Kernel/TextItemBaseTest.php
TextItemBaseTest::$modules property core/modules/text/tests/src/Kernel/TextItemBaseTest.php Modules to install.
TextItemBaseTest::providerTextFieldSampleValue function core/modules/text/tests/src/Kernel/TextItemBaseTest.php Data provider for testTextFieldSampleValue.
TextItemBaseTest::testCalculateDependencies function core/modules/text/tests/src/Kernel/TextItemBaseTest.php Tests calculate dependencies.
TextItemBaseTest::testTextFieldSampleValue function core/modules/text/tests/src/Kernel/TextItemBaseTest.php Tests creation of sample values.
TextItemSillyNormalizer class core/modules/serialization/tests/modules/field_normalization_test/src/Normalization/TextItemSillyNormalizer.php A test TextItem normalizer to test denormalization.
TextItemSillyNormalizer.php file core/modules/serialization/tests/modules/field_normalization_test/src/Normalization/TextItemSillyNormalizer.php
TextItemSillyNormalizer::constructValue function core/modules/serialization/tests/modules/field_normalization_test/src/Normalization/TextItemSillyNormalizer.php Build the field item value using the incoming data.
TextItemSillyNormalizer::getSupportedTypes function core/modules/serialization/tests/modules/field_normalization_test/src/Normalization/TextItemSillyNormalizer.php
TextItemSillyNormalizer::normalize function core/modules/serialization/tests/modules/field_normalization_test/src/Normalization/TextItemSillyNormalizer.php Normalizes data into a set of arrays/scalars.
TextLongItem::schema function core/modules/text/src/Plugin/Field/FieldType/TextLongItem.php Returns the schema for the field.
TextProcessed class core/modules/text/src/TextProcessed.php A computed property for processing text with a format.
TextProcessed.php file core/modules/text/src/TextProcessed.php
TextProcessed::$processed property core/modules/text/src/TextProcessed.php Cached processed text.
TextProcessed::getAttachments function core/modules/text/src/TextProcessed.php Gets this object's attached collection.
TextProcessed::getCacheContexts function core/modules/text/src/TextProcessed.php The cache contexts associated with this object.
TextProcessed::getCacheMaxAge function core/modules/text/src/TextProcessed.php The maximum age for which this object may be cached.
TextProcessed::getCacheTags function core/modules/text/src/TextProcessed.php The cache tags associated with this object.
TextProcessed::getRenderer function core/modules/text/src/TextProcessed.php Returns the renderer service.
TextProcessed::getValue function core/modules/text/src/TextProcessed.php #[JsonSchema([
'type' => 'string',
'description' => 'May contain HTML markup.',
])]
TextProcessed::setValue function core/modules/text/src/TextProcessed.php Sets the data value.
TextProcessed::__construct function core/modules/text/src/TextProcessed.php Constructs a TypedData object given its definition and context.
TextProcessedAttachmentsTest class core/modules/text/tests/src/Kernel/TextProcessedAttachmentsTest.php Tests that TextProcessed::getAttachments() bubbles filter attachments.
TextProcessedAttachmentsTest.php file core/modules/text/tests/src/Kernel/TextProcessedAttachmentsTest.php
TextProcessedAttachmentsTest::$modules property core/modules/text/tests/src/Kernel/TextProcessedAttachmentsTest.php Modules to install.
TextProcessedAttachmentsTest::setUp function core/modules/text/tests/src/Kernel/TextProcessedAttachmentsTest.php
TextProcessedAttachmentsTest::testGetAttachmentsContainsFilterLibrary function core/modules/text/tests/src/Kernel/TextProcessedAttachmentsTest.php Tests that filter library attachments are available via getAttachments().
TextProcessedTest class core/modules/text/tests/src/Unit/TextProcessedTest.php Tests TextProcessed with AttachmentsInterface.
TextProcessedTest.php file core/modules/text/tests/src/Unit/TextProcessedTest.php
TextProcessedTest::testAttachments function core/modules/text/tests/src/Unit/TextProcessedTest.php Tests addAttachments() merges attachments correctly.
TextSummary class core/modules/text/src/TextSummary.php Summary generator for text fields.
TextSummary.php file core/modules/text/src/TextSummary.php
TextSummary::generate function core/modules/text/src/TextSummary.php Generates a trimmed, formatted version of a text field value.
TextSummary::__construct function core/modules/text/src/TextSummary.php
TextSummaryNodeFieldsTokenTest class core/modules/text/tests/src/Functional/TextSummaryNodeFieldsTokenTest.php Tests replacement of Views tokens supplied by the Node module.
TextSummaryNodeFieldsTokenTest.php file core/modules/text/tests/src/Functional/TextSummaryNodeFieldsTokenTest.php
TextSummaryNodeFieldsTokenTest::$defaultTheme property core/modules/text/tests/src/Functional/TextSummaryNodeFieldsTokenTest.php The theme to install as the default for testing.
TextSummaryNodeFieldsTokenTest::$testViews property core/modules/text/tests/src/Functional/TextSummaryNodeFieldsTokenTest.php Views used by this test.
TextSummaryNodeFieldsTokenTest::testViewsTokenReplacement function core/modules/text/tests/src/Functional/TextSummaryNodeFieldsTokenTest.php Tests token replacement for Views tokens supplied by the Node module.
TextSummaryOrTrimmedFormatter class core/modules/text/src/Plugin/Field/FieldFormatter/TextSummaryOrTrimmedFormatter.php Plugin implementation of the 'text_summary_or_trimmed' formatter.
TextSummaryOrTrimmedFormatter.php file core/modules/text/src/Plugin/Field/FieldFormatter/TextSummaryOrTrimmedFormatter.php
TextSummaryTest class core/modules/text/tests/src/Kernel/TextSummaryTest.php Tests TextSummary::generate() with different strings and lengths.
TextSummaryTest.php file core/modules/text/tests/src/Kernel/TextSummaryTest.php
TextSummaryTest::$modules property core/modules/text/tests/src/Kernel/TextSummaryTest.php Modules to install.
TextSummaryTest::assertTextSummary function core/modules/text/tests/src/Kernel/TextSummaryTest.php Calls TextSummary::generate() and asserts that the expected teaser is returned.
TextSummaryTest::setUp function core/modules/text/tests/src/Kernel/TextSummaryTest.php

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