diff --git a/core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php b/core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php index 6123d67..bb6b803 100644 --- a/core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php +++ b/core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php @@ -168,8 +168,7 @@ public function query() { * {@inheritdoc} */ public function calculateDependencies() { - // Figure out what base table this relationship brings to the party and add - // a dependency on its provider. + // Add the provider of the relationship's base table to the dependencies. $table_data = $this->getViewsData()->get($this->definition['base']); return [ 'module' => [$table_data['table']['provider']],