function OrderBefore::isAfter

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Hook/Order/OrderBefore.php \Drupal\Core\Hook\Order\OrderBefore::isAfter()

Specifies the ordering direction.

Return value

bool TRUE, if the ordered implementation should be inserted after the implementations specified in the constructor.

Overrides RelativeOrderBase::isAfter

File

core/lib/Drupal/Core/Hook/Order/OrderBefore.php, line 15

Class

OrderBefore
Set this implementation to be before others.

Namespace

Drupal\Core\Hook\Order

Code

protected function isAfter() : bool {
  return FALSE;
}

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