DuplicatePluralizedOtherMethodName.php
Same filename in other branches
Namespace
Drupal\config_test\ConfigActionErrorEntityFile
-
core/
modules/ config/ tests/ config_test/ src/ ConfigActionErrorEntity/ DuplicatePluralizedOtherMethodName.php
View source
<?php
namespace Drupal\config_test\ConfigActionErrorEntity;
use Drupal\config_test\Entity\ConfigTest;
use Drupal\Core\Config\Action\Attribute\ActionMethod;
/**
* Test entity class.
*/
class DuplicatePluralizedOtherMethodName extends ConfigTest {
public function testMethod() {
}
public function testMethod2() {
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
DuplicatePluralizedOtherMethodName | Test entity class. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.