Twig_Loader_Filesystem::prependPath |
function |
drupal/core/vendor/twig/twig/lib/Twig/Loader/Filesystem.php |
Prepends a path where templates are stored. |
UpgradePathTestBase::$upgradeErrors |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UpgradePathTestBase.php |
Array of errors triggered during the upgrade process. |
UpgradePathTestBase::performUpgrade |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UpgradePathTestBase.php |
Perform the upgrade. |
UpgradePathTestBase::containerBuild |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UpgradePathTestBase.php |
Overrides some core services for the upgrade tests. |
MockFileSessionStorage::getFilePath |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php |
Calculate path to file. |
AliasManagerInterface::getPathAlias |
function |
drupal/core/lib/Drupal/Core/Path/AliasManagerInterface.php |
Given an internal Drupal path, return the alias set by the administrator. |
ClassLoaderTest::testUseIncludePath |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php |
|
path_admin_filter_form_submit_reset |
function |
drupal/core/modules/path/path.admin.inc |
Form submission handler for the path_admin_filter_form() Reset button. |
AliasManager::$preloadedPathLookups |
property |
drupal/core/lib/Drupal/Core/Path/AliasManager.php |
Holds an array of previously looked up paths for the current request path. |
RegisterPathProcessorsPass::process |
function |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterPathProcessorsPass.php |
Adds services tagged 'path_processor_inbound' to the path processor manager. |
Extension::getXsdValidationBasePath |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Extension/Extension.php |
Returns the base path for the XSD files. |
ImageStylesPathAndUrlTest::$modules |
property |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageStylesPathAndUrlTest.php |
Modules to enable. |
CompassFilter::$generatedImagesPath |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php |
|
CompassFilter::$httpJavascriptsPath |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php |
|
PathTaxonomyTermTest::testTermAlias |
function |
drupal/core/modules/path/lib/Drupal/path/Tests/PathTaxonomyTermTest.php |
Tests alias functionality through the admin interfaces. |
TranslationTest::findContentByXPath |
function |
drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php |
Searches for elements matching the given xpath and value. |
TypedDataInterface::getPropertyPath |
function |
drupal/core/lib/Drupal/Core/TypedData/TypedDataInterface.php |
Returns the property path of the data. |
DateFormatDeleteForm::getCancelPath |
function |
drupal/core/modules/system/lib/Drupal/system/Form/DateFormatDeleteForm.php |
Returns the page to go to if the user cancels the action. |
ConfigTestDeleteForm::getCancelPath |
function |
drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/Form/ConfigTestDeleteForm.php |
Returns the page to go to if the user cancels the action. |
PathProcessorTest::$languageManager |
property |
drupal/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php |
|
PathSubscriber::getSubscribedEvents |
function |
drupal/core/lib/Drupal/Core/EventSubscriber/PathSubscriber.php |
Registers the methods in this class that should be listeners. |
UserPictureUpgradePathTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserPictureUpgradePathTest.php |
|
ImageEffectDeleteForm::getCancelPath |
function |
drupal/core/modules/image/lib/Drupal/image/Form/ImageEffectDeleteForm.php |
Returns the page to go to if the user cancels the action. |
LanguagePathMonolingualTest::getInfo |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguagePathMonolingualTest.php |
|
FilledStandardUpgradePathTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FilledStandardUpgradePathTest.php |
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing. |
PathProcessorManager::$sortedInbound |
property |
drupal/core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php |
Holds the array of inbound processors, sorted by priority. |
PathProcessorManager::processInbound |
function |
drupal/core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php |
Implements Drupal\Core\PathProcessor\InboundPathProcessorInterface::processInbound(). |
_system_theme_settings_validate_path |
function |
drupal/core/modules/system/system.admin.inc |
Helper function for the system_theme_settings form. |
PathProcessorManager::sortProcessors |
function |
drupal/core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php |
Sorts the processors according to priority. |
DateUpgradePathTest::testDateUpgrade |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/DateUpgradePathTest.php |
Tests that date formats have been upgraded. |
UuidUpgradePathTest::testUuidUpgrade |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UuidUpgradePathTest.php |
Tests a successful point release update. |
FilterFormatUpgradePathTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FilterFormatUpgradePathTest.php |
|
SymfonyFileLocatorTest::testGetPaths |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/SymfonyFileLocatorTest.php |
|
BareStandardUpgradePathTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareStandardUpgradePathTest.php |
|
UrlGeneratorInterface::ABSOLUTE_PATH |
constant |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php |
Generates an absolute path, e.g. "/dir/file". |
UrlGeneratorInterface::RELATIVE_PATH |
constant |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php |
Generates a relative path based on the current request path, e.g. "../parent-file". |
UpgradePathTestBase::$pendingUpdates |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UpgradePathTestBase.php |
Flag to indicate whether there are pending updates or not. |
AliasManagerInterface::getSystemPath |
function |
drupal/core/lib/Drupal/Core/Path/AliasManagerInterface.php |
Given a path alias, return the internal path it represents. |
DefaultFileLocatorTest::testGetPaths |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/DefaultFileLocatorTest.php |
|
DummyStreamWrapper::getDirectoryPath |
function |
drupal/core/modules/file/tests/file_test/lib/Drupal/file_test/DummyStreamWrapper.php |
Gets the path that the wrapper is responsible for. |
UniversalClassLoader::useIncludePath |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php |
Turns on searching the include for class files. Allows easy loading
of installed PEAR packages |
ConstraintViolation::getPropertyPath |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolation.php |
Returns the property path from the root element to the violation. |
path_admin_filter_form_submit_filter |
function |
drupal/core/modules/path/path.admin.inc |
Form submission handler for the path_admin_filter_form() Filter button. |
MockAliasManager::preloadPathLookups |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MockAliasManager.php |
Implements \Drupal\Core\Path\AliasManagerInterface::preloadPathLookups(). |
TranslationsStream::getDirectoryPath |
function |
drupal/core/modules/locale/lib/Drupal/locale/TranslationsStream.php |
Implements Drupal\Core\StreamWrapper\LocalStream::getDirectoryPath() |
LanguagePathMonolingualTest::$modules |
property |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguagePathMonolingualTest.php |
Modules to enable. |
PathProcessorManager::$sortedOutbound |
property |
drupal/core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php |
Holds the array of outbound processors, sorted by priority. |
PathProcessorManager::processOutbound |
function |
drupal/core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php |
Implements Drupal\Core\PathProcessor\OutboundPathProcessorInterface::processOutbound(). |
PHP_CodeCoverage_Report_Node::getPath |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node.php |
|
FilledMinimalUpgradePathTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FilledMinimalUpgradePathTest.php |
|