TwigDebugMarkupTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TwigDebugMarkupTest.php |
Contains \Drupal\system\Tests\Theme\TwigDebugMarkupTest. |
ajax_pre_render_element |
function |
drupal/core/includes/ajax.inc |
Adds Ajax information about an element to communicate with JavaScript. |
theme_system_powered_by |
function |
drupal/core/modules/system/system.module |
Returns HTML for the Powered by Drupal text. |
MemoryBackend::$request |
property |
drupal/core/lib/Drupal/Core/Flood/MemoryBackend.php |
A request object. |
search-result.html.twig |
file |
drupal/core/modules/search/templates/search-result.html.twig |
Default theme implementation for displaying a single search result. |
Ajax framework commands |
group |
drupal/core/includes/ajax.inc |
Functions to create various Ajax commands. |
RdfaMarkupTest::getInfo |
function |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/RdfaMarkupTest.php |
|
LessFilter::addLoadPath |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessFilter.php |
Adds a path where less will search for includes |
TestController::content |
function |
drupal/core/tests/Drupal/Tests/Core/Controller/TestController.php |
Returns test content for unit tests. |
MailTest::$sent_message |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Mail/MailTest.php |
The most recent message that was sent through the test case. |
String::operatorOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/String.php |
Build strings from the operators() for 'select' options |
Node::submitOptionsForm |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument_validator/Node.php |
Provide the default form form for submitting options |
ThemeInfoStylesTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeInfoStylesTest.php |
Contains Drupal\system\Tests\Theme\ThemeInfoStylesTest. |
field_views_field_label |
function |
drupal/core/modules/field/field.views.inc |
Returns the label of a certain field. |
overlay_request_refresh |
function |
drupal/core/modules/overlay/overlay.module |
Requests that the parent window refreshes a particular page region. |
DisplayBlockTest::setUp |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/Views/DisplayBlockTest.php |
Sets up a Drupal site for running functional and integration tests. |
Breakpoint::$mediaQuery |
property |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/Breakpoint.php |
The breakpoint media query. |
FieldPluginBase::render |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Render the field. |
autoload_namespaces.php |
file |
drupal/core/vendor/composer/autoload_namespaces.php |
|
forum_test_views.module |
file |
drupal/core/modules/forum/tests/modules/forum_test_views/forum_test_views.module |
|
_DiffEngine::_line_hash |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
Returns the whole line if it's small enough, or the MD5 hash otherwise. |
MessageRenderController |
class |
drupal/core/modules/contact/lib/Drupal/contact/MessageRenderController.php |
Render controller for contact messages. |
PictureMappingInterface |
interface |
drupal/core/modules/picture/lib/Drupal/picture/PictureMappingInterface.php |
Provides an interface defining a picture mapping entity. |
MemoryBackend::register |
function |
drupal/core/lib/Drupal/Core/Flood/MemoryBackend.php |
Implements Drupal\Core\Flood\FloodInterface::register(). |
DatabaseStorage::$table |
property |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php |
The name of the SQL table to use. |
PathLanguageTest::setUp |
function |
drupal/core/modules/path/lib/Drupal/path/Tests/PathLanguageTest.php |
Sets up a Drupal site for running functional and integration tests. |
CssUtils::filterImports |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Util/CssUtils.php |
Filters all CSS imports through a callable. |
SystemHelpBlock::access |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/Block/SystemHelpBlock.php |
Overrides \Drupal\block\BlockBase::access(). |
PrefixCollision_C_B_Foo |
class |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/C/B/Foo.php |
|
SerializationBundle.php |
file |
drupal/core/modules/serialization/lib/Drupal/serialization/SerializationBundle.php |
Contains \Drupal\serialization\SerializationBundle. |
overlay_trigger_refresh |
function |
drupal/core/modules/overlay/overlay.module |
Checks if the parent window needs to be refreshed on this page load. |
simpletest_test_get_all |
function |
drupal/core/modules/simpletest/simpletest.module |
Get a list of all of the tests provided by the system. |
Breakpoint::$sourceType |
property |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/Breakpoint.php |
The breakpoint source type. |
CoverageNothingTest.php |
file |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageNothingTest.php |
|
language_admin_add_form |
function |
drupal/core/modules/language/language.admin.inc |
User interface for the language addition screen. |
system_get_date_formats |
function |
drupal/core/modules/system/system.module |
Gets the list of defined date formats and attributes. |
RouteSubscriber::routes |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Routing/RouteSubscriber.php |
Adds routes for the Field UI. |
SessionTest::testRemove |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php |
@dataProvider setProvider |
PrefixCollision_C_B_Bar |
class |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/beta/PrefixCollision/C/B/Bar.php |
|
Twig_Lexer::PUNCTUATION |
constant |
drupal/core/vendor/twig/twig/lib/Twig/Lexer.php |
|
DatabaseStorage::getAll |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::getAll(). |
LessFilter::getChildren |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessFilter.php |
@todo support for @import-once
@todo support for @import (less) "lib.css" |
theme_test.services.yml |
file |
drupal/core/modules/system/tests/modules/theme_test/theme_test.services.yml |
drupal/core/modules/system/tests/modules/theme_test/theme_test.services.yml |
menu_link_get_preferred |
function |
drupal/core/includes/menu.inc |
Looks up the preferred menu link for a given system path. |
ActionStorageController |
class |
drupal/core/modules/system/lib/Drupal/system/ActionStorageController.php |
Defines the storage controller class for Action entities. |
hook_element_info_alter |
function |
drupal/core/modules/system/system.api.php |
Alter the element type information returned from modules. |
system_date_format_save |
function |
drupal/core/modules/system/system.module |
Saves a date format to the database. |
Twig_Lexer::__construct |
function |
drupal/core/vendor/twig/twig/lib/Twig/Lexer.php |
|
Local::removeFileJailed |
function |
drupal/core/lib/Drupal/Core/FileTransfer/Local.php |
Implements Drupal\Core\FileTransfer\FileTransfer::removeFileJailed(). |
database_test_tablesort |
function |
drupal/core/modules/system/tests/modules/database_test/database_test.module |
Runs a tablesort query and returns the results. |