AlterTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/AlterTest.php |
Tests alteration of arguments passed to drupal_alter(). |
Store.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Store.php |
|
join.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/join.test |
|
keys.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/keys.test |
|
help_main |
function |
drupal/core/modules/help/help.admin.inc |
Page callback: Prints a page listing a glossary of Drupal terminology. |
menu_tree |
function |
drupal/core/includes/menu.inc |
Renders a menu tree based on the current path. |
help_page |
function |
drupal/core/modules/help/help.admin.inc |
Page callback: Prints a page listing general help for a module. |
Field.php |
file |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Definition of Drupal\field\Plugin\views\field\Field. |
CurlMulti |
class |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMulti.php |
Send {
This implementation allows callers to send blocking requests that return back to the caller when their requests
complete, regardless of whether or not previously sending requests in the curl_multi object have completed. The
implementation… |
XmlDumper |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php |
XmlDumper dumps a service container as an XML string. |
else.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/else.test |
|
rest.info |
file |
drupal/core/modules/rest/rest.info |
name = RESTful web services
description = Exposes entities and other resources as RESTful web API
package = Core
version = VERSION
core = 8.x
; @todo Remove this dependency once hard coding to JSON-LD is gone.
dependencies[] = jsonld
configure =… |
Field API |
group |
drupal/core/modules/field/field.module |
Attaches custom data fields to Drupal entities. |
Color.php |
file |
drupal/core/lib/Drupal/Core/Utility/Color.php |
Definition of Drupal\Core\Utility\Color. |
Event.php |
file |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Event.php |
|
poll_page |
function |
drupal/core/modules/poll/poll.pages.inc |
Page callback: Displays a simple list of all available polls. |
Query.php |
file |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Query.php |
Definition of Drupal\field_sql_storage\Entity\Query. |
poll_help |
function |
drupal/core/modules/poll/poll.module |
Implements hook_help(). |
ManyToOne |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ManyToOne.php |
An argument handler for use in fields that have a many to one relationship
with the table(s) to the left. This adds a bunch of options that are
reasonably common with this type of relationship.
Definition terms: |
from.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/from.test |
|
Condition |
class |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Condition.php |
|
poll_menu |
function |
drupal/core/modules/poll/poll.module |
Implements hook_menu(). |
theme.inc |
file |
drupal/core/modules/views/theme/theme.inc |
Preprocessors and helper functions to make theming easier. |
node_help |
function |
drupal/core/modules/node/node.module |
Implements hook_help(). |
EntityRow |
class |
drupal/core/modules/system/lib/Drupal/system/Plugin/views/row/EntityRow.php |
Generic entity row plugin to provide a common base for all entity types. |
AliasTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Path/AliasTest.php |
Tests path alias CRUD and lookup functionality. |
poll_cron |
function |
drupal/core/modules/poll/poll.module |
Implements hook_cron(). |
Foo::next |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/integrationTest.php |
|
admin.inc |
file |
drupal/core/modules/views/views_ui/admin.inc |
Provides the Views' administrative interface. |
poll_form |
function |
drupal/core/modules/poll/poll.module |
Implements hook_form(). |
cache.inc |
file |
drupal/core/modules/views/includes/cache.inc |
Load Views' data so that it knows what is available to build queries from. |
Route.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
|
db_insert |
function |
drupal/core/includes/database.inc |
Returns a new InsertQuery object for the active database. |
node_mark |
function |
drupal/core/modules/node/node.module |
Decides on the type of marker to be displayed for a given node. |
Statement |
class |
drupal/core/lib/Drupal/Core/Database/Statement.php |
Default implementation of DatabaseStatementInterface. |
db_update |
function |
drupal/core/includes/database.inc |
Returns a new UpdateQuery object for the active database. |
db_delete |
function |
drupal/core/includes/database.inc |
Returns a new DeleteQuery object for the active database. |
RouteTest |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteTest.php |
|
db_select |
function |
drupal/core/includes/database.inc |
Returns a new SelectQuery object for the active database. |
poll_load |
function |
drupal/core/modules/poll/poll.module |
Implements hook_load(). |
SomeClass |
class |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/SomeClass.php |
|
Score.php |
file |
drupal/core/modules/search/lib/Drupal/search/Plugin/views/field/Score.php |
Definition of Drupal\search\Plugin\views\field\Score. |
type.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/type.test |
|
_batch_do |
function |
drupal/core/includes/batch.inc |
Does one execution pass with JavaScript and returns progress to the browser. |
Score.php |
file |
drupal/core/modules/search/lib/Drupal/search/Plugin/views/sort/Score.php |
Definition of Drupal\search\Plugin\views\sort\Score. |
Extension |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/Extension.php |
Provides useful features shared by many extensions. |
poll_view |
function |
drupal/core/modules/poll/poll.module |
Implements hook_view(). |
FieldInfo |
class |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Provides field and instance definitions for the current runtime environment. |
Parameter |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Parameter.php |
Parameter represents a parameter reference. |
db_driver |
function |
drupal/core/includes/database.inc |
Retrieves the name of the currently active database driver. |