Search for ip

  1. Search 7.x for ip
  2. Search 9.5.x for ip
  3. Search 10.3.x for ip
  4. Search 11.x for ip
  5. Search main for ip
  6. Other projects
Title Object type File name Summary
RelationshipJoinInTest.php file core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php
RelationshipJoinInTest::$columnMap property core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php Maps between the key in the expected result and the query result.
RelationshipJoinInTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php Views used by this test.
RelationshipJoinInTest::testRelationshipInQuery function core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php Tests the query result of a view with a relationship with an IN condition.
RelationshipJoinInTest::viewsData function core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php Adds an IN condition for the user name.
RelationshipJoinTestBase class core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php Provides a base class for a testing a relationship.
RelationshipJoinTestBase.php file core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php
RelationshipJoinTestBase::$modules property core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php Modules to enable.
RelationshipJoinTestBase::$rootUser property core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php
RelationshipJoinTestBase::schemaDefinition function core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php Overrides \Drupal\views\Tests\ViewTestBase::schemaDefinition().
RelationshipJoinTestBase::setUpFixtures function core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php Sets up the configuration and schema of views and views_test_data modules.
RelationshipJoinTestBase::viewsData function core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php Overrides \Drupal\views\Tests\ViewTestBase::viewsData().
RelationshipNodeTermDataTest class core/modules/taxonomy/tests/src/Functional/Views/RelationshipNodeTermDataTest.php Tests the taxonomy term on node relationship handler.
RelationshipNodeTermDataTest.php file core/modules/taxonomy/tests/src/Functional/Views/RelationshipNodeTermDataTest.php
RelationshipNodeTermDataTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Views/RelationshipNodeTermDataTest.php The theme to install as the default for testing.
RelationshipNodeTermDataTest::$testViews property core/modules/taxonomy/tests/src/Functional/Views/RelationshipNodeTermDataTest.php Views used by this test.
RelationshipNodeTermDataTest::assertQueriesTermAccessTag function core/modules/taxonomy/tests/src/Functional/Views/RelationshipNodeTermDataTest.php Assert views queries have taxonomy_term_access tag.
RelationshipNodeTermDataTest::testTag function core/modules/taxonomy/tests/src/Functional/Views/RelationshipNodeTermDataTest.php Tests that the 'taxonomy_term_access' tag is added to the Views query.
RelationshipNodeTermDataTest::testViewsHandlerRelationshipNodeTermData function core/modules/taxonomy/tests/src/Functional/Views/RelationshipNodeTermDataTest.php
RelationshipNormalizer class core/modules/jsonapi/src/Normalizer/RelationshipNormalizer.php Normalizes a JSON:API relationship object.
RelationshipNormalizer.php file core/modules/jsonapi/src/Normalizer/RelationshipNormalizer.php
RelationshipNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/RelationshipNormalizer.php The interface or class that this Normalizer supports.
RelationshipNormalizer::normalize function core/modules/jsonapi/src/Normalizer/RelationshipNormalizer.php
RelationshipNormalizerTest class core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php @coversDefaultClass \Drupal\jsonapi\Normalizer\RelationshipNormalizer[[api-linebreak]]
@group jsonapi
RelationshipNormalizerTest.php file core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php
RelationshipNormalizerTest::$imageIds property core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php Static UUIDs for use in tests.
RelationshipNormalizerTest::$modules property core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php Modules to enable.
RelationshipNormalizerTest::$referencerId property core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php Static UUID for the referencing entity.
RelationshipNormalizerTest::$userIds property core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php Static UUIDs for use in tests.
RelationshipNormalizerTest::normalizeProvider function core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php Data provider for testNormalize.
RelationshipNormalizerTest::setUp function core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php
RelationshipNormalizerTest::testNormalize function core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php @covers ::normalize[[api-linebreak]]
@dataProvider normalizeProvider
RelationshipPluginBase class core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php Simple relationship handler that allows a new version of the primary table
to be linked in.
RelationshipPluginBase.php file core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php
RelationshipPluginBase::$alias property core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php The relationship alias.
RelationshipPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php Provide a form to edit options for this plugin.
RelationshipPluginBase::calculateDependencies function core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php Calculates dependencies for the configured plugin.
RelationshipPluginBase::defineOptions function core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php Information about options for all kinds of purposes will be held here.
RelationshipPluginBase::init function core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php Overrides \Drupal\views\Plugin\views\HandlerBase::init().
RelationshipPluginBase::query function core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php Add anything to the query that we might need to.
RelationshipPluginBase::usesGroupBy function core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php Provides the handler some groupby.
RelationshipRepresentativeNodeTest class core/modules/taxonomy/tests/src/Functional/Views/RelationshipRepresentativeNodeTest.php Tests the representative node relationship for terms.
RelationshipRepresentativeNodeTest class core/modules/user/tests/src/Kernel/Views/RelationshipRepresentativeNodeTest.php Tests the representative node relationship for users.
RelationshipRepresentativeNodeTest.php file core/modules/taxonomy/tests/src/Functional/Views/RelationshipRepresentativeNodeTest.php
RelationshipRepresentativeNodeTest.php file core/modules/user/tests/src/Kernel/Views/RelationshipRepresentativeNodeTest.php
RelationshipRepresentativeNodeTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Views/RelationshipRepresentativeNodeTest.php The theme to install as the default for testing.
RelationshipRepresentativeNodeTest::$modules property core/modules/user/tests/src/Kernel/Views/RelationshipRepresentativeNodeTest.php Modules to enable.
RelationshipRepresentativeNodeTest::$testViews property core/modules/taxonomy/tests/src/Functional/Views/RelationshipRepresentativeNodeTest.php Views used by this test.
RelationshipRepresentativeNodeTest::$testViews property core/modules/user/tests/src/Kernel/Views/RelationshipRepresentativeNodeTest.php Views used by this test.
RelationshipRepresentativeNodeTest::testRelationship function core/modules/taxonomy/tests/src/Functional/Views/RelationshipRepresentativeNodeTest.php Tests the relationship.

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