function RelativeOrderBase::isAfter
Specifies the ordering direction.
Return value
bool TRUE, if the ordered implementation should be inserted after the implementations specified in the constructor.
1 call to RelativeOrderBase::isAfter()
- RelativeOrderBase::getOperation in core/
lib/ Drupal/ Core/ Hook/ Order/ RelativeOrderBase.php - Gets order operations specified by this object.
2 methods override RelativeOrderBase::isAfter()
- OrderAfter::isAfter in core/
lib/ Drupal/ Core/ Hook/ Order/ OrderAfter.php - Specifies the ordering direction.
- OrderBefore::isAfter in core/
lib/ Drupal/ Core/ Hook/ Order/ OrderBefore.php - Specifies the ordering direction.
File
-
core/
lib/ Drupal/ Core/ Hook/ Order/ RelativeOrderBase.php, line 39
Class
- RelativeOrderBase
- Orders an implementation relative to other implementations.
Namespace
Drupal\Core\Hook\OrderCode
protected abstract function isAfter() : bool;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.