@@ -27,7 +27,7 @@ class DeprecatedAutoloadAccess extends ClassLoader {
* {@inheritdoc}
*/
publicfunctiongetPrefixes(){
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.3.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.4.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.3.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.4.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@@ -43,7 +43,7 @@ public function getPrefixesPsr4() {
* {@inheritdoc}
*/
publicfunctiongetFallbackDirs(){
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.3.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.4.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@@ -51,7 +51,7 @@ public function getFallbackDirs() {
* {@inheritdoc}
*/
publicfunctiongetFallbackDirsPsr4(){
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.3.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.4.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@@ -59,7 +59,7 @@ public function getFallbackDirsPsr4() {
* {@inheritdoc}
*/
publicfunctiongetClassMap(){
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.3.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.4.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.3.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.4.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@@ -75,7 +75,7 @@ public function addClassMap(array $classMap) {
* {@inheritdoc}
*/
publicfunctionadd($prefix,$paths,$prepend=FALSE){
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.3.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.4.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.3.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.4.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@@ -91,7 +91,7 @@ public function addPsr4($prefix, $paths, $prepend = FALSE) {
* {@inheritdoc}
*/
publicfunctionset($prefix,$paths){
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.3.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.4.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@@ -99,7 +99,7 @@ public function set($prefix, $paths) {
* {@inheritdoc}
*/
publicfunctionsetPsr4($prefix,$paths){
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.3.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.4.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@@ -107,7 +107,7 @@ public function setPsr4($prefix, $paths) {
* {@inheritdoc}
*/
publicfunctionsetUseIncludePath($useIncludePath){
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.3.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.4.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@@ -115,7 +115,7 @@ public function setUseIncludePath($useIncludePath) {
* {@inheritdoc}
*/
publicfunctiongetUseIncludePath(){
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.3.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.4.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.3.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.4.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@@ -131,7 +131,7 @@ public function setClassMapAuthoritative($classMapAuthoritative) {
* {@inheritdoc}
*/
publicfunctionisClassMapAuthoritative(){
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.3.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.4.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@@ -139,7 +139,7 @@ public function isClassMapAuthoritative() {
* {@inheritdoc}
*/
publicfunctionsetApcuPrefix($apcuPrefix){
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.3.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.4.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@@ -147,7 +147,7 @@ public function setApcuPrefix($apcuPrefix) {
* {@inheritdoc}
*/
publicfunctiongetApcuPrefix(){
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.3.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.4.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@@ -155,7 +155,7 @@ public function getApcuPrefix() {
* {@inheritdoc}
*/
publicfunctionregister($prepend=FALSE){
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.3.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.4.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
self::getActualClassLoader()->register($prepend);
}
@@ -163,7 +163,7 @@ public function register($prepend = FALSE) {
* {@inheritdoc}
*/
publicfunctionunregister(){
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.3.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.4.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
self::getActualClassLoader()->unregister();
}
@@ -171,7 +171,7 @@ public function unregister() {
* {@inheritdoc}
*/
publicfunctionloadClass($class){
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.3.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.4.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@@ -179,7 +179,7 @@ public function loadClass($class) {
* {@inheritdoc}
*/
publicfunctionfindFile($class){
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.3.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.4.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@@ -187,7 +187,7 @@ public function findFile($class) {
* {@inheritdoc}
*/
publicstaticfunctiongetRegisteredLoaders(){
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.3.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);
@trigger_error('Accessing the \'autoloader\' through Drupal\'s provided global is deprecated in drupal:11.4.0 and will be unsupported in drupal:12.0.0. Load the vendor/autoload.php file or provide the global yourself instead. See https://www.drupal.org/node/3576336',E_USER_DEPRECATED);