Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
CoreBundle class Drupal\Core drupal/core/lib/Drupal/Core/CoreBundle.php Bundle class for mandatory core services. 2
CouldNotRewindStreamException class Guzzle\Http\Exception drupal/core/vendor/guzzle/http/Guzzle/Http/Exception/CouldNotRewindStreamException.php 1
Count class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Count.php @author Bernhard Schussek <bschussek@gmail.com> 1
Counter class Drupal\views\Plugin\views\field drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Counter.php Field handler to show a counter of the current row.
Country class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Country.php @author Bernhard Schussek <bschussek@gmail.com> 1
CountryManager class Drupal\Core\Locale drupal/core/lib/Drupal/Core/Locale/CountryManager.php Provides list of countries. 2
CountryManagerInterface interface Drupal\Core\Locale drupal/core/lib/Drupal/Core/Locale/CountryManagerInterface.php Defines a common interface for country managers. 1 1
CountryValidator class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/CountryValidator.php Validates whether a value is a valid country code 1
CountryValidatorTest class Symfony\Component\Validator\Tests\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountryValidatorTest.php
CountValidator class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/CountValidator.php @author Bernhard Schussek <bschussek@gmail.com> 1
CountValidatorArrayTest class Symfony\Component\Validator\Tests\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountValidatorArrayTest.php @author Bernhard Schussek <bschussek@gmail.com>
CountValidatorCountableTest class Symfony\Component\Validator\Tests\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountValidatorCountableTest.php @author Bernhard Schussek <bschussek@gmail.com>
CountValidatorCountableTest_Countable class Symfony\Component\Validator\Tests\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountValidatorCountableTest.php
CountValidatorTest abstract class Symfony\Component\Validator\Tests\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CountValidatorTest.php @author Bernhard Schussek <bschussek@gmail.com> 2
CoverageClassExtendedTest class drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageClassExtendedTest.php
CoverageClassTest class drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageClassTest.php
CoverageFunctionParenthesesTest class drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageFunctionParenthesesTest.php
CoverageFunctionParenthesesWhitespaceTest class drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageFunctionParenthesesWhitespaceTest.php
CoverageFunctionTest class drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageFunctionTest.php
CoverageMethodOneLineAnnotationTest class drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageMethodOneLineAnnotationTest.php
CoverageMethodParenthesesTest class drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageMethodParenthesesTest.php
CoverageMethodParenthesesWhitespaceTest class drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageMethodParenthesesWhitespaceTest.php
CoverageMethodTest class drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageMethodTest.php
CoverageNoneTest class drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageNoneTest.php
CoverageNothingTest class drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageNothingTest.php
CoverageNotPrivateTest class drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageNotPrivateTest.php
CoverageNotProtectedTest class drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageNotProtectedTest.php
CoverageNotPublicTest class drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageNotPublicTest.php
CoveragePrivateTest class drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoveragePrivateTest.php
CoverageProtectedTest class drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageProtectedTest.php
CoveragePublicTest class drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoveragePublicTest.php
CoverageTwoDefaultClassAnnotations class drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageTwoDefaultClassAnnotations.php @coversDefaultClass \NamespaceOne @coversDefaultClass \AnotherDefault\Name\Space\Does\Not\Work
CoveredClass class drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoveredClass.php
CoveredClass class Foo drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/NamespaceCoveredClass.php
CoveredParentClass class drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoveredClass.php 1
CoveredParentClass class Foo drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/NamespaceCoveredClass.php 1
CreateTest class Drupal\rest\Tests drupal/core/modules/rest/lib/Drupal/rest/Tests/CreateTest.php Tests resource creation on user, node and test entities.
Criteria class Doctrine\Common\Collections drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Criteria.php Criteria for filtering Selectable collections. 2
CriteriaTest class Doctrine\Tests\Common\Collections drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CriteriaTest.php
CronAccessCheck class Drupal\system\Access drupal/core/modules/system/lib/Drupal/system/Access/CronAccessCheck.php Access check for cron routes. 2
CronController class Drupal\system drupal/core/modules/system/lib/Drupal/system/CronController.php Controller for Cron handling.
CronForm class Drupal\system\Form drupal/core/modules/system/lib/Drupal/system/Form/CronForm.php Configure cron settings for this site. 1
CronRunTest class Drupal\system\Tests\System drupal/core/modules/system/lib/Drupal/system/Tests/System/CronRunTest.php
CrossCheckTest class Symfony\Component\DependencyInjection\Tests drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/CrossCheckTest.php
CrudTest class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php
CrudTest class Drupal\rdf\Tests drupal/core/modules/rdf/lib/Drupal/rdf/Tests/CrudTest.php Tests the RDF mapping CRUD functions.
Crypt class Drupal\Component\Utility drupal/core/lib/Drupal/Component/Utility/Crypt.php Utility class for cryptographically-secure string handling routines. 23
CryptTest class Drupal\Tests\Component\Utility drupal/core/tests/Drupal/Tests/Component/Utility/CryptTest.php Tests random bytes generation.
CSRFAccessCheck class Drupal\rest\Access drupal/core/modules/rest/lib/Drupal/rest/Access/CSRFAccessCheck.php Access protection against CSRF attacks. 2
CssCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/CssCommand.php An AJAX command for calling the jQuery css() method. 2

Pages

Other projects