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
FieldTest.php file core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php
FieldTest.php file core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php
FieldTest::$account property core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php The account.
FieldTest::$container property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The container.
FieldTest::$defaultTheme property core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php The theme to install as the default for testing.
FieldTest::$entityFieldManager property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The entity field manager.
FieldTest::$entityRepository property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The entity repository.
FieldTest::$entityTypeBundleInfo property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The entity type bundle info service.
FieldTest::$entityTypeManager property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The entity type manager.
FieldTest::$fieldTypePluginManager property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The mocked field type plugin manager.
FieldTest::$formatterPluginManager property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The mocked formatter plugin manager.
FieldTest::$languageManager property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The mocked language manager.
FieldTest::$modules property core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php Modules to install.
FieldTest::$modules property core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldTest.php Modules to install.
FieldTest::$modules property core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldTest.php Modules to install.
FieldTest::$renderer property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The renderer.
FieldTest::$testValue property core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php A temporary stored test value for the test.
FieldTest::$testViews property core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php Views used by this test.
FieldTest::addSelfTokens function core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php Add any special tokens this field might use for itself.
FieldTest::getBaseFieldStorage function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Returns a stub base field storage object.
FieldTest::getConfigFieldStorage function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Returns a stub configurable field storage object.
FieldTest::getPlaceholder function core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php A mock function which allows to call placeholder from public.
FieldTest::getTestValue function core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php Returns the testValue property.
FieldTest::providerSortOrders function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Provides sort orders for clickSort() test methods.
FieldTest::providerSource function core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldTest.php Provides source data for ::testSource.
FieldTest::providerSource function core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldTest.php Provides source data for ::testSource.
FieldTest::providerTestPrepareItemsByDelta function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Provides test data for testPrepareItemsByDelta().
FieldTest::render function core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php Renders the field.
FieldTest::setTestValue function core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php Sets the testValue property.
FieldTest::setUp function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php
FieldTest::setUp function core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php
FieldTest::setupLanguageRenderer function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Setup the mock data needed to make language renderers work.
FieldTest::testAccess function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Tests access.
FieldTest::testCalculateDependenciesWithBaseField function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Tests calculate dependencies with base field.
FieldTest::testCalculateDependenciesWithConfiguredField function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Tests calculate dependencies with configured field.
FieldTest::testClickSortWithBaseField function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Tests click sort with base field.
FieldTest::testClickSortWithConfiguredField function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Tests click sort with configured field.
FieldTest::testClickSortWithOutConfiguredColumn function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Tests the click sort order.
FieldTest::testConstruct function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Tests construct.
FieldTest::testDefineOptionsWithDefaultFormatterOnFieldDefinition function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Tests define options with default formatter on field definition.
FieldTest::testDefineOptionsWithDefaultFormatterOnFieldType function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Tests define options with default formatter on field type.
FieldTest::testDefineOptionsWithNoOptions function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Tests define options with no options.
FieldTest::testFormatterChanging function core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php Tests changing the formatter.
FieldTest::testModalDialogTitle function core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php Tests custom text field modal title.
FieldTest::testPrepareItemsByDelta function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Tests prepare items by delta.
FieldTest::testQueryWithGroupByForBaseField function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Tests query with group by for base field.
FieldTest::testQueryWithGroupByForConfigField function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Tests query with group by for config field.
FieldTestBase class core/modules/field/tests/src/Functional/Views/FieldTestBase.php Provides some helper methods for testing fieldapi integration into views.
FieldTestBase class core/modules/field/tests/src/Functional/FieldTestBase.php Parent class for Field API tests.
FieldTestBase.php file core/modules/field/tests/src/Functional/Views/FieldTestBase.php

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