Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
StringFilter.php file core/modules/views/src/Plugin/views/filter/StringFilter.php
StringFilter::$alwaysMultiple property core/modules/views/src/Plugin/views/filter/StringFilter.php Exposed filter options.
StringFilter::$connection property core/modules/views/src/Plugin/views/filter/StringFilter.php The database connection.
StringFilter::acceptExposedInput function core/modules/views/src/Plugin/views/filter/StringFilter.php
StringFilter::adminSummary function core/modules/views/src/Plugin/views/filter/StringFilter.php
StringFilter::buildExposeForm function core/modules/views/src/Plugin/views/filter/StringFilter.php
StringFilter::defaultExposeOptions function core/modules/views/src/Plugin/views/filter/StringFilter.php
StringFilter::defineOptions function core/modules/views/src/Plugin/views/filter/StringFilter.php
StringFilter::getConditionOperator function core/modules/views/src/Plugin/views/filter/StringFilter.php Get specified condition operator mapping value.
StringFilter::opContains function core/modules/views/src/Plugin/views/filter/StringFilter.php Adds a where clause for the operation, 'LIKE'.
StringFilter::opContainsWord function core/modules/views/src/Plugin/views/filter/StringFilter.php Adds a where clause for the operation, 'contains'.
StringFilter::opEmpty function core/modules/views/src/Plugin/views/filter/StringFilter.php Adds a where clause for the operation, 'EMPTY'.
StringFilter::opEndsWith function core/modules/views/src/Plugin/views/filter/StringFilter.php Adds a where clause for the operation, 'ends with'.
StringFilter::opEqual function core/modules/views/src/Plugin/views/filter/StringFilter.php Adds a where clause for the operation, 'equals'.
StringFilter::operator function core/modules/views/src/Plugin/views/filter/StringFilter.php Get the query operator.
StringFilter::operatorOptions function core/modules/views/src/Plugin/views/filter/StringFilter.php Build strings from the operators() for 'select' options.
StringFilter::operators function core/modules/views/src/Plugin/views/filter/StringFilter.php
StringFilter::operatorValues function core/modules/views/src/Plugin/views/filter/StringFilter.php Gets the operators that have a given number of values.
StringFilter::opLongerThan function core/modules/views/src/Plugin/views/filter/StringFilter.php Adds a where clause for the operation, 'longer than'.
StringFilter::opNotEndsWith function core/modules/views/src/Plugin/views/filter/StringFilter.php Adds a where clause for the operation, 'not ends with'.
StringFilter::opNotLike function core/modules/views/src/Plugin/views/filter/StringFilter.php Adds a where clause for the operation, 'not LIKE'.
StringFilter::opNotRegex function core/modules/views/src/Plugin/views/filter/StringFilter.php Filters by a negated regular expression.
StringFilter::opNotStartsWith function core/modules/views/src/Plugin/views/filter/StringFilter.php Adds a where clause for the operation, 'not starts with'.
StringFilter::opRegex function core/modules/views/src/Plugin/views/filter/StringFilter.php Filters by a regular expression.
StringFilter::opShorterThan function core/modules/views/src/Plugin/views/filter/StringFilter.php Adds a where clause for the operation, 'shorter than'.
StringFilter::opStartsWith function core/modules/views/src/Plugin/views/filter/StringFilter.php Adds a where clause for the operation, 'starts with'.
StringFilter::query function core/modules/views/src/Plugin/views/filter/StringFilter.php Add this filter to the query.
StringFilter::valueForm function core/modules/views/src/Plugin/views/filter/StringFilter.php Provide a simple textfield for equality.
StringFilter::WORDS_PATTERN constant core/modules/views/src/Plugin/views/filter/StringFilter.php All words separated by spaces or sentences encapsulated by double quotes.
StringFilter::__construct function core/modules/views/src/Plugin/views/filter/StringFilter.php Constructs a new StringFilter object.
StringFormatter class core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php Plugin implementation of the 'string' formatter.
StringFormatter.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php
StringFormatter::$entityTypeManager property core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php The entity type manager.
StringFormatter::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php
StringFormatter::getEntityUrl function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php Gets the URI elements of the entity.
StringFormatter::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php
StringFormatter::settingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php
StringFormatter::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php
StringFormatter::viewValue function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php Generate the output appropriate for one field item.
StringFormatter::__construct function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php Constructs a StringFormatter instance.
StringFormatterTest class core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php Tests the creation of text fields.
StringFormatterTest class core/modules/field/tests/src/Unit/Plugin/Field/FieldFormatter/StringFormatterTest.php Tests the string field formatter.
StringFormatterTest.php file core/modules/field/tests/src/Unit/Plugin/Field/FieldFormatter/StringFormatterTest.php
StringFormatterTest.php file core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php
StringFormatterTest::$bundle property core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php
StringFormatterTest::$display property core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php
StringFormatterTest::$entityType property core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php
StringFormatterTest::$entityTypeManager property core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php The entity type manager.
StringFormatterTest::$fieldName property core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php
StringFormatterTest::$modules property core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php

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