You are here

public function TestArticles__1_3::accessViewEntityTrue in RESTful 7.2

Custom access callback for the HEAD 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 69
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 accessViewEntityTrue() {
  return TRUE;
}