tracker.settings.yml |
file |
drupal/core/modules/tracker/config/tracker.settings.yml |
drupal/core/modules/tracker/config/tracker.settings.yml |
PoItem::formatString |
function |
drupal/core/lib/Drupal/Component/Gettext/PoItem.php |
Formats a string for output on multiple lines. |
BrowserTest::getInfo |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/BrowserTest.php |
|
PluginBase::$options |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/PluginBase.php |
Options for this plugin will be held here. |
views_ui_plugin_list |
function |
drupal/core/modules/views/views_ui/admin.inc |
Lists all plugins and what enabled Views use them. |
AsseticFilterInvoker |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterInvoker.php |
Filters a single asset. |
BackendChain::delete |
function |
drupal/core/lib/Drupal/Core/Cache/BackendChain.php |
Implements Drupal\Core\Cache\CacheBackendInterface::delete(). |
LoggingTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/LoggingTest.php |
|
TimeInterval::render |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/TimeInterval.php |
Render the field. |
DecoderInterface.php |
file |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/DecoderInterface.php |
|
ContainerBuilder.php |
file |
drupal/core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php |
Definition of Drupal\Core\DependencyInjection\Container. |
BreakpointGroup::$id |
property |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/BreakpointGroup.php |
The breakpoint group ID. |
ComplexDataInterface |
interface |
drupal/core/lib/Drupal/Core/TypedData/ComplexDataInterface.php |
Interface for complex data; i.e. data containing named and typed properties. |
Mimetypes::$instance |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/Mimetypes.php |
|
LessFilter::$nodeBin |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessFilter.php |
|
InstallTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/InstallTest.php |
|
PluginBase::validate |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/PluginBase.php |
Validate that the plugin is correct and can be saved. |
FilterStringTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterStringTest.php |
Definition of Drupal\views\Tests\Handler\FilterStringTest. |
PlaceholderInterface |
interface |
drupal/core/lib/Drupal/Core/Database/Query/PlaceholderInterface.php |
Interface for a query that accepts placeholders. |
Twig_FilterInterface |
interface |
drupal/core/vendor/twig/twig/lib/Twig/FilterInterface.php |
Represents a template filter. |
views_test_data.info |
file |
drupal/core/modules/views/tests/views_test_data/views_test_data.info |
name = Views Test
description = Test module for Views.
package = Testing
version = VERSION
core = 8.x
dependencies[] = views
hidden = TRUE |
field_read_instances |
function |
drupal/core/modules/field/field.crud.inc |
Reads in field instances that match an array of conditions. |
maintenance-page.css |
file |
drupal/core/themes/bartik/css/maintenance-page.css |
body.maintenance-page {
background-color: #fff;
color: #000;
}
.maintenance-page #page-wrapper {
background: #fff;
margin-left: auto;
margin-right: auto;
min-width: 0;
min-height: 0;
border: 1px solid #ddd;
margin-top:… |
Truncate::__toString |
function |
drupal/core/lib/Drupal/Core/Database/Query/Truncate.php |
Implements PHP magic __toString method to convert the query to a string. |
field_purge_instance |
function |
drupal/core/modules/field/field.crud.inc |
Purges a field instance record from the database. |
Dumper::$indentation |
property |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Dumper.php |
The amount of spaces to use for indentation of nested nodes. |
WizardPluginBase.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php |
Definition of Drupal\views\Plugin\views\wizard\WizardPluginBase. |
RoutingEvents::ALTER |
constant |
drupal/core/lib/Drupal/Core/Routing/RoutingEvents.php |
The ALTER event is fired on a route collection to allow changes to routes. |
InputRequired::query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/exposed_form/InputRequired.php |
Add anything to the query that we might need to. |
Twig_ParserInterface |
interface |
drupal/core/vendor/twig/twig/lib/Twig/ParserInterface.php |
Interface implemented by parser classes. |
ajax_forms_test.info |
file |
drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.info |
name = "AJAX form test mock module"
description = "Test for AJAX form calls."
core = 8.x
package = Testing
version = VERSION
hidden = TRUE |
toolbar_library_info |
function |
drupal/core/modules/toolbar/toolbar.module |
Implements hook_library_info(). |
JoinTest::$joinValue |
property |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/join/JoinTest.php |
A value which is used to build an additional join condition. |
comment_library_info |
function |
drupal/core/modules/comment/comment.module |
Implements hook_library_info(). |
RowPluginBase::query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/RowPluginBase.php |
Add anything to the query that we might need to. |
Variable::__toString |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Variable.php |
Converts the object to a string |
overlay_library_info |
function |
drupal/core/modules/overlay/overlay.module |
Implements hook_library_info(). |
AccessCheckInterface |
interface |
drupal/core/lib/Drupal/Core/Access/AccessCheckInterface.php |
An access check service determines access rules for particular routes. |
contextual.views.inc |
file |
drupal/core/modules/contextual/contextual.views.inc |
Provide views data and handlers for contextual.module. |
HttpCache::terminate |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/HttpCache.php |
@api |
FooClass::initialize |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/foo.php |
|
Comment::render_link |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/Comment.php |
|
Response::__toString |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php |
Returns the Response as an HTTP string. |
TrackerTest::getInfo |
function |
drupal/core/modules/tracker/lib/Drupal/tracker/Tests/TrackerTest.php |
|
Inline::parseMapping |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Inline.php |
Parses a mapping to a YAML string. |
InOperator::op_empty |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
|
RebuildTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/RebuildTest.php |
|
InOperator::validate |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
Validates the handler against the complete View. |
UrlRewritingTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/File/UrlRewritingTest.php |
Definition of Drupal\system\Tests\File\UrlRewritingTest. |
RevisionLink::access |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/RevisionLink.php |
Check whether current user has access to this handler. |