You are here

ResourceTypeBuildEvents.php in Drupal 10

File

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

Namesort descending Description
ResourceTypeBuildEvents Contains all events emitted during the resource type build process.