You are here

protected function Comments__1_0::dataProviderClassName in RESTful 7.2

Data provider class.

Return value

string The name of the class of the provider factory.

Overrides ResourceEntity::dataProviderClassName

File

modules/restful_example/src/Plugin/resource/comment/Comments__1_0.php, line 59
Contains \Drupal\restful_example\Plugin\resource\comment\Comments__1_0.

Class

Comments__1_0
Class Comments__1_0 @package Drupal\restful_example\Plugin\resource\comment

Namespace

Drupal\restful_example\Plugin\resource\comment

Code

protected function dataProviderClassName() {
  return '\\Drupal\\restful_example\\Plugin\\resource\\comment\\DataProviderComment';
}