DuplicatePluralizedMethodName.php

Same filename and directory in other branches
  1. 10 core/modules/config/tests/config_test/src/ConfigActionErrorEntity/DuplicatePluralizedMethodName.php

Namespace

Drupal\config_test\ConfigActionErrorEntity

File

core/modules/config/tests/config_test/src/ConfigActionErrorEntity/DuplicatePluralizedMethodName.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 DuplicatePluralizedMethodName extends ConfigTest {
    public function testMethod() {
    }

}

Classes

Title Deprecated Summary
DuplicatePluralizedMethodName Test entity class.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.