public AccessResultInterface::andIf(AccessResultInterface $other)
Combine this access result with another using AND.
When AND-ing two access results, the result is:
Truth table:
|A N F --+----- A |A N F N |N N F F |F F F
\Drupal\Core\Access\AccessResultInterface $other: The other access result to AND this one with.
static
public function andIf(AccessResultInterface $other);
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Access!AccessResultInterface.php/function/AccessResultInterface::andIf/8.1.x