You are here

public function ResourceInterface::dataProviderFactory in RESTful 7.2

Data provider factory.

Return value

DataProviderInterface The data provider for this resource.

Throws

NotImplementedException

ServerConfigurationException

2 methods override ResourceInterface::dataProviderFactory()
Resource::dataProviderFactory in src/Plugin/resource/Resource.php
Data provider factory.
ResourceDecoratorBase::dataProviderFactory in src/Plugin/resource/Decorators/ResourceDecoratorBase.php
Data provider factory.

File

src/Plugin/resource/ResourceInterface.php, line 44
Contains \Drupal\restful\Plugin\resource\ResourceInterface.

Class

ResourceInterface
Interface ResourceInterface.

Namespace

Drupal\restful\Plugin\resource

Code

public function dataProviderFactory();