video_embed_field-8.x-2.4/modules/video_embed_wysiwyg/src/VideoEmbedWysiwygConstants.php
modules/video_embed_wysiwyg/src/VideoEmbedWysiwygConstants.php
<?php
namespace Drupal\video_embed_wysiwyg;
/**
* Constants for the video_embed_wysiwyg module.
*/
class VideoEmbedWysiwygConstants {
/**
* The documentation URL for the WYSIWYG filter.
*/
const VIDEO_EMBED_WYSIWYG_DOCUMENTATION_URL = 'https://www.drupal.org/node/2805545';
}
