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
2 methods override RelativeOrderBase::isAfter()
- OrderAfter::isAfter in core/
lib/ Drupal/ Core/ Hook/ Order/ OrderAfter.php - OrderBefore::isAfter in core/
lib/ Drupal/ Core/ Hook/ Order/ OrderBefore.php
File
-
core/
lib/ Drupal/ Core/ Hook/ Order/ RelativeOrderBase.php, line 40
Class
- RelativeOrderBase
- Orders an implementation relative to other implementations.
Namespace
Drupal\Core\Hook\OrderCode
abstract protected function isAfter() : bool;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.