function TestViewsLocalTask::setApplicableMenuViews

Same name in other branches
  1. 8.9.x core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php \Drupal\Tests\views\Unit\Plugin\Derivative\TestViewsLocalTask::setApplicableMenuViews()
  2. 10 core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php \Drupal\Tests\views\Unit\Plugin\Derivative\TestViewsLocalTask::setApplicableMenuViews()
  3. 11.x core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php \Drupal\Tests\views\Unit\Plugin\Derivative\TestViewsLocalTask::setApplicableMenuViews()

Sets applicable views result.

File

core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php, line 392

Class

TestViewsLocalTask
Replaces the applicable views call for easier testability.

Namespace

Drupal\Tests\views\Unit\Plugin\Derivative

Code

public function setApplicableMenuViews($result) {
    $this->result = $result;
}

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