You are here

public constant ApiDocInterface::SPEC_AS_URL in Apigee API Catalog 8.2

Same name and namespace in other branches
  1. 8 src/Entity/ApiDocInterface.php \Drupal\apigee_api_catalog\Entity\ApiDocInterface::SPEC_AS_URL

The value of "spec_file_source" when it uses a URL as source.

File

src/Entity/ApiDocInterface.php, line 47

Class

ApiDocInterface
Provides an interface for defining API Doc entities.

Namespace

Drupal\apigee_api_catalog\Entity

Code

public const SPEC_AS_URL = 'url';