You are here

ResourceTypeBuildEvents.php in Drupal 9

Same filename and directory in other branches
  1. 8 core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvents.php

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.