RouterInterface |
interface |
Symfony\Component\Routing |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouterInterface.php |
RouterInterface is the interface that all Router classes must implement. |
6 |
3 |
|
RouterListener |
class |
Symfony\Component\HttpKernel\EventListener |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/RouterListener.php |
Initializes the context from the request and sets request attributes based on a matching route. |
|
1 |
2 |
RouterListenerTest |
class |
Symfony\Component\HttpKernel\Tests\EventListener |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php |
|
|
|
|
RouterPermissionTest |
class |
Drupal\system\Tests\Routing |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterPermissionTest.php |
Basic tests for access permissions in routes. |
|
|
|
RouterTest |
class |
Symfony\Component\Routing\Tests |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouterTest.php |
|
|
|
|
RouterTest |
class |
Drupal\system\Tests\Routing |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterTest.php |
Functional class for the full integrated routing system. |
|
|
|
RouterTestBundle |
class |
Drupal\router_test |
drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/RouterTestBundle.php |
Registers a dynamic route provider. |
|
|
|
RouteSubscriber |
class |
Drupal\rest\EventSubscriber |
drupal/core/modules/rest/lib/Drupal/rest/EventSubscriber/RouteSubscriber.php |
Subscriber for REST-style routes. |
|
|
2 |
RouteSubscriber |
class |
Drupal\field_ui\Routing |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Routing/RouteSubscriber.php |
Subscriber for Field UI routes. |
|
|
2 |
RouteSubscriber |
class |
Drupal\views\EventSubscriber |
drupal/core/modules/views/lib/Drupal/views/EventSubscriber/RouteSubscriber.php |
Builds up the routes of all views. |
|
1 |
2 |
RouteTest |
class |
Symfony\Component\Routing\Tests\Annotation |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Annotation/RouteTest.php |
|
|
|
|
RouteTest |
class |
Symfony\Component\Routing\Tests |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteTest.php |
|
|
|
|
RouteTest |
class |
Drupal\system\Tests\Routing |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteTest.php |
Basic tests for the Route. |
|
|
|
RouteTestSubscriber |
class |
Drupal\router_test |
drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/RouteTestSubscriber.php |
Listens to the dynamic route event and add a test route. |
|
|
|
RoutingEvents |
final class |
Drupal\Core\Routing |
drupal/core/lib/Drupal/Core/Routing/RoutingEvents.php |
Contains all events thrown in the core routing component. |
|
5 |
|
RoutingFixtures |
class |
Drupal\system\Tests\Routing |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RoutingFixtures.php |
Utility methods to generate sample data, database configuration, etc. |
|
|
|
RowEntityTest |
class |
Drupal\views\Tests\Plugin |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/RowEntityTest.php |
Tests the generic entity row plugin. |
|
|
|
RowPluginBase |
abstract class |
Drupal\views\Plugin\views\row |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/RowPluginBase.php |
Default plugin to view a single row of a table. This is really just a wrapper around
a theme function. |
9 |
7 |
|
RowPluginTest |
class |
Drupal\node\Tests\Views |
drupal/core/modules/node/lib/Drupal/node/Tests/Views/RowPluginTest.php |
Tests the node row plugin. |
|
|
|
RowRssTest |
class |
Drupal\comment\Tests\Views |
drupal/core/modules/comment/lib/Drupal/comment/Tests/Views/RowRssTest.php |
Tests the comment rss row plugin. |
|
|
|
RowTest |
class |
Drupal\views_test_data\Plugin\views\row |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/row/RowTest.php |
Provides a general test row plugin. |
|
1 |
|
RowUITest |
class |
Drupal\views_ui\Tests |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/RowUITest.php |
Tests the UI of row plugins. |
|
|
|
Rss |
class |
Drupal\comment\Plugin\views\row |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/row/Rss.php |
Plugin which formats the comments as RSS items. |
|
|
|
Rss |
class |
Drupal\node\Plugin\views\row |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/row/Rss.php |
Plugin which performs a node_view on the resulting object
and formats it as an RSS item. |
|
|
|
Rss |
class |
Drupal\views\Plugin\views\style |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Rss.php |
Default style plugin to render an RSS feed. |
|
|
|
RSSCategoryFormatter |
class |
Drupal\taxonomy\Plugin\field\formatter |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/RSSCategoryFormatter.php |
Plugin implementation of the 'taxonomy_term_reference_rss_category' formatter. |
|
|
|
RSSEnclosureFormatter |
class |
Drupal\file\Plugin\field\formatter |
drupal/core/modules/file/lib/Drupal/file/Plugin/field/formatter/RSSEnclosureFormatter.php |
Plugin implementation of the 'file_rss_enclosure' formatter. |
|
|
|
RssFeedsForm |
class |
Drupal\system\Form |
drupal/core/modules/system/lib/Drupal/system/Form/RssFeedsForm.php |
Configure RSS settings for this site. |
|
|
1 |
RssFields |
class |
Drupal\views\Plugin\views\row |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/RssFields.php |
Renders an RSS item based on fields. |
|
|
|
RssTest |
class |
Drupal\taxonomy\Tests |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/RssTest.php |
Tests the rendering of term reference fields in RSS feeds. |
|
|
|
Runner_BaseTestRunnerTest |
class |
|
drupal/core/vendor/phpunit/phpunit/Tests/Runner/BaseTestRunnerTest.php |
@package PHPUnit
@author Sebastian Bergmann <sebastian@phpunit.de>
@copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de>
@license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
@link … |
|
|
|
RuntimeException |
class |
Symfony\Component\Serializer\Exception |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Exception/RuntimeException.php |
RuntimeException |
1 |
8 |
|
RuntimeException |
class |
Symfony\Component\DependencyInjection\Exception |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/RuntimeException.php |
Base RuntimeException for Dependency Injection component. |
6 |
19 |
|
RuntimeException |
class |
Guzzle\Common\Exception |
drupal/core/vendor/guzzle/common/Guzzle/Common/Exception/RuntimeException.php |
|
3 |
6 |
|
RuntimeException |
class |
Symfony\Component\Process\Exception |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Exception/RuntimeException.php |
RuntimeException for the Process Component. |
2 |
3 |
|
RuntimeException |
class |
Symfony\Component\Yaml\Exception |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Exception/RuntimeException.php |
Exception class thrown when an error occurs during parsing. |
3 |
|
|
RuntimeReflectionService |
class |
Doctrine\Common\Persistence\Mapping |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php |
PHP Runtime Reflection Service |
|
1 |
|
RuntimeReflectionServiceTest |
class |
Doctrine\Tests\Common\Persistence\Mapping |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/RuntimeReflectionServiceTest.php |
@group DCOM-93 |
|
|
|
SameNamespaceParent |
class |
Doctrine\Tests\Common\Reflection |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Reflection/SameNamespaceParent.php |
|
|
|
|
SameNamespaceParent |
class |
Doctrine\Tests\Common\Reflection |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Reflection/DeeperNamespaceParent.php |
|
|
|
|
SampleClass |
class |
|
drupal/core/vendor/phpunit/phpunit/Tests/_files/SampleClass.php |
|
|
|
|
SassFilter |
class |
Assetic\Filter\Sass |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php |
Loads SASS files. |
1 |
|
|
SaveComment |
class |
Drupal\comment\Plugin\Action |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Action/SaveComment.php |
Saves a comment. |
|
|
|
SaveDataTest |
class |
Drupal\file\Tests |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveDataTest.php |
Tests the file_save_data() function. |
|
|
|
SaveEntity |
class |
Drupal\action_test\Plugin\Action |
drupal/core/modules/system/tests/modules/action_test/lib/Drupal/action_test/Plugin/Action/SaveEntity.php |
Provides an operation to save user entities. |
|
|
|
SaveNode |
class |
Drupal\node\Plugin\Action |
drupal/core/modules/node/lib/Drupal/node/Plugin/Action/SaveNode.php |
Provides an action that can save any entity. |
|
|
|
SaveTest |
class |
Drupal\file\Tests |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveTest.php |
Tests saving files. |
|
|
|
SaveUploadTest |
class |
Drupal\file\Tests |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php |
Test the file_save_upload() function. |
1 |
|
|
ScalarDummy |
class |
Symfony\Component\Serializer\Tests\Fixtures |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Fixtures/ScalarDummy.php |
|
|
2 |
|
ScanDirectoryTest |
class |
Drupal\system\Tests\File |
drupal/core/modules/system/lib/Drupal/system/Tests/File/ScanDirectoryTest.php |
Tests the file_scan_directory() function. |
1 |
|
|