ContextualLinks::query |
function |
drupal/core/modules/contextual/lib/Drupal/contextual/Plugin/views/field/ContextualLinks.php |
Called to add the field to a query. |
ContextInterface::init |
function |
drupal/core/lib/Drupal/Core/Config/Context/ContextInterface.php |
Initializes a configuration context for use. |
ConfigContext::setUuid |
function |
drupal/core/lib/Drupal/Core/Config/Context/ConfigContext.php |
Implements \Drupal\Core\Config\Context\ContextInterface::setUuid(). |
ConfigContext::getUuid |
function |
drupal/core/lib/Drupal/Core/Config/Context/ConfigContext.php |
Implements \Drupal\Core\Config\Context\ContextInterface::getUuid(). |
Context::$contextValue |
property |
drupal/core/lib/Drupal/Component/Plugin/Context/Context.php |
The value of the context. |
SelectExtender::$query |
property |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
The Select query object we are extending/decorating. |
SimpleTestTest::asText |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php |
Extract the text contained by the element. |
TextProcessed::$format |
property |
drupal/core/modules/text/lib/Drupal/text/TextProcessed.php |
The text format property. |
SelectExtender::addTag |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Adds a tag to a query. |
SelectExtender::hasTag |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Determines if a given query has a given tag. |
ContextualUnitTest.php |
file |
drupal/core/modules/contextual/lib/Drupal/contextual/Tests/ContextualUnitTest.php |
Contains \Drupal\contextual\Tests\ContextualUnitTest. |
contextual.routing.yml |
file |
drupal/core/modules/contextual/contextual.routing.yml |
drupal/core/modules/contextual/contextual.routing.yml |
Response::$statusTexts |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php |
Status codes translation table. |
SelectExtender::having |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
|
SelectExtender::extend |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Enhance this object by wrapping it in an extender object. |
SelectExtender::execute |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
|
PagerSelectExtender.php |
file |
drupal/core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php |
Definition of Drupal\Core\Database\Query\PagerSelectExtender |
SelectExtender::addJoin |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Join against another table in the database. |
SelectExtender::orderBy |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Orders the result set by a given field. |
SelectExtender::groupBy |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Groups the result set by the specified field. |
views_ui.contextual.css |
file |
drupal/core/modules/views_ui/css/views_ui.contextual.css |
/**
* The .contextual.css file is intended to contain styles that override declarations
* in the Contextual module.
*/
/* @group Wrapper */
#views-live-preview .contextual-region-active {
outline: medium none;
}
#views-live-preview… |
Gettext::fileToDatabase |
function |
drupal/core/modules/locale/lib/Drupal/locale/Gettext.php |
Reads the given PO files into the database. |
SelectExtender::__clone |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Clone magic method. |
DynamicRouter::$context |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php |
|
Text::submitOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/Text.php |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
loop_context_local.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/loop_context_local.test |
|
ConfigEvent::getContext |
function |
drupal/core/lib/Drupal/Core/Config/ConfigEvent.php |
Gets configuration context object. |
ChainRouter::getContext |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php |
|
ChainRouter::setContext |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php |
Sets the request context. |
MockComplexContextBlock |
class |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockComplexContextBlock.php |
Implementation of a complex context plugin used by Plugin API context tests. |
Text_Template::renderTo |
function |
drupal/core/vendor/phpunit/php-text-template/Text/Template.php |
Renders the template and writes the result to a file. |
TextFieldTest::$modules |
property |
drupal/core/modules/text/lib/Drupal/text/Tests/TextFieldTest.php |
Modules to enable. |
MissingContextException |
class |
drupal/core/lib/Drupal/Core/TypedData/MissingContextException.php |
Exception thrown when data wrappers miss contextual information. |
RequestContext::$method |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php |
|
RequestContext::$scheme |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php |
|
Twig_Node_Text::compile |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Text.php |
Compiles the node to PHP. |
RequestContext::getHost |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php |
Gets the HTTP host. |
RequestContext::setHost |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php |
Sets the HTTP host. |
WebTestBase::assertText |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Pass if the text IS found on the text version of the page. The text version
is the equivalent of what a user would see when viewing through a web browser.
In other words the HTML has been filtered out of the contents. |
TableSortExtender::init |
function |
drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
Initialize the table sort context. |
Context::getConstraints |
function |
drupal/core/lib/Drupal/Core/Plugin/Context/Context.php |
Implements \Drupal\Component\Plugin\Context\ContextInterface::getConstraints(). |
contextual_library_info |
function |
drupal/core/modules/contextual/contextual.module |
Implements hook_library_info(). |
contextual_element_info |
function |
drupal/core/modules/contextual/contextual.module |
Implements hook_element_info(). |
_contextual_links_to_id |
function |
drupal/core/modules/contextual/contextual.module |
Serializes #contextual_links property value array to a string. |
_contextual_id_to_links |
function |
drupal/core/modules/contextual/contextual.module |
Unserializes the result of _contextual_links_to_id(). |
HtmlToTextTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Mail/HtmlToTextTest.php |
|
ContextualLinks::render |
function |
drupal/core/modules/contextual/lib/Drupal/contextual/Plugin/views/field/ContextualLinks.php |
Render the contextual fields. |
FileCache::getExtension |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/FileCache.php |
Gets the cache file extension. |
Context::getConstraints |
function |
drupal/core/lib/Drupal/Component/Plugin/Context/Context.php |
Implements \Drupal\Component\Plugin\Context\ContextInterface::getConstraints(). |
DiffFormatter::_context |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|