Php::access |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_default/Php.php |
Only let users with PHP block visibility permissions set/modify this
default plugin. |
USE_ASSERTS |
constant |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
@file
A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3) |
SortingTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/SortingTest.php |
Tests the ability of the views wizard to create views with sorts. |
Esi::handle |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Esi.php |
Handles an ESI from the cache. |
import2.css |
file |
drupal/core/modules/simpletest/files/css_test_files/import2.css |
p, select {
font: 1em/160% Verdana, sans-serif;
color: #494949;
} |
simple.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/simple.test |
|
theme_pager |
function |
drupal/core/includes/pager.inc |
Returns HTML for a query pager. |
ClassLoader |
class |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassLoader.php |
ClassLoader implements an PSR-0 class loader |
DynamicTest |
class |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/access/DynamicTest.php |
Tests a dynamic access plugin. |
node_schema |
function |
drupal/core/modules/node/node.install |
Implements hook_schema(). |
_filter_url |
function |
drupal/core/modules/filter/filter.module |
Converts text into hyperlinks automatically. |
StorageBase |
class |
drupal/core/lib/Drupal/Core/KeyValueStore/StorageBase.php |
Provides a base class for key/value storage implementations. |
CreatedYear |
class |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/CreatedYear.php |
Argument handler for a year (CCYY) |
Menu system |
group |
drupal/core/includes/menu.inc |
Define the navigation menus, and route page requests to code based on URLs. |
Sql::$where |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
An array of sections of the WHERE query. Each section is in itself
an array of pieces and a flag as to whether or not it should be AND
or OR. |
Display.php |
file |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/Core/Entity/Display.php |
Definition of Drupal\layout\Plugin\Core\Entity\Display. |
ban_ip_form |
function |
drupal/core/modules/ban/ban.admin.inc |
Form constructor for banning an IP address. |
two-col.yml |
file |
drupal/core/modules/layout/tests/themes/layout_test_theme/layouts/static/two-col/two-col.yml |
drupal/core/modules/layout/tests/themes/layout_test_theme/layouts/static/two-col/two-col.yml |
forum_theme |
function |
drupal/core/modules/forum/forum.module |
Implements hook_theme(). |
rdf_process |
function |
drupal/core/modules/rdf/rdf.module |
Implements MODULE_process(). |
bartik.info |
file |
drupal/core/themes/bartik/bartik.info |
name = Bartik
description = A flexible, recolorable theme with many regions and a responsive, mobile-first layout.
package = Core
version = VERSION
core = 8.x
stylesheets[all][] = css/layout.css
stylesheets[all][] = css/style.css
stylesheets[all][] =… |
two-col.css |
file |
drupal/core/modules/layout/tests/themes/layout_test_theme/layouts/static/two-col/two-col.css |
.layout-two-col .layout-col-left {
float: left;
width: 50%;
}
.layout-two-col .layout-col-left .inside {
margin-right: .5em;
}
.layout-two-col .layout-col-right {
float: right;
width: 50%;
}
.layout-two-col .layout-col-right .inside {
… |
WrapperTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/WrapperTest.php |
Test wrapper form callbacks. |
GetAttr.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/GetAttr.php |
|
PathMatcher |
class |
drupal/core/lib/Drupal/Core/Routing/PathMatcher.php |
Initial matcher to match a route against a built database, by path. |
twig_render |
function |
drupal/core/themes/engines/twig/twig.engine |
Wrapper around render() for twig printed output. |
Twig_Filter |
class |
drupal/core/vendor/twig/twig/lib/Twig/Filter.php |
Represents a template filter. |
AssetWriter |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/AssetWriter.php |
Writes assets to the filesystem. |
View::$name |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php |
The name of the view. |
ban_ip_load |
function |
drupal/core/modules/ban/ban.module |
Loads a banned IP address record from the database. |
Uri::$value |
property |
drupal/core/lib/Drupal/Core/TypedData/Type/Uri.php |
The data value. |
ElementTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementTest.php |
Tests building and processing of core form elements. |
Date::query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/Date.php |
Called to add the sort to a query. |
user_schema |
function |
drupal/core/modules/user/user.install |
Implements hook_schema(). |
_DiffOp_Add |
class |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
@todo document
@private
@subpackage DifferenceEngine |
DataCommand |
class |
drupal/core/lib/Drupal/Core/Ajax/DataCommand.php |
An AJAX command for implementing jQuery's data() method. |
search.info |
file |
drupal/core/modules/search/search.info |
name = Search
description = Enables site-wide keyword searching.
package = Core
version = VERSION
core = 8.x
configure = admin/config/search/settings
stylesheets[all][] = search.theme.css |
layout_menu |
function |
drupal/core/modules/layout/layout.module |
Implements hook_menu(). |
View::$core |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php |
The core version the view was created for. |
dotdot.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/dotdot.test |
|
menu_schema |
function |
drupal/core/modules/menu/menu.install |
Implements hook_schema(). |
TaggingTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/TaggingTest.php |
Tests SELECT query tagging. |
Debug::dump |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Util/Debug.php |
Prints a dump of the public, protected and private properties of $var. |
FileLocator |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Config/FileLocator.php |
FileLocator uses the KernelInterface to locate resources in bundles. |
book.module |
file |
drupal/core/modules/book/book.module |
Allows users to create and organize related content in an outline. |
Zip::remove |
function |
drupal/core/lib/Drupal/Component/Archiver/Zip.php |
Implements Drupal\Component\Archiver\ArchiveInterface::remove(). |
View::$uuid |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php |
The UUID for this entity. |
binary.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/binary.test |
|
rdf_install |
function |
drupal/core/modules/rdf/rdf.install |
Implements hook_install(). |
_DiffEngine |
class |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
Class used internally by Diff to actually compute the diffs. |