Files

Primary tabs

File namesort descending Location Namespace Description
RdfMappingManager.php drupal/core/modules/rdf/lib/Drupal/rdf/RdfMappingManager.php Drupal\rdf Contains RdfMappingManager.
RdfPhp.php drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfPhp.php
RdfPhp.php drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/RdfPhp.php
RdfXml.php drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfXml.php
RdfXml.php drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/RdfXml.php
rdf_test.info.yml drupal/core/modules/rdf/tests/rdf_test.info.yml drupal/core/modules/rdf/tests/rdf_test.info.yml
rdf_test.install drupal/core/modules/rdf/tests/rdf_test.install Install, update and uninstall functions for the rdf module.
rdf_test.module drupal/core/modules/rdf/tests/rdf_test.module Tests API interaction with the RDF module.
rdf_test_mapping.info.yml drupal/core/modules/rdf/tests/rdf_test_mapping/rdf_test_mapping.info.yml drupal/core/modules/rdf/tests/rdf_test_mapping/rdf_test_mapping.info.yml
rdf_test_mapping.module drupal/core/modules/rdf/tests/rdf_test_mapping/rdf_test_mapping.module
rdf_test_mapping.services.yml drupal/core/modules/rdf/tests/rdf_test_mapping/rdf_test_mapping.services.yml drupal/core/modules/rdf/tests/rdf_test_mapping/rdf_test_mapping.services.yml
Reader.php drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Reader.php Doctrine\Common\Annotations
ReadLimitEntityBody.php drupal/core/vendor/guzzle/http/Guzzle/Http/ReadLimitEntityBody.php Guzzle\Http
README.txt drupal/core/modules/simpletest/files/README.txt These files are useful in tests that upload files or otherwise need to manipulate files, in which case they are copied to the files directory as specified in the site settings. Dummy files can also be generated by tests in order to save space.
README.txt drupal/README.txt CONTENTS OF THIS FILE --------------------- * About Drupal * Configuration and features * Installation profiles * Appearance * Developing for Drupal ABOUT DRUPAL ------------ Drupal is an open source content management platform supporting a…
README.txt drupal/themes/README.txt Place downloaded and custom themes that modify your site's appearance in this directory to ensure clean separation from Drupal core and to facilitate safe, self-contained code updates. Contributed themes from the Drupal community may be…
README.txt drupal/profiles/README.txt Place downloaded and custom installation profiles in this directory to ensure separation from Drupal core profiles and to facilitate safe, self-contained code updates. In multisite configuration, installation profiles found in this directory…
README.txt drupal/modules/README.txt Place downloaded and custom modules that extend your site functionality beyond Drupal core in this directory to ensure clean separation from core modules and to facilitate safe, self-contained code updates. Contributed modules from the Drupal…
README.txt drupal/sites/README.txt This directory structure contains the settings and configuration files specific to your site or sites and is an integral part of multisite configurations. It is now recommended to place your custom and downloaded extensions in the /modules, /themes,…
README.txt drupal/core/lib/Drupal/Core/README.txt Code in the Drupal\Core namespace represents Drupal Subsystems provided by the base system. These subsystems MAY depend on Drupal Components and other Subsystems, but MAY NOT depend on any code in a module. Each Subsystem should be in its own…
README.txt drupal/core/lib/Drupal/Component/README.txt Drupal Components are independent libraries that do not depend on the rest of Drupal in order to function. Components MAY depend on other Components, but that is discouraged. Components MAY NOT depend on any code that is not part of PHP itself or…
README.txt drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/fruit/README.txt The classes in this directory act as a mock plugin type to test annotated class discovery. See the corresponding test file: /core/modules/system/lib/Drupal/system/Tests/Plugin/Discovery/AnnotatedClassDiscoveryTest.php
README.txt drupal/core/lib/README.txt The core/lib directory is for classes provided by Drupal Core that are original to Drupal. All Drupal-originated code must follow the PSR-0 naming convention for classes and namespaces as documented…
README.txt drupal/core/themes/stark/README.txt ABOUT STARK ----------- The Stark theme is provided for demonstration purposes; it uses Drupal's default HTML markup and CSS styles. It can be used as a troubleshooting tool to determine whether module-related CSS and JavaScript are interfering…
ReadOnlyException.php drupal/core/lib/Drupal/Core/TypedData/ReadOnlyException.php Drupal\Core\TypedData Contains \Drupal\Core\TypedData\ReadOnlyException.
ReadOnlyStream.php drupal/core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php Drupal\Core\StreamWrapper Definition of Drupal\Core\StreamWrapper\ReadOnlyStream.
ReadOnlyStreamWrapperTest.php drupal/core/modules/system/lib/Drupal/system/Tests/File/ReadOnlyStreamWrapperTest.php Drupal\system\Tests\File Definition of Drupal\system\Tests\File\ReadOnlyStreamWrapperTest.
ReadTest.php drupal/core/modules/rest/lib/Drupal/rest/Tests/ReadTest.php Drupal\rest\Tests Definition of Drupal\rest\test\ReadTest.
RealServiceInstantiator.php drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/RealServiceInstantiator.php Symfony\Component\DependencyInjection\LazyProxy\Instantiator
RealServiceInstantiatorTest.php drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/LazyProxy/Instantiator/RealServiceInstantiatorTest.php Symfony\Component\DependencyInjection\Tests\LazyProxy\Instantiator
Rearrange.php drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/Rearrange.php Drupal\views_ui\Form\Ajax Contains \Drupal\views_ui\Form\Ajax\Rearrange.
RearrangeFieldsTest.php drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/RearrangeFieldsTest.php Drupal\views_ui\Tests Contains \Drupal\views_ui\tests\RearrangeFieldsTest.
RearrangeFilter.php drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/RearrangeFilter.php Drupal\views_ui\Form\Ajax Contains \Drupal\views_ui\Form\Ajax\RearrangeFilter.
RearrangeFilterTest.php drupal/core/modules/views_ui/tests/Drupal/views_ui/Tests/Form/Ajax/RearrangeFilterTest.php Drupal\views_ui\Tests\Form\Ajax Contains \Drupal\views_ui\Tests\Form\Ajax\RearrangeFilterTest.
RebuildTest.php drupal/core/modules/system/lib/Drupal/system/Tests/Form/RebuildTest.php Drupal\system\Tests\Form Definition of Drupal\system\Tests\Form\RebuildTest.
RebuildTest.php drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RebuildTest.php Drupal\system\Tests\Menu Definition of Drupal\system\Tests\Menu\RebuildTest.
RecentCommentsBlock.php drupal/core/modules/comment/lib/Drupal/comment/Plugin/Block/RecentCommentsBlock.php Drupal\comment\Plugin\Block Contains \Drupal\comment\Plugin\Block\RecentCommentsBlock.
RecentContentBlock.php drupal/core/modules/node/lib/Drupal/node/Plugin/Block/RecentContentBlock.php Drupal\node\Plugin\Block Contains \Drupal\node\Plugin\Block\RecentContentBlock.
recursive.test drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/recursive.test
RecursiveRenderingException.php drupal/core/modules/entity_reference/lib/Drupal/entity_reference/RecursiveRenderingException.php Drupal\entity_reference Contains \Drupal\entity_reference\RecursiveRenderingException.
RedirectableUrlMatcher.php drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/RedirectableUrlMatcher.php Symfony\Component\Routing\Tests\Fixtures
RedirectableUrlMatcher.php drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php Symfony\Component\Routing\Matcher
RedirectableUrlMatcherInterface.php drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/RedirectableUrlMatcherInterface.php Symfony\Component\Routing\Matcher
RedirectableUrlMatcherTest.php drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/RedirectableUrlMatcherTest.php Symfony\Component\Routing\Tests\Matcher
RedirectCommand.php drupal/core/lib/Drupal/Core/Ajax/RedirectCommand.php Drupal\Core\Ajax Contains \Drupal\Core\Ajax\RedirectCommand.
RedirectPlugin.php drupal/core/vendor/guzzle/http/Guzzle/Http/RedirectPlugin.php Guzzle\Http
RedirectResponse.php drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RedirectResponse.php Symfony\Component\HttpFoundation
RedirectResponseTest.php drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RedirectResponseTest.php Symfony\Component\HttpFoundation\Tests
RedirectRouteInterface.php drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RedirectRouteInterface.php Symfony\Cmf\Component\Routing
RedirectTest.php drupal/core/modules/system/lib/Drupal/system/Tests/Form/RedirectTest.php Drupal\system\Tests\Form Definition of Drupal\system\Tests\Form\RedirectTest.

Pages

Other projects