Tests__1_0.php in RESTful 7.2
File
tests/modules/restful_test/src/Plugin/resource/entity_test/tests/Tests__1_0.php
View source
<?php
namespace Drupal\restful_test\Plugin\resource\entity_test\tests;
use Drupal\restful\Plugin\resource\ResourceEntity;
use Drupal\restful\Plugin\resource\ResourceInterface;
class Tests__1_0 extends ResourceEntity implements ResourceInterface {
protected function publicFields() {
return array(
'type' => array(
'wrapper_method' => 'getBundle',
'wrapper_method_on_entity' => TRUE,
),
) + parent::publicFields();
}
}
Classes
Name |
Description |
Tests__1_0 |
Class Tests__1_0
@package Drupal\restful_test\Plugin\resource |