You are here

public static function ResourceFieldCollectionInterface::create in RESTful 7.2

Factory.

Creates the collection based on the implementation of the static::getInfo method.

Return value

ResourceFieldCollectionInterface The newly created object.

1 method overrides ResourceFieldCollectionInterface::create()
ResourceFieldCollection::create in src/Plugin/resource/Field/ResourceFieldCollection.php
Factory.

File

src/Plugin/resource/Field/ResourceFieldCollectionInterface.php, line 41
Contains \Drupal\restful\Plugin\resource\Field\ResourceFieldCollectionInterface.

Class

ResourceFieldCollectionInterface

Namespace

Drupal\restful\Plugin\resource\Field

Code

public static function create();