|
RelationshipTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/RelationshipTest.php |
Tests the base relationship handler. |
|
Sql::$relationships |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Holds an array of relationships, which are aliases of the primary
table that represent different ways to join the same table in. |
|
Sql::addRelationship |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
A relationship is an alternative endpoint to a series of table
joins. Relationships must be aliases of the primary table and
they must join either to the primary table or to a pre-existing
relationship. |
|
RelationshipTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/RelationshipTest.php |
Definition of Drupal\views\Tests\Handler\RelationshipTest. |
|
RevisionRelationships |
class |
drupal/core/modules/node/lib/Drupal/node/Tests/Views/RevisionRelationships.php |
Tests basic node_revision table integration into views. |
|
RelationshipPluginBase |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/RelationshipPluginBase.php |
Simple relationship handler that allows a new version of the primary table
to be linked in. |
|
ViewUI::uriRelationships |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php |
Returns a list of URI relationships supported by this entity. |
|
Entity::uriRelationships |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Returns a list of URI relationships supported by this entity. |
|
RelationshipJoinTestBase |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/RelationshipJoinTestBase.php |
Provies a base class for a testing a relationship. |
|
RevisionRelationships.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/Views/RevisionRelationships.php |
Contains \Drupal\node\Tests\Views\RevisionRelationships. |
|
RelationshipTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/RelationshipTest.php |
|
|
HandlerBase::$relationship |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
The relationship used for this field. |
|
RelationshipPluginBase.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/RelationshipPluginBase.php |
Definition of Drupal\views\Plugin\views\relationship\RelationshipPluginBase. |
|
Views relationship handlers |
group |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/RelationshipPluginBase.php |
Handlers to tell Views how to create alternate relationships. |
|
EntityQueryRelationshipTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
Tests Entity Query API relationship functionality. |
|
RelationshipPluginBase::init |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/RelationshipPluginBase.php |
Overrides \Drupal\views\Plugin\views\HandlerBase::init(). |
|
RelationshipJoinTestBase.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/RelationshipJoinTestBase.php |
Contains \Drupal\views\Tests\Plugin\RelationshipJoinTestBase. |
|
RelationshipNodeTermDataTest |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Views/RelationshipNodeTermDataTest.php |
Tests the node_term_data relationship handler. |
|
HandlerBase::setRelationship |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
Called just prior to query(), this lets a handler set up any relationship
it needs. |
|
RevisionRelationships::setUp |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/Views/RevisionRelationships.php |
Sets up a Drupal site for running functional and integration tests. |
|
RelationshipTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/RelationshipTest.php |
Views used by this test. |
|
RelationshipTest::$columnMap |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/RelationshipTest.php |
Maps between the key in the expected result and the query result. |
|
RelationshipPluginBase::query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/RelationshipPluginBase.php |
Called to implement a relationship in a query. |
|
ViewExecutable::$relationship |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Stores the relationship handlers which are initialized on this view. |
|
views.relationship.schema.yml |
file |
drupal/core/modules/views/config/schema/views.relationship.schema.yml |
drupal/core/modules/views/config/schema/views.relationship.schema.yml |
|
RelationshipRepresentativeNode |
class |
drupal/core/modules/user/lib/Drupal/user/Tests/Views/RelationshipRepresentativeNode.php |
Tests the representative node relationship for users. |
|
RelationshipRepresentativeNode |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Views/RelationshipRepresentativeNode.php |
Tests the representative node relationship for terms. |
|
RevisionRelationships::getInfo |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/Views/RevisionRelationships.php |
|
|
EntityQueryRelationshipTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
Definition of Drupal\Core\Entity\Tests\EntityQueryRelationshipTest. |
|
HandlerTest::testRelationshipUI |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerTest.php |
Tests the relationship ui for field/filter/argument/relationship. |
|
RevisionRelationships::$modules |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/Views/RevisionRelationships.php |
Modules to enable. |
|
RelationshipNodeTermDataTest.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Views/RelationshipNodeTermDataTest.php |
Contains \Drupal\taxonomy\Tests\Views\RelationshipNodeTermDataTest. |
|
HandlerTest::testSetRelationship |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerTest.php |
Tests the relationship method on the base class. |
|
plugin.manager.views.relationship |
service |
drupal/core/modules/views/views.services.yml |
Drupal\views\Plugin\ViewsHandlerManager |
|
RevisionRelationships::$testViews |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/Views/RevisionRelationships.php |
Views used by this test. |
|
EntityInterface::uriRelationships |
function |
drupal/core/lib/Drupal/Core/Entity/EntityInterface.php |
Returns a list of URI relationships supported by this entity. |
|
RelationshipRepresentativeNode.php |
file |
drupal/core/modules/user/lib/Drupal/user/Tests/Views/RelationshipRepresentativeNode.php |
Contains \Drupal\user\Tests\Views\RelationshipRepresentativeNode. |
|
RelationshipRepresentativeNode.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Views/RelationshipRepresentativeNode.php |
Contains \Drupal\taxonomy\Tests\Views\RelationshipRepresentativeNode. |
|
EntityQueryRelationshipTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
Sets up Drupal unit test environment. |
|
RelationshipJoinTestBase::$modules |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/RelationshipJoinTestBase.php |
Modules to enable. |
|
RelationshipPluginBase::usesGroupBy |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/RelationshipPluginBase.php |
You can't groupby a relationship. |
|
EntityQueryRelationshipTest::$terms |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
Term entities. |
|
EntityBCDecorator::uriRelationships |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Forwards the call to the decorated entity. |
|
RelationshipJoinTestBase::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/RelationshipJoinTestBase.php |
Overrides \Drupal\views\Tests\ViewTestBase::viewsData(). |
|
EntityQueryRelationshipTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
|
|
RelationshipPluginBase::defineOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/RelationshipPluginBase.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
|
views.view.test_user_relationship.yml |
file |
drupal/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_relationship.yml |
drupal/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_relationship.yml |
|
EntityQueryRelationshipTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
Modules to enable. |
|
EntityQueryRelationshipTest::$factory |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
|
|
RelationshipNodeTermDataTest::getInfo |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Views/RelationshipNodeTermDataTest.php |
|