FieldTest.php |
file |
core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php |
Contains \Drupal\Tests\views\Unit\Plugin\field\FieldTest. |
FieldTest.php |
file |
core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php |
|
FieldTest.php |
file |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php |
|
FieldTest.php |
file |
core/modules/quickedit/tests/src/FunctionalJavascript/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::$defaultTheme |
property |
core/modules/quickedit/tests/src/FunctionalJavascript/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::$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 enable. |
FieldTest::$modules |
property |
core/modules/quickedit/tests/src/FunctionalJavascript/FieldTest.php |
Modules to enable. |
FieldTest::$modules |
property |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldTest.php |
Modules to enable. |
FieldTest::$modules |
property |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldTest.php |
Modules to enable. |
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 mocked base field storage object. |
FieldTest::getConfigFieldStorage |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php |
Returns a mocked 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 |
The data provider. |
FieldTest::providerSource |
function |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldTest.php |
The data provider. |
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/quickedit/tests/src/FunctionalJavascript/FieldTest.php |
|
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 |
@covers ::access |
FieldTest::testCalculateDependenciesWithBaseField |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php |
@covers ::calculateDependencies |
FieldTest::testCalculateDependenciesWithConfiguredField |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php |
@covers ::calculateDependencies |
FieldTest::testClickSortWithBaseField |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php |
@dataProvider providerSortOrders |
FieldTest::testClickSortWithConfiguredField |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php |
@dataProvider providerSortOrders |
FieldTest::testClickSortWithOutConfiguredColumn |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php |
@dataProvider providerSortOrders |
FieldTest::testConstruct |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php |
@covers ::__construct |
FieldTest::testDefineOptionsWithDefaultFormatterOnFieldDefinition |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php |
@covers ::defineOptions |
FieldTest::testDefineOptionsWithDefaultFormatterOnFieldType |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php |
@covers ::defineOptions |
FieldTest::testDefineOptionsWithNoOptions |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php |
@covers ::defineOptions |
FieldTest::testFieldWithCkeditor |
function |
core/modules/quickedit/tests/src/FunctionalJavascript/FieldTest.php |
Tests that quickeditor works correctly for field with CKEditor. |
FieldTest::testFormatterChanging |
function |
core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php |
|
FieldTest::testPrepareItemsByDelta |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php |
@covers ::prepareItemsByDelta |
FieldTest::testQueryWithGroupByForBaseField |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php |
@covers ::query |