You are here

class BadPluginBehaviorException in Purge 8.3

Thrown when purgers are not implemented as outlined in the documentation.

Hierarchy

  • class \Drupal\purge\Plugin\Purge\Purger\Exception\BadPluginBehaviorException extends \Drupal\purge\Plugin\Purge\Purger\Exception\Exception

Expanded class hierarchy of BadPluginBehaviorException

See also

\Drupal\purge\Plugin\Purge\Invalidation\InvalidationInterface::setStateContext().

\Drupal\purge\Plugin\Purge\Purger\CapacityTrackerInterface::getTimeHint().

3 files declare their use of BadPluginBehaviorException
CapacityTracker.php in src/Plugin/Purge/Purger/CapacityTracker.php
InvalidationBase.php in src/Plugin/Purge/Invalidation/InvalidationBase.php
PluginTestBase.php in tests/src/Kernel/Invalidation/PluginTestBase.php

File

src/Plugin/Purge/Purger/Exception/BadPluginBehaviorException.php, line 11

Namespace

Drupal\purge\Plugin\Purge\Purger\Exception
View source
class BadPluginBehaviorException extends \Exception {

}

Members