TermTranslationFieldViewTest::$defaultTheme |
property |
core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php |
The theme to install as the default for testing. |
TermTranslationFieldViewTest::$modules |
property |
core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php |
Modules to install. |
TermTranslationFieldViewTest::$term |
property |
core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php |
The term that should be translated. |
TermTranslationFieldViewTest::$translatedTagName |
property |
core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php |
The translated value for the tag. |
TermTranslationFieldViewTest::setUp |
function |
core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php |
|
TermTranslationFieldViewTest::setUpNode |
function |
core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php |
Creates a test subject node, with translation. |
TermTranslationFieldViewTest::setUpTerm |
function |
core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php |
Creates a test subject term, with translation. |
TermTranslationFieldViewTest::testTranslatedTaxonomyTermReferenceDisplay |
function |
core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php |
Tests if the translated taxonomy term is displayed. |
TermTranslationViewsTest |
class |
core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php |
Tests for views translation. |
TermTranslationViewsTest.php |
file |
core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php |
|
TermTranslationViewsTest::$defaultTheme |
property |
core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php |
The theme to install as the default for testing. |
TermTranslationViewsTest::$modules |
property |
core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php |
Modules to install. |
TermTranslationViewsTest::$terms |
property |
core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php |
Created terms. |
TermTranslationViewsTest::$termTranslationMap |
property |
core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php |
Term to translated term mapping. |
TermTranslationViewsTest::$testViews |
property |
core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php |
Views used by this test. |
TermTranslationViewsTest::$translationLanguage |
property |
core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php |
Language object. |
TermTranslationViewsTest::setUp |
function |
core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php |
Sets up the test. |
TermTranslationViewsTest::setUpTerms |
function |
core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php |
Setup translated terms in a hierarchy. |
TermTranslationViewsTest::testTermsTranslationWithContextualFilter |
function |
core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php |
Ensure that proper translation is returned when contextual filter. |
TermViewsData |
class |
core/modules/taxonomy/src/TermViewsData.php |
Provides the views data for the taxonomy entity type. |
TermViewsData.php |
file |
core/modules/taxonomy/src/TermViewsData.php |
|
TermViewsData::getViewsData |
function |
core/modules/taxonomy/src/TermViewsData.php |
Returns views data for the entity type. |
TestDifferentDisplays::prepareViewDisplay |
function |
core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestDifferentDisplays.php |
Prepares the media type fields for this source in the view display. |
TestDomainObjectViewSubscriber |
class |
core/modules/system/tests/modules/early_rendering_controller_test/src/TestDomainObjectViewSubscriber.php |
View subscriber for turning TestDomainObject objects into Response objects. |
TestDomainObjectViewSubscriber.php |
file |
core/modules/system/tests/modules/early_rendering_controller_test/src/TestDomainObjectViewSubscriber.php |
|
TestDomainObjectViewSubscriber::getSubscribedEvents |
function |
core/modules/system/tests/modules/early_rendering_controller_test/src/TestDomainObjectViewSubscriber.php |
|
TestDomainObjectViewSubscriber::onViewTestDomainObject |
function |
core/modules/system/tests/modules/early_rendering_controller_test/src/TestDomainObjectViewSubscriber.php |
Sets a response given a TestDomainObject instance. |
TestFieldApplicableFormatter::viewElements |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldApplicableFormatter.php |
Builds a renderable array for a field value. |
TestFieldDefaultFormatter::viewElements |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldDefaultFormatter.php |
Builds a renderable array for a field value. |
TestFieldEmptyFormatter::viewElements |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptyFormatter.php |
Builds a renderable array for a field value. |
TestFieldEmptySettingFormatter::viewElements |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptySettingFormatter.php |
Builds a renderable array for a field value. |
TestFieldMultipleFormatter::viewElements |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldMultipleFormatter.php |
Builds a renderable array for a field value. |
TestFieldNoSettingsFormatter::viewElements |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldNoSettingsFormatter.php |
Builds a renderable array for a field value. |
TestFieldPrepareViewFormatter |
class |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php |
Plugin implementation of the 'field_test_with_prepare_view' formatter. |
TestFieldPrepareViewFormatter.php |
file |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php |
|
TestFieldPrepareViewFormatter::defaultSettings |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php |
Defines the default settings for this plugin. |
TestFieldPrepareViewFormatter::prepareView |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php |
Allows formatters to load information for field values being displayed. |
TestFieldPrepareViewFormatter::settingsForm |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php |
Returns a form to configure settings for the formatter. |
TestFieldPrepareViewFormatter::settingsSummary |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php |
Returns a short summary for the current formatter settings. |
TestFieldPrepareViewFormatter::viewElements |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php |
Builds a renderable array for a field value. |
TestMediaFilterController::preview |
function |
core/modules/media/tests/modules/media_test_embed/src/Controller/TestMediaFilterController.php |
Returns a HTML response containing a preview of the text after filtering. |
TestPluginBase::viewsTokenReplace |
function |
core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php |
Replaces Views' tokens in a given string. |
TestRouteSubscriber::$applicableViews |
property |
core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php |
The applicable views. |
TestRouteSubscriber::getApplicableViews |
function |
core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php |
Returns all views/display combinations with routes. |
TestViewListBuilder |
class |
core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php |
|
TestViewListBuilder::buildOperations |
function |
core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php |
Builds a renderable list of operation links for the entity. |
TestViewsLocalTask |
class |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
Replaces the applicable views call for easier testability. |
TestViewsLocalTask::$result |
property |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
|
TestViewsLocalTask::getApplicableMenuViews |
function |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
Return a list of all views and display IDs that have a menu entry. |
TestViewsLocalTask::setApplicableMenuViews |
function |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
Sets applicable views result. |