Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

RemovedPostUpdateNameException.php

Namespace

Drupal\Core\Update

File

core/lib/Drupal/Core/Update/RemovedPostUpdateNameException.php

View source
<?php

namespace Drupal\Core\Update;


/**
 * An exception thrown for removed post-update functions.
 *
 * Occurs when a module defines hook_post_update_NAME() implementations
 * that are listed as removed in hook_removed_post_updates().
 */
class RemovedPostUpdateNameException extends \LogicException {

}

Classes

Title Deprecated Summary
RemovedPostUpdateNameException An exception thrown for removed post-update functions.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal