function OrderAfter::isAfter
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Hook/Order/OrderAfter.php \Drupal\Core\Hook\Order\OrderAfter::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/ OrderAfter.php, line 15
Class
- OrderAfter
- Set this implementation to be after others.
Namespace
Drupal\Core\Hook\OrderCode
protected function isAfter() : bool {
return TRUE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.