Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
StaticReflectionClass::newInstance function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php #[\ReturnTypeWillChange]
StaticReflectionClass::newInstanceArgs function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php #[\ReturnTypeWillChange]
StaticReflectionClass::newInstanceWithoutConstructor function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php #[\ReturnTypeWillChange]
StaticReflectionClass::setStaticPropertyValue function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php #[\ReturnTypeWillChange]
StaticReflectionClass::__construct function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php
StaticReflectionClass::__toString function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php
StaticReflectionParser class core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php Parses a file for namespaces/use/class declarations.
StaticReflectionParser class core/modules/migrate/src/Plugin/Discovery/StaticReflectionParser.php Allows getting the reflection parser for the parent class.
StaticReflectionParser.php file core/modules/migrate/src/Plugin/Discovery/StaticReflectionParser.php
StaticReflectionParser.php file core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php This class is a near-copy of
Doctrine\Common\Reflection\StaticReflectionParser, which is part of the
Doctrine project: <http://www.doctrine-project.org>. It was copied from
version 1.2.2.
StaticReflectionParser::$classAnnotationOptimize property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php Whether the caller only wants class annotations.
StaticReflectionParser::$classAttributes property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php The class attributes.
StaticReflectionParser::$className property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php The fully qualified class name.
StaticReflectionParser::$docComment property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php The docComment of the class.
StaticReflectionParser::$finder property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php A ClassFinder object which finds the class.
StaticReflectionParser::$namespace property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php The namespace of the class.
StaticReflectionParser::$parentClassName property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php The name of the class this class extends, if any.
StaticReflectionParser::$parentStaticReflectionParser property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php The parent PSR-0 Parser.
StaticReflectionParser::$parsed property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php Whether the parser has run.
StaticReflectionParser::$shortClassName property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php The short class name.
StaticReflectionParser::$useStatements property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php The use statements of the class.
StaticReflectionParser::fullySpecifyName function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php Converts a name into a fully specified name.
StaticReflectionParser::getClassName function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php
StaticReflectionParser::getDocComment function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php Gets the doc comment.
StaticReflectionParser::getNamespaceName function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php
StaticReflectionParser::getParentParser function core/modules/migrate/src/Plugin/Discovery/StaticReflectionParser.php If the current class extends another, get the parser for the latter.
StaticReflectionParser::getParentStaticReflectionParser function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php
StaticReflectionParser::getReflectionClass function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php Gets the ReflectionClass equivalent for this class.
StaticReflectionParser::getStaticReflectionParserForDeclaringClass function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php Gets the PSR-0 parser for the declaring class.
StaticReflectionParser::getUseStatements function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php Gets the use statements from this file.
StaticReflectionParser::hasClassAttribute function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php Determines if the class has the provided class attribute.
StaticReflectionParser::parse function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php
StaticReflectionParser::__construct function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php Parses a class residing in a PSR-0 hierarchy.
StaticReflectionParserTest class core/tests/Drupal/Tests/Component/Annotation/Doctrine/StaticReflectionParserTest.php @coversDefaultClass \Drupal\Component\Annotation\Doctrine\StaticReflectionParser[[api-linebreak]]
StaticReflectionParserTest.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/StaticReflectionParserTest.php
StaticReflectionParserTest::testAttribute function core/tests/Drupal/Tests/Component/Annotation/Doctrine/StaticReflectionParserTest.php @testWith ["AttributeClass", "\\Attribute", true][[api-linebreak]]
["AttributeClass", "attribute", true][[api-linebreak]]
["AttributeClass", "Attribute",…
StaticTest class core/modules/views/tests/modules/views_test_data/src/Plugin/views/access/StaticTest.php Tests a static access plugin.
StaticTest.php file core/modules/views/tests/modules/views_test_data/src/Plugin/views/access/StaticTest.php
StaticTest::access function core/modules/views/tests/modules/views_test_data/src/Plugin/views/access/StaticTest.php Determine if the current user has access or not.
StaticTest::alterRouteDefinition function core/modules/views/tests/modules/views_test_data/src/Plugin/views/access/StaticTest.php Allows access plugins to alter the route definition of a view.
StaticTest::calculateDependencies function core/modules/views/tests/modules/views_test_data/src/Plugin/views/access/StaticTest.php Calculates dependencies for the configured plugin.
StaticTest::defineOptions function core/modules/views/tests/modules/views_test_data/src/Plugin/views/access/StaticTest.php Information about options for all kinds of purposes will be held here.
StaticTranslation class core/lib/Drupal/Core/StringTranslation/Translator/StaticTranslation.php String translator with a static cache for translations.
StaticTranslation.php file core/lib/Drupal/Core/StringTranslation/Translator/StaticTranslation.php
StaticTranslation::$translations property core/lib/Drupal/Core/StringTranslation/Translator/StaticTranslation.php String translations.
StaticTranslation::getLanguage function core/lib/Drupal/Core/StringTranslation/Translator/StaticTranslation.php Retrieves translations for a given language.
StaticTranslation::getStringTranslation function core/lib/Drupal/Core/StringTranslation/Translator/StaticTranslation.php Retrieves English string to given language.
StaticTranslation::reset function core/lib/Drupal/Core/StringTranslation/Translator/StaticTranslation.php Resets translation cache.
StaticTranslation::__construct function core/lib/Drupal/Core/StringTranslation/Translator/StaticTranslation.php Constructs a translator from an array of translations.
StaticTrustedCallbackHelper class core/lib/Drupal/Core/Security/StaticTrustedCallbackHelper.php Defines a class for performing trusted callbacks in a static context.

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