Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
TextFieldTest::testGetFieldType function core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldTest.php @covers ::getFieldType[[api-linebreak]]
@dataProvider getFieldTypeProvider
TextFieldTest::testProcessBooleanTextExplicitValues function core/modules/text/tests/src/Unit/Migrate/d6/TextFieldTest.php Calls the deprecated processFieldValues() method to test BC.
TextFieldTest::testProcessBooleanTextExplicitValues function core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldTest.php @covers ::defineValueProcessPipeline[[api-linebreak]]
TextFieldTest::testProcessBooleanTextImplicitValues function core/modules/text/tests/src/Unit/Migrate/d6/TextFieldTest.php Calls the deprecated processFieldValues() method to test BC.
TextFieldTest::testProcessBooleanTextImplicitValues function core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldTest.php @covers ::defineValueProcessPipeline[[api-linebreak]]
TextFieldTest::testProcessFilteredTextFieldValues function core/modules/text/tests/src/Unit/Migrate/d6/TextFieldTest.php Calls the deprecated processFieldValues() method to test BC.
TextFieldTest::testProcessFilteredTextFieldValues function core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldTest.php @covers ::defineValueProcessPipeline[[api-linebreak]]
TextFieldTest::testRequiredLongTextWithFileUpload function core/modules/text/tests/src/Functional/TextFieldTest.php Test required long text with file upload.
TextFieldTest::testTextFieldValidation function core/modules/text/tests/src/Functional/TextFieldTest.php Test text field validation.
TextFieldTest::testTextfieldWidgets function core/modules/text/tests/src/Functional/TextFieldTest.php Test widgets.
TextFieldTest::testTextfieldWidgetsFormatted function core/modules/text/tests/src/Functional/TextFieldTest.php Test widgets + 'formatted_text' setting.
TextfieldTest::testValueCallback function core/tests/Drupal/Tests/Core/Render/Element/TextfieldTest.php @covers ::valueCallback[[api-linebreak]]
TextFieldTest::_testTextfieldWidgetsFormatted function core/modules/text/tests/src/Functional/TextFieldTest.php Helper function for testTextfieldWidgetsFormatted().
TextFormat::accessDeniedCallback function core/modules/filter/src/Element/TextFormat.php Render API callback: Hides the field value of 'text_format' elements.
TextFormat::currentUser function core/modules/filter/src/Element/TextFormat.php Wraps the current user.
TextFormat::getSourceElement function core/modules/config_translation/src/FormElement/TextFormat.php Returns the source element for a given configuration definition.
TextFormat::getTranslationElement function core/modules/config_translation/src/FormElement/TextFormat.php Returns the translation form element for a given configuration definition.
TextFormat::processFormat function core/modules/filter/src/Element/TextFormat.php Expands an element into a base element with text format selector attached.
TextFormatElementFormTest class core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php Tests PathElement validation and conversion functionality.
TextFormatElementFormTest.php file core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php
TextFormatElementFormTest::$modules property core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php Modules to enable.
TextFormatElementFormTest::$testUser property core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php User for testing.
TextFormatElementFormTest::buildForm function core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php Form constructor.
TextFormatElementFormTest::getFormId function core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php Returns a unique string identifying the form.
TextFormatElementFormTest::getUrl function core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php Get the current URL from the cURL handler.
TextFormatElementFormTest::setUp function core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php Sets up the test.
TextFormatElementFormTest::submitForm function core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php Form submission handler.
TextFormatElementFormTest::testTextFormatElement function core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php Tests that values are returned.
TextFormatElementFormTest::validateForm function core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php Form validation handler.
TextFormatterTest class core/modules/text/tests/src/Kernel/TextFormatterTest.php Tests the text formatters functionality.
TextFormatterTest.php file core/modules/text/tests/src/Kernel/TextFormatterTest.php
TextFormatterTest::$bundle property core/modules/text/tests/src/Kernel/TextFormatterTest.php The bundle used in this test.
TextFormatterTest::$entityType property core/modules/text/tests/src/Kernel/TextFormatterTest.php The entity type used in this test.
TextFormatterTest::$modules property core/modules/text/tests/src/Kernel/TextFormatterTest.php Modules to enable.
TextFormatterTest::setUp function core/modules/text/tests/src/Kernel/TextFormatterTest.php
TextFormatterTest::testFormatters function core/modules/text/tests/src/Kernel/TextFormatterTest.php Tests all text field formatters.
TextItem::defaultStorageSettings function core/modules/text/src/Plugin/Field/FieldType/TextItem.php Defines the storage-level settings for this plugin.
TextItem::getConstraints function core/modules/text/src/Plugin/Field/FieldType/TextItem.php Gets a list of validation constraints.
TextItem::schema function core/modules/text/src/Plugin/Field/FieldType/TextItem.php Returns the schema for the field.
TextItem::storageSettingsForm function core/modules/text/src/Plugin/Field/FieldType/TextItem.php Returns a form for the storage-level settings.
TextItemBase class core/modules/text/src/Plugin/Field/FieldType/TextItemBase.php Base class for 'text' configurable field types.
TextItemBase.php file core/modules/text/src/Plugin/Field/FieldType/TextItemBase.php
TextItemBase::applyDefaultValue function core/modules/text/src/Plugin/Field/FieldType/TextItemBase.php Applies the default value.
TextItemBase::generateSampleValue function core/modules/text/src/Plugin/Field/FieldType/TextItemBase.php Generates placeholder field values.
TextItemBase::isEmpty function core/modules/text/src/Plugin/Field/FieldType/TextItemBase.php Determines whether the data structure is empty.
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.
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::$supportedInterfaceOrClass property core/modules/serialization/tests/modules/field_normalization_test/src/Normalization/TextItemSillyNormalizer.php The interface or class that this Normalizer supports.

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