TestSourceWithAReallyLongName.php

Namespace

Drupal\media_test_source\Plugin\media\Source

File

core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestSourceWithAReallyLongName.php

View source
<?php

declare (strict_types=1);
namespace Drupal\media_test_source\Plugin\media\Source;

use Drupal\Core\StringTranslation\TranslatableMarkup;
use Drupal\media\Attribute\MediaSource;

/**
 * Provides test media source.
 */
class TestSourceWithAReallyLongName extends Test {

}

Classes

Title Deprecated Summary
TestSourceWithAReallyLongName Provides test media source.

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