ResourceTypeBuildEvents.php

Same filename in other branches
  1. 9 core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvents.php
  2. 8.9.x core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvents.php
  3. 10 core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvents.php

Namespace

Drupal\jsonapi\ResourceType

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

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.