ResourceTypeBuildEvents.php
Same filename in other branches
Namespace
Drupal\jsonapi\ResourceTypeFile
-
core/
modules/ jsonapi/ src/ ResourceType/ ResourceTypeBuildEvents.php
View source
<?php
namespace Drupal\jsonapi\ResourceType;
/**
* Contains all events emitted during the resource type build process.
*
* @see \Drupal\jsonapi\ResourceType\ResourceTypeBuildEvent
* @see \Drupal\jsonapi\ResourceType\ResourceTypeRepository
*/
final class ResourceTypeBuildEvents {
/**
* Emitted during the resource type build process.
*/
const BUILD = 'jsonapi.resource_type.build';
}
Classes
Title | Deprecated | Summary |
---|---|---|
ResourceTypeBuildEvents | Contains all events emitted during the resource type build process. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.