Loading core/lib/Drupal/Core/Security/PharExtensionInterceptor.php +6 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,12 @@ /** * An alternate PharExtensionInterceptor to support phar-based CLI tools. * * @internal * * @deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. No replacement * is provided. * * @see https://www.drupal.org/project/drupal/issues/3252439 * @see \TYPO3\PharStreamWrapper\Interceptor\PharExtensionInterceptor */ class PharExtensionInterceptor implements Assertable { Loading Loading
core/lib/Drupal/Core/Security/PharExtensionInterceptor.php +6 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,12 @@ /** * An alternate PharExtensionInterceptor to support phar-based CLI tools. * * @internal * * @deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. No replacement * is provided. * * @see https://www.drupal.org/project/drupal/issues/3252439 * @see \TYPO3\PharStreamWrapper\Interceptor\PharExtensionInterceptor */ class PharExtensionInterceptor implements Assertable { Loading