Search for Id
Title | Object type | File name | Summary |
---|---|---|---|
PathAliasConstraintValidator.php | file | core/ |
|
PathAliasConstraintValidator::$entityTypeManager | property | core/ |
The entity type manager. |
PathAliasConstraintValidator::create | function | core/ |
Instantiates a new instance of this class. |
PathAliasConstraintValidator::validate | function | core/ |
|
PathAliasConstraintValidator::__construct | function | core/ |
Creates a new PathAliasConstraintValidator instance. |
PathAliasListBuilder::getEntityIds | function | core/ |
Loads entity IDs using a pager sorted by the entity id. |
PathAliasResourceTestBase::$entityTypeId | property | core/ |
The tested entity type. |
PathAliasResourceTestBase::$firstCreatedEntityId | property | core/ |
The entity ID for the first created entity in testPost(). |
PathAliasResourceTestBase::$secondCreatedEntityId | property | core/ |
The entity ID for the second created entity in testPost(). |
PathAliasTest::$entityTypeId | property | core/ |
The tested entity type. |
PathAliasTest::getPID | function | core/ |
Returns the path ID. |
PathBasedBreadcrumbBuilderTest::providerTestBuildWithException | function | core/ |
Provides exception types for testBuildWithException. |
PathBasedBreadcrumbBuilderTest::testBuildWithInvalidPath | function | core/ |
Tests the build method with an invalid path. |
PathElement::validateMatchedPath | function | core/ |
Form element validation handler for matched_path elements. |
PathElementFormTest::getFormId | function | core/ |
Returns a unique string identifying the form. |
PathElementFormTest::validateForm | function | core/ |
Form validation handler. |
PathExtractorTest::$pluginId | property | core/ |
This test plugin id (icon pack id). |
PathExtractorTest::providerDiscoverIconsPath | function | core/ |
Data provider for ::testDiscoverIconsPath(). |
PathFieldDefinitionTest::getPluginId | function | core/ |
Returns the plugin ID of the tested field type. |
PathFilterForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
PathHooks::fieldWidgetSingleElementFormAlter | function | core/ |
Implements hook_field_widget_single_element_form_alter(). |
PathLocatorTest::providerWebRoot | function | core/ |
Data provider for ::testWebRoot(). |
PathParentCacheContextTest::providerTestGetContext | function | core/ |
Provides a list of paths and expected cache contexts. |
PathPluginBase::$routeProvider | property | core/ |
The route provider. |
PathPluginBase::overrideApplies | function | core/ |
Determines whether the view overrides the given route. |
PathPluginBase::overrideAppliesPathAndMethod | function | core/ |
Determines whether an override for the path and method should happen. |
PathPluginBase::validate | function | core/ |
Validate that the plugin is correct and can be saved. |
PathPluginBase::validateOptionsForm | function | core/ |
Validate the options form. |
PathPluginBase::validatePath | function | core/ |
Validates the path of the display. |
PathPluginBaseTest::$routeProvider | property | core/ |
The route provider that should be used. |
PathProcessorFrontTest::providerProcessInbound | function | core/ |
Inbound paths and expected results. |
PathSetTranslatedTest::transformDataProvider | function | core/ |
Provides data for the testTransform method. |
PathValidator | class | core/ |
Provides a default path validator and access checker. |
PathValidator.php | file | core/ |
|
PathValidator::$accessAwareRouter | property | core/ |
The access aware router. |
PathValidator::$accessUnawareRouter | property | core/ |
A router implementation which does not check access. |
PathValidator::$account | property | core/ |
The current user. |
PathValidator::$pathProcessor | property | core/ |
The path processor. |
PathValidator::getPathAttributes | function | core/ |
Gets the matched attributes for a given path. |
PathValidator::getUrl | function | core/ |
Helper for getUrlIfValid() and getUrlIfValidWithoutAccessCheck(). |
PathValidator::getUrlIfValid | function | core/ |
Returns a URL object, if the path is valid and accessible. |
PathValidator::getUrlIfValidWithoutAccessCheck | function | core/ |
Returns a URL object, if the path is valid. |
PathValidator::isValid | function | core/ |
Checks if the URL path is valid and accessible by the current user. |
PathValidator::__construct | function | core/ |
Creates a new PathValidator. |
PathValidatorInterface | interface | core/ |
Provides an interface for URL path validators. |
PathValidatorInterface.php | file | core/ |
|
PathValidatorInterface::getUrlIfValid | function | core/ |
Returns a URL object, if the path is valid and accessible. |
PathValidatorInterface::getUrlIfValidWithoutAccessCheck | function | core/ |
Returns a URL object, if the path is valid. |
PathValidatorInterface::isValid | function | core/ |
Checks if the URL path is valid and accessible by the current user. |
PathValidatorTest | class | core/ |
@coversDefaultClass \Drupal\Core\Path\PathValidator[[api-linebreak]] @group Routing |
Pagination
- Previous page
- Page 130
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.