UserOnlineBlock.php |
file |
drupal/core/modules/user/lib/Drupal/user/Plugin/Block/UserOnlineBlock.php |
Contains \Drupal\user\Plugin\Block\UserOnlineBlock. |
contact.routing.yml |
file |
drupal/core/modules/contact/contact.routing.yml |
drupal/core/modules/contact/contact.routing.yml |
BreakpointThemeTest |
class |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointThemeTest.php |
Test breakpoints provided by themes. |
FilterAdminTest.php |
file |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAdminTest.php |
Definition of Drupal\filter\Tests\FilterAdminTest. |
ActionInterface.php |
file |
drupal/core/lib/Drupal/Core/Action/ActionInterface.php |
Contains \Drupal\Core\Action\ActionInterface. |
taxonomy_token_info |
function |
drupal/core/modules/taxonomy/taxonomy.tokens.inc |
Implements hook_token_info(). |
MenuLink::$external |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
A flag to indicate if the link points to a full URL starting with a
protocol, like http:// (1 = external, 0 = internal). |
MenuLink::$expanded |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
Flag for whether this link should be rendered as expanded in menus.
Expanded links always have their child links displayed, instead of only
when the link is in the active trail. |
Views cache plugins |
group |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/cache/CachePluginBase.php |
The base plugin to handler caching of a view. |
StringInterface.php |
file |
drupal/core/modules/locale/lib/Drupal/locale/StringInterface.php |
Definition of Drupal\locale\StringInterface. |
Twig_Token::$lineno |
property |
drupal/core/vendor/twig/twig/lib/Twig/Token.php |
|
SelectTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php |
|
ExecutableInterface |
interface |
drupal/core/lib/Drupal/Core/Executable/ExecutableInterface.php |
An interface for executable plugins. |
LoggerTrait::warning |
function |
drupal/core/vendor/psr/log/Psr/Log/LoggerTrait.php |
Exceptional occurrences that are not errors. |
Definition::getClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Gets the service class. |
JoinTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/JoinTest.php |
Views used by this test. |
InstallTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/InstallTest.php |
|
system.plugin.ui.css |
file |
drupal/core/modules/system/css/system.plugin.ui.css |
#block-library .left-col,
#block-library .right-col {
float:left;
width:66%;
height:100%;
background-color:#ffffff;
}
#block-library .right-col {
width:34%;
background-color:#f7f7f7;
}
#block-library .right-col h3 {
margin: 1em -20px;
… |
AccessPluginBase.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/access/AccessPluginBase.php |
Definition of Drupal\views\Plugin\views\access\AccessPluginBase. |
Esi::needsEsiParsing |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Esi.php |
Checks that the Response needs to be parsed for ESI tags. |
BlockUiTest::getInfo |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockUiTest.php |
|
ForumIntegrationTest |
class |
drupal/core/modules/forum/lib/Drupal/forum/Tests/Views/ForumIntegrationTest.php |
Tests the forum integration into views. |
taxonomy_admin_paths |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Implements hook_admin_paths(). |
system.admin-rtl.css |
file |
drupal/core/modules/system/css/system.admin-rtl.css |
RTL styles for administration pages. |
LoggerAwareInterface |
interface |
drupal/core/vendor/psr/log/Psr/Log/LoggerAwareInterface.php |
Describes a logger-aware instance |
SelectExtender::join |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Default Join against another table in the database. |
Selectable::matching |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Selectable.php |
Select all elements from a selectable that match the expression and
return a new collection containing these elements. |
update.authorize.inc |
file |
drupal/core/modules/update/update.authorize.inc |
Callbacks and related functions invoked by authorize.php to update projects. |
DrupalDiffInline::$a |
property |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
QueryString::$prefix |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php |
|
FieldInstance::$uuid |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php |
The instance UUID. |
TipPluginManager.php |
file |
drupal/core/modules/tour/lib/Drupal/tour/TipPluginManager.php |
Contains \Drupal\tour\TipPluginManager. |
DrupalDiffInline::$b |
property |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
FetcherInterface.php |
file |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/FetcherInterface.php |
Contains \Drupal\aggregator\Plugin\FetcherInterface. |
ContainerBuilderTest |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
|
BundleConstraint.php |
file |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/BundleConstraint.php |
Contains \Drupal\Core\Validation\Constraint\BundleConstraint. |
BrowserTest::getInfo |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/BrowserTest.php |
|
UnicodeTest::getInfo |
function |
drupal/core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
This method exists to support the simpletest UI runner. |
AbstractLogger::info |
function |
drupal/core/vendor/psr/log/Psr/Log/AbstractLogger.php |
Interesting events. |
ContextInterface.php |
file |
drupal/core/lib/Drupal/Component/Plugin/Context/ContextInterface.php |
Contains \Drupal\Component\Plugin\Context\ContextInterface. |
TaggingTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/TaggingTest.php |
|
Twig_FilterInterface |
interface |
drupal/core/vendor/twig/twig/lib/Twig/FilterInterface.php |
Represents a template filter. |
Definition::clearTag |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Clears all tags for a given name. |
DateTimePlusIntlTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Datetime/DateTimePlusIntlTest.php |
Tests use of PHP's internationalization extension to format dates. |
AddFeedTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/AddFeedTest.php |
|
TipPluginText::$body |
property |
drupal/core/modules/tour/lib/Drupal/tour/Plugin/tour/tip/TipPluginText.php |
The body text which is used for render of this Text Tip. |
RdfMappingEvents.php |
file |
drupal/core/modules/rdf/lib/Drupal/rdf/RdfMappingEvents.php |
Contains RdfMappingEvents. |
DoctrineTestCase.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/DoctrineTestCase.php |
|
Definition::setScope |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Sets the scope of the service |
StringBase::$context |
property |
drupal/core/modules/locale/lib/Drupal/locale/StringBase.php |
The string context. |