Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Groups.php
function Groups::hasExclude
File
vendor/
phpunit/
phpunit/
src/
TextUI/
Configuration/
Xml/
Groups.php
, line 42
Class
Groups
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\TextUI\XmlConfiguration
Code
public
function
hasExclude
() : bool {
return
!
$this
->
exclude
->
isEmpty
(); }
RSS feed