Path_Processor::get_normalized_constants()
Method: Fetches an array of normalized paths keyed by the constant they came from.
Source: vendor/automattic/jetpack-autoloader/src/class-path-processor.php:92
Method: Fetches an array of normalized paths keyed by the constant they came from.
Source: vendor/automattic/jetpack-autoloader/src/class-path-processor.php:92
Method: Indicates whether or not a path is absolute.
Source: vendor/automattic/jetpack-autoloader/src/class-path-processor.php:123
Method: Given a file and a list of directories to check, this method will try to figure out the absolute path to the file in question.
Source: vendor/automattic/jetpack-autoloader/src/class-path-processor.php:146
Method: Given a path this will figure out the real path that we should be using.
Source: vendor/automattic/jetpack-autoloader/src/class-path-processor.php:170
Class: This class handles dealing with paths for the autoloader.
Source: vendor/automattic/jetpack-autoloader/src/class-path-processor.php:7
Method: Given a path this will replace any of the path constants with a token to represent it.
Source: vendor/automattic/jetpack-autoloader/src/class-path-processor.php:15
Method: Given a path this will replace any of the path constant tokens with the expanded path.
Source: vendor/automattic/jetpack-autoloader/src/class-path-processor.php:38
Method: Given a file and an array of places it might be, this will find the absolute path and return it.
Source: vendor/automattic/jetpack-autoloader/src/class-path-processor.php:64