| RowEntityRenderersTest::$values |
property |
core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php |
|
| RowEntityRenderersTest::assertTranslations |
function |
core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php |
Checks that the view results match the expected values. |
| RowEntityRenderersTest::checkLanguageRenderers |
function |
core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php |
Checks that the language renderer configurations work as expected. |
| RowEntityRenderersTest::checkLanguageRenderersRelationship |
function |
core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php |
Checks language renderer configurations work with relationships. |
| RowEntityRenderersTest::setUp |
function |
core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php |
|
| RowEntityRenderersTest::testEntityRenderers |
function |
core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php |
Tests the entity row renderers. |
| RowEntityRenderersTest::testEntityRenderersRelationship |
function |
core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php |
Tests the entity row renderers for relationships. |
| RowEntityRenderersTest::testFieldRenderers |
function |
core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php |
Tests the field row renderers. |
| RowEntityRenderersTest::testFieldRenderersRelationship |
function |
core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php |
Tests the field row renderers for relationships. |
| RowEntityRenderersTest::testRevisionBaseTable |
function |
core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php |
Tests the row renderer with a revision base table. |
| RowEntityTest |
class |
core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php |
Tests the generic entity row plugin. |
| RowEntityTest.php |
file |
core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php |
|
| RowEntityTest::$modules |
property |
core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php |
Modules to install. |
| RowEntityTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php |
Views used by this test. |
| RowEntityTest::setUp |
function |
core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php |
|
| RowEntityTest::testEntityRow |
function |
core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php |
Tests the entity row handler. |
| RowTest::$entityTypeManager |
property |
core/modules/migrate/tests/src/Kernel/RowTest.php |
The entity type manager. |
| Rss::$entityTypeId |
property |
core/modules/node/src/Plugin/views/row/Rss.php |
The ID of the entity type for which this is an RSS row plugin. |
| Rss::$entityTypeId |
property |
core/modules/comment/src/Plugin/views/row/Rss.php |
The ID of the entity type for which this is an RSS row plugin. |
| RssPluginBase::$entityDisplayRepository |
property |
core/modules/views/src/Plugin/views/row/RssPluginBase.php |
The entity display repository. |
| RssPluginBase::$entityTypeId |
property |
core/modules/views/src/Plugin/views/row/RssPluginBase.php |
The ID of the entity type for which this is an RSS row plugin. |
| RssPluginBase::$entityTypeManager |
property |
core/modules/views/src/Plugin/views/row/RssPluginBase.php |
The entity type manager. |
| SampleEntityGeneratorInterface |
interface |
core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php |
Generates a sample entity. |
| SampleEntityGeneratorInterface.php |
file |
core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php |
|
| SampleEntityGeneratorInterface::delete |
function |
core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php |
Deletes a sample entity for a given entity type and bundle. |
| SampleEntityGeneratorInterface::get |
function |
core/modules/layout_builder/src/Entity/SampleEntityGeneratorInterface.php |
Gets a sample entity for a given entity type and bundle. |
| SaveEntity |
class |
core/modules/system/tests/modules/action_test/src/Plugin/Action/SaveEntity.php |
Provides an operation to save user entities. |
| SaveEntity.php |
file |
core/modules/system/tests/modules/action_test/src/Plugin/Action/SaveEntity.php |
|
| SaveEntity::access |
function |
core/modules/system/tests/modules/action_test/src/Plugin/Action/SaveEntity.php |
Checks object access. |
| SaveEntity::execute |
function |
core/modules/system/tests/modules/action_test/src/Plugin/Action/SaveEntity.php |
Executes the plugin. |
| SearchMultilingualEntityTest |
class |
core/modules/search/tests/src/Functional/SearchMultilingualEntityTest.php |
Tests entities with multilingual fields. |
| SearchMultilingualEntityTest.php |
file |
core/modules/search/tests/src/Functional/SearchMultilingualEntityTest.php |
|
| SearchMultilingualEntityTest::$defaultTheme |
property |
core/modules/search/tests/src/Functional/SearchMultilingualEntityTest.php |
The theme to install as the default for testing. |
| SearchMultilingualEntityTest::$modules |
property |
core/modules/search/tests/src/Functional/SearchMultilingualEntityTest.php |
Modules to install. |
| SearchMultilingualEntityTest::$plugin |
property |
core/modules/search/tests/src/Functional/SearchMultilingualEntityTest.php |
Node search plugin. |
| SearchMultilingualEntityTest::$searchableNodes |
property |
core/modules/search/tests/src/Functional/SearchMultilingualEntityTest.php |
List of searchable nodes. |
| SearchMultilingualEntityTest::assertDatabaseCounts |
function |
core/modules/search/tests/src/Functional/SearchMultilingualEntityTest.php |
Checks actual database counts of items in the search index. |
| SearchMultilingualEntityTest::assertIndexCounts |
function |
core/modules/search/tests/src/Functional/SearchMultilingualEntityTest.php |
Verifies the indexing status counts. |
| SearchMultilingualEntityTest::setUp |
function |
core/modules/search/tests/src/Functional/SearchMultilingualEntityTest.php |
|
| SearchMultilingualEntityTest::testMultilingualSearch |
function |
core/modules/search/tests/src/Functional/SearchMultilingualEntityTest.php |
Tests the indexing throttle and search results with multilingual nodes. |
| SearchPageForm::$entity |
property |
core/modules/search/src/Form/SearchPageForm.php |
The search page entity. |
| SearchPageFormBase::$entity |
property |
core/modules/search/src/Form/SearchPageFormBase.php |
The entity being used by this form. |
| SearchPageResourceTestBase::$entity |
property |
core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php |
|
| SearchPageResourceTestBase::$entityTypeId |
property |
core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php |
The tested entity type. |
| SearchPageResourceTestBase::createEntity |
function |
core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php |
Creates the entity to be tested. |
| SearchPageResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php |
Returns the expected normalization of the entity. |
| SearchPageResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability |
function |
core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php |
The cacheability of unauthorized 'view' entity access. |
| SearchPageResourceTestBase::getNormalizedPostEntity |
function |
core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php |
Returns the normalized POST entity. |
| SearchPageTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/SearchPageTest.php |
|
| SearchPageTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/SearchPageTest.php |
The tested entity type. |