Path |
class |
drupal/core/lib/Drupal/Core/Path/Path.php |
Defines a class for CRUD operations on path aliases. |
Path |
class |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/Path.php |
Field handler to present the path to the node. |
Path.php |
file |
drupal/core/lib/Drupal/Core/Path/Path.php |
Contains Drupal\Core\Path\Path. |
Path.php |
file |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/Path.php |
Definition of Drupal\node\Plugin\views\field\Path. |
path.inc |
file |
drupal/core/includes/path.inc |
Functions to handle paths in Drupal. |
PathUtils |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Util/PathUtils.php |
Path Utils. |
base_path |
function |
drupal/core/includes/common.inc |
Returns the base URL path (i.e., directory) of the Drupal installation. |
conf_path |
function |
drupal/core/includes/bootstrap.inc |
Returns the appropriate configuration directory. |
path.info |
file |
drupal/core/modules/path/path.info |
name = Path
description = Allows users to rename URLs.
package = Core
version = VERSION
core = 8.x
configure = admin/config/search/path |
path_help |
function |
drupal/core/modules/path/path.module |
Implements hook_help(). |
path_menu |
function |
drupal/core/modules/path/path.module |
Implements hook_menu(). |
path_load |
function |
drupal/core/includes/path.inc |
Fetch a specific URL alias from the database. |
Path::save |
function |
drupal/core/lib/Drupal/Core/Path/Path.php |
Saves a path alias to the database. |
Path::load |
function |
drupal/core/lib/Drupal/Core/Path/Path.php |
Fetches a specific URL alias from the database. |
Path::init |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/Path.php |
Overrides Drupal\views\Plugin\views\field\FieldPluginBase::init(). |
Url::$path |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/Url.php |
|
Path::query |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/Path.php |
Called to add the field to a query. |
PathMatcher |
class |
drupal/core/lib/Drupal/Core/Routing/PathMatcher.php |
Initial matcher to match a route against a built database, by path. |
DisplayPath |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayPath.php |
Tests the UI of generic display path plugin. |
path.module |
file |
drupal/core/modules/path/path.module |
Enables users to rename URLs. |
Path::delete |
function |
drupal/core/lib/Drupal/Core/Path/Path.php |
Deletes a URL alias. |
PathTestBase |
class |
drupal/core/modules/path/lib/Drupal/path/Tests/PathTestBase.php |
Provides a base class for testing the Path module. |
Path::render |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/Path.php |
Render the field. |
request_path |
function |
drupal/core/includes/bootstrap.inc |
Returns the requested URL path of the page being viewed. |
path.api.php |
file |
drupal/core/modules/path/path.api.php |
Hooks provided by the Path module. |
Url::setPath |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Url.php |
Set the path part of the URL |
Url::addPath |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Url.php |
Add a relative path to the currently set path |
Url::getPath |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Url.php |
Get the path part of the URL |
current_path |
function |
drupal/core/includes/path.inc |
Return the current URL path of the page being viewed. |
PathAliasTest |
class |
drupal/core/modules/path/lib/Drupal/path/Tests/PathAliasTest.php |
Tests path alias functionality. |
path_to_theme |
function |
drupal/core/includes/theme.inc |
Return the path to the current themed element. |
PathUtils.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Util/PathUtils.php |
|
_current_path |
function |
drupal/core/includes/bootstrap.inc |
@todo This is a temporary function pending refactoring Drupal to use
Symfony's Request object exclusively. |
MatchPathTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Path/MatchPathTest.php |
Unit tests for the drupal_match_path() function in path.inc. |
Cookie::$path |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Cookie.php |
|
path_is_admin |
function |
drupal/core/includes/path.inc |
Determine whether a path is in the administrative section of the site. |
PathSubscriber |
class |
drupal/core/lib/Drupal/Core/EventSubscriber/PathSubscriber.php |
Access subscriber for controller requests. |
PathPluginBase |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/PathPluginBase.php |
The base display plugin for path/callbacks. This is used for pages, feeds. |
LocalePathTest |
class |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocalePathTest.php |
Functional tests for configuring a different path alias per language. |
Store::getPath |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Store.php |
|
find_conf_path |
function |
drupal/core/includes/bootstrap.inc |
Finds the appropriate configuration directory for a given host and path. |
path_test.info |
file |
drupal/core/modules/system/tests/modules/path_test/path_test.info |
name = "Hook path tests"
description = "Support module for path hook testing."
package = Testing
version = VERSION
core = 8.x
hidden = TRUE |
View::getPaths |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php |
Gets a list of paths assigned to the view. |
file_icon_path |
function |
drupal/core/modules/file/file.module |
Creates a path to the icon for a file entity. |
path.admin.inc |
file |
drupal/core/modules/path/path.admin.inc |
Administrative page callbacks for the path module. |
PathSubscriber |
class |
drupal/core/modules/system/tests/modules/url_alter_test/lib/Drupal/url_alter_test/PathSubscriber.php |
Path subscriber for url_alter_test. |
Bundle::getPath |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/Bundle.php |
Gets the Bundle directory path. |
DisplayPath.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayPath.php |
Contains \Drupal\views\Tests\UI\DisplayPath |
drupal_get_path |
function |
drupal/core/includes/common.inc |
Returns the path to a system item (module, theme, etc.). |
path_test_reset |
function |
drupal/core/modules/system/tests/modules/path_test/path_test.module |
Resets the path test results. |