You are here

SocialBaseManagedFile.php in Open Social 8.6

File

themes/socialbase/src/Plugin/Process/SocialBaseManagedFile.php
View source
<?php

namespace Drupal\socialbase\Plugin\Process;


/**
 * Processes the "managed_file" element.
 *
 * @ingroup plugins_process
 * @deprecated
 * @see \Drupal\socialbase\Plugin\Process\ManagedFile
 */
class SocialBaseManagedFile extends ManagedFile {

}

Classes

Namesort descending Description
SocialBaseManagedFile Processes the "managed_file" element.