Search for %s

  1. Search 9.5.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
path_test.module file modules/simpletest/tests/path_test.module Helper module for the path tests.
path_test_path_update function modules/simpletest/tests/path_test.module Implements hook_path_update().
path_test_reset function modules/simpletest/tests/path_test.module Resets the path test results.
PharExtensionInterceptor class misc/typo3/phar-stream-wrapper/src/Interceptor/PharExtensionInterceptor.php
PharExtensionInterceptor class misc/typo3/drupal-security/PharExtensionInterceptor.php An alternate PharExtensionInterceptor to support phar-based CLI tools.
PharExtensionInterceptor.php file misc/typo3/phar-stream-wrapper/src/Interceptor/PharExtensionInterceptor.php
PharExtensionInterceptor.php file misc/typo3/drupal-security/PharExtensionInterceptor.php
PharExtensionInterceptor::assert function misc/typo3/phar-stream-wrapper/src/Interceptor/PharExtensionInterceptor.php Determines whether the base file name has a ".phar" suffix.
PharExtensionInterceptor::assert function misc/typo3/drupal-security/PharExtensionInterceptor.php Determines whether phar file is allowed to execute.
PharExtensionInterceptor::baseFileContainsPharExtension function misc/typo3/phar-stream-wrapper/src/Interceptor/PharExtensionInterceptor.php
PharExtensionInterceptor::baseFileContainsPharExtension function misc/typo3/drupal-security/PharExtensionInterceptor.php Determines if a path has a .phar extension or invoked execution.
PharInvocation::$alias property misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php
PharInvocation::$baseName property misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php
PharInvocation::$variables property misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php Arbitrary variables to be used by interceptors as registry
(e.g. in order to avoid duplicate processing and assertions)
PharInvocation::equals function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php
PharInvocation::getAlias function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php
PharInvocation::getBaseName function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php
PharInvocation::isConfirmed function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php
PharInvocation::setVariable function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php
PharInvocation::__construct function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php
PharInvocation::__toString function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php
PharInvocationCollection::$invocations property misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationCollection.php
PharInvocationCollection::assertUniqueBaseName function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationCollection.php Asserts that base-name is unique. This disallows having multiple invocations for
same base-name but having different alias names.
PharInvocationCollection::assertUniqueInvocation function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationCollection.php Asserts that combination of base-name and alias is unique. This allows having multiple
invocations for same base-name but having different alias names (for whatever reason).
PharInvocationCollection::DUPLICATE_ALIAS_WARNING constant misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationCollection.php
PharInvocationCollection::getInvocations function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationCollection.php
PharInvocationCollection::has function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationCollection.php
PharInvocationCollection::triggerDuplicateAliasWarning function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationCollection.php Triggers warning for invocations with same alias and same confirmation state.
PharInvocationCollection::UNIQUE_BASE_NAME constant misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationCollection.php
PharInvocationResolver class misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php
PharInvocationResolver.php file misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php
PharInvocationResolver::$baseNames property misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php Contains resolved base names in order to reduce file IO.
PharInvocationResolver::$invocationFunctionNames property misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php
PharInvocationResolver::addBaseName function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php
PharInvocationResolver::ASSERT_INTERNAL_INVOCATION constant misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php
PharInvocationResolver::findByAlias function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php Finds confirmed(!) invocations by alias.
PharInvocationResolver::findByBaseName function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php
PharInvocationResolver::findInBaseNames function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php
PharInvocationResolver::resolve function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php Resolves PharInvocation value object (baseName and optional alias).
PharInvocationResolver::resolveBaseName function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php
PharInvocationResolver::resolvePossibleAlias function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php
PharInvocationResolver::RESOLVE_ALIAS constant misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php
PharInvocationResolver::RESOLVE_REALPATH constant misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php
PharInvocationResolver::retrieveInvocation function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationResolver.php Retrieves PharInvocation, either existing in collection or created on demand
with resolving a potential alias name used in the according Phar archive.
PharMetaDataInterceptor::assert function misc/typo3/phar-stream-wrapper/src/Interceptor/PharMetaDataInterceptor.php Determines whether the according Phar archive contains
(potential insecure) serialized objects.
PharMetaDataInterceptor::baseFileDoesNotHaveMetaDataIssues function misc/typo3/phar-stream-wrapper/src/Interceptor/PharMetaDataInterceptor.php
PharStreamWrapper class misc/typo3/phar-stream-wrapper/src/PharStreamWrapper.php
PharStreamWrapper.php file misc/typo3/phar-stream-wrapper/src/PharStreamWrapper.php
PharStreamWrapper::$context property misc/typo3/phar-stream-wrapper/src/PharStreamWrapper.php
PharStreamWrapper::$internalResource property misc/typo3/phar-stream-wrapper/src/PharStreamWrapper.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.