You are here

interface PurgeValidateable in Purge 7.2

Validates the item.

The item can validates it's own settings.

Hierarchy

Expanded class hierarchy of PurgeValidateable

All classes that implement PurgeValidateable

File

includes/purge.class.inc, line 15
Contains all class and interface definitions for Purge.

View source
interface PurgeValidateable {

  /**
   * Validates the item.
   *
   * @return array $errors
   */
  function validate();

}

Members