OrderAfter.php

Namespace

Drupal\Core\Hook\Order

File

core/lib/Drupal/Core/Hook/Order/OrderAfter.php

View source
<?php

declare (strict_types=1);
namespace Drupal\Core\Hook\Order;


/**
 * Set this implementation to be after others.
 */
readonly class OrderAfter extends RelativeOrderBase {
    
    /**
     * {@inheritdoc}
     */
    protected function isAfter() : bool {
        return TRUE;
    }

}

Classes

Title Deprecated Summary
OrderAfter Set this implementation to be after others.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.