You are here

public function TestArticles__1_3::accessViewEntityFalse in RESTful 7.2

Custom access callback for the GET method.

Return value

bool TRUE for access granted, FALSE otherwise.

File

tests/modules/restful_test/src/Plugin/resource/node/test_article/v1/TestArticles__1_3.php, line 59
Contains \Drupal\restful_test\Plugin\resource\node\test_article\v1\TestArticles__1_3.

Class

TestArticles__1_3
Class TestArticles @package Drupal\restful\Plugin\resource

Namespace

Drupal\restful_test\Plugin\resource\node\test_article\v1

Code

public function accessViewEntityFalse() {
  return FALSE;
}