views_cache_get |
function |
drupal/core/modules/views/views.module |
Return data from the persistent views cache. |
comment_num_new |
function |
drupal/core/modules/comment/comment.module |
Gets the number of new comments for the current user and the specified node. |
FieldAccessTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/FieldAccessTest.php |
Tests the functionality of field access. |
LocalStream.php |
file |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Definition of Drupal\Core\StreamWrapper\LocalStream. |
pager_find_page |
function |
drupal/core/includes/pager.inc |
Returns the current page being requested for display within a pager. |
QueryBase::sort |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Implements \Drupal\Core\Entity\Query\QueryInterface::sort(). |
TrackerTest.php |
file |
drupal/core/modules/tracker/lib/Drupal/tracker/Tests/TrackerTest.php |
Definition of Drupal\tracker\Tests\TrackerTest. |
DisplayTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php |
Definition of Drupal\views\Tests\Plugin\DisplayTest. |
EmailAction.php |
file |
drupal/core/modules/action/lib/Drupal/action/Plugin/Action/EmailAction.php |
Contains \Drupal\action\Plugin\Action\EmailAction. |
Transaction.php |
file |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Transaction.php |
Definition of Drupal\Core\Database\Driver\pgsql\Transaction |
PluginInterface |
interface |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/PluginInterface.php |
|
Collection::map |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Collection.php |
Applies the given function to each element in the collection and returns
a new collection with the elements returned by the function. |
syslog_watchdog |
function |
drupal/core/modules/syslog/syslog.module |
Implements hook_watchdog(). |
comment_preview |
function |
drupal/core/modules/comment/comment.module |
Generates a comment preview. |
Process::$pipes |
property |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php |
|
DecimalItem.php |
file |
drupal/core/modules/number/lib/Drupal/number/Type/DecimalItem.php |
Contains \Drupal\number\Type\DecimalItem. |
BaseAsset::dump |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/BaseAsset.php |
Applies dump filters and returns the asset as a string. |
ConfirmFormTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ConfirmFormTest.php |
Tests confirmation forms. |
EntityInterface |
interface |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/EntityInterface.php |
|
IntegerItem.php |
file |
drupal/core/modules/number/lib/Drupal/number/Type/IntegerItem.php |
Contains \Drupal\number\Type\IntegerItem. |
PHP_Token_ENDIF |
class |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token.php |
|
Select::$fields |
property |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
The fields to SELECT. |
Editor::$format |
property |
drupal/core/modules/editor/lib/Drupal/editor/Plugin/Core/Entity/Editor.php |
The machine name of the text format with which this configured text editor
is associated. |
two-col-rtl.css |
file |
drupal/core/modules/layout/layouts/static/twocol/two-col-rtl.css |
/* Large resolutions (desktop, tablets in landscape, ...) */
@media only screen and (min-width: 59em) {
.layout-two-col .layout-region {
float: right;
}
} |
NativeProxy.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/NativeProxy.php |
|
statistics_help |
function |
drupal/core/modules/statistics/statistics.module |
Implements hook_help(). |
Language::$name |
property |
drupal/core/lib/Drupal/Core/Language/Language.php |
|
ReorderDisplays |
class |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/ReorderDisplays.php |
Displays the display reorder form. |
ArrayCollection |
class |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php |
An ArrayCollection is a Collection implementation that wraps a regular PHP array. |
LengthValidator |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/LengthValidator.php |
@author Bernhard Schussek <bschussek@gmail.com> |
Editor::$editor |
property |
drupal/core/modules/editor/lib/Drupal/editor/Plugin/Core/Entity/Editor.php |
The name (plugin ID) of the text editor. |
Rss::pre_render |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/row/Rss.php |
Allow the style to do stuff before each row is rendered. |
SaveComment.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Action/SaveComment.php |
Contains \Drupal\comment\Plugin\Action\SaveComment. |
filter.info.yml |
file |
drupal/core/modules/filter/filter.info.yml |
drupal/core/modules/filter/filter.info.yml |
MimeTypeMatcher |
class |
drupal/core/lib/Drupal/Core/Routing/MimeTypeMatcher.php |
This class filters routes based on the media type in HTTP Accept headers. |
Binary::$handle |
property |
drupal/core/lib/Drupal/Core/TypedData/Type/Binary.php |
A generic file resource handle. |
ViewUI::getType |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\TypedData\TypedDataInterface::getType(). |
Select::$tables |
property |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
The tables against which to JOIN. |
Twig_Node::$tag |
property |
drupal/core/vendor/twig/twig/lib/Twig/Node.php |
|
Debug::$enabled |
property |
drupal/core/vendor/symfony/debug/Symfony/Component/Debug/Debug.php |
|
FieldCustomTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldCustomTest.php |
Tests the core Drupal\views\Plugin\views\field\Custom handler. |
statistics_menu |
function |
drupal/core/modules/statistics/statistics.module |
Implements hook_menu(). |
user_page_build |
function |
drupal/core/modules/user/user.module |
Implements hook_page_build(). |
Xss::$adminTags |
property |
drupal/core/lib/Drupal/Component/Utility/Xss.php |
The list of html tags allowed by filterAdmin(). |
CacheWarmer.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmer.php |
|
statistics_cron |
function |
drupal/core/modules/statistics/statistics.module |
Implements hook_cron(). |
KernelInterface |
interface |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelInterface.php |
The Kernel is the heart of the Symfony system. |
Field::$storage |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/Field.php |
The field storage definition. |
NotVoidTestCase |
class |
drupal/core/vendor/phpunit/phpunit/Tests/_files/NotVoidTestCase.php |
|
Select::$having |
property |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
The conditional object for the HAVING clause. |