DayDate::title |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/DayDate.php |
Provide a link to the next level of the view |
FileSystemForm |
class |
drupal/core/modules/system/lib/Drupal/system/Form/FileSystemForm.php |
Configure file system settings for this site. |
DartFilter.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/DartFilter.php |
|
Collection.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Collection.php |
|
forum.info.yml |
file |
drupal/core/modules/forum/forum.info.yml |
drupal/core/modules/forum/forum.info.yml |
field_language |
function |
drupal/core/modules/field/field.multilingual.inc |
Returns the display language code for the fields attached to the given
entity. |
Scope::getName |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Scope.php |
@api |
BlockInterface |
interface |
drupal/core/modules/block/lib/Drupal/block/BlockInterface.php |
Provides an interface defining a block entity. |
AreaEntityTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/AreaEntityTest.php |
Tests the generic entity area handler. |
Combine::query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Combine.php |
Add this filter to the query. |
DeleteForm.php |
file |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/DeleteForm.php |
Contains \Drupal\views_ui\Form\DeleteForm. |
Field Info API |
group |
drupal/core/modules/field/field.info.inc |
Obtains information about Field API configuration. |
_DiffOp::$type |
property |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
PoMemoryWriter |
class |
drupal/core/lib/Drupal/Component/Gettext/PoMemoryWriter.php |
Defines a Gettext PO memory writer, to be used by the installer. |
Reference::$id |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Reference.php |
|
FilterTest.php |
file |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverage/FilterTest.php |
|
TextCustom.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/TextCustom.php |
Definition of Drupal\views\Plugin\views\area\TextCustom. |
Controller.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Controller.php |
|
_DiffOp::$orig |
property |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
Update::fields |
function |
drupal/core/lib/Drupal/Core/Database/Query/Update.php |
Adds a set of field->value pairs to be updated. |
AttributesTest |
class |
drupal/core/tests/Drupal/Tests/Core/Common/AttributesTest.php |
Tests the Drupal\Core\Template\Attribute functionality. |
EntityTest.php |
file |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTest.php |
Definition of Drupal\entity_test\Plugin\Core\Entity\EntityTest. |
menu_tree_data |
function |
drupal/core/includes/menu.inc |
Sorts and returns the built data representing a menu tree. |
StaticTest.php |
file |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObject/Invocation/StaticTest.php |
|
EditorSelector |
class |
drupal/core/modules/edit/lib/Drupal/edit/EditorSelector.php |
Selects an in-place editor (an Editor plugin) for a field. |
form_test_menu |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Implements hook_menu(). |
RequestMatcher |
class |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ChainRouterTest.php |
|
number.install |
file |
drupal/core/modules/number/number.install |
Install, update, and uninstall functions for the Number module. |
ObjectTest.php |
file |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObject/Invocation/ObjectTest.php |
|
_DiffOp::norig |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
HtmlToTextTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Mail/HtmlToTextTest.php |
Tests for drupal_html_to_text(). |
FormObjectTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormObjectTest.php |
Tests building a form from an object. |
GetterMetadata |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/GetterMetadata.php |
|
PictureMapping |
class |
drupal/core/modules/picture/lib/Drupal/picture/Plugin/Core/Entity/PictureMapping.php |
Defines the Picture entity. |
MockObject.php |
file |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/MockObject.php |
|
ImageStyle.php |
file |
drupal/core/modules/image/lib/Drupal/image/Plugin/Core/Entity/ImageStyle.php |
Contains \Drupal\image\Plugin\Core\Entity\ImageStyle. |
Attributes.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation/Attributes.php |
|
RangeValidator |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/RangeValidator.php |
@author Bernhard Schussek <bschussek@gmail.com> |
TipPluginImage |
class |
drupal/core/modules/tour/tests/tour_test/lib/Drupal/tour_test/Plugin/tour/tip/TipPluginImage.php |
Displays an image as a tip. |
action.api.php |
file |
drupal/core/modules/action/action.api.php |
Hooks provided by the Actions module. |
layout-rtl.css |
file |
drupal/core/themes/bartik/css/layout-rtl.css |
/* ---------- Basic Layout RTL Styles ----------- */
.region-header {
float: left;
}
#secondary-menu {
left: 0;
right: auto;
}
@media all and (min-width: 560px) and (max-width: 850px) {
#sidebar-first,
.region-triptych-first,
… |
StringTest.php |
file |
drupal/core/tests/Drupal/Tests/Component/Utility/StringTest.php |
Contains \Drupal\Tests\Component\Utility\StringTest. |
CookieTest.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/CookieTest.php |
|
TestParser.php |
file |
drupal/core/modules/aggregator/tests/modules/aggregator_test/lib/Drupal/aggregator_test/Plugin/aggregator/parser/TestParser.php |
Contains \Drupal\aggregator_test\Plugin\aggregator\parser\TestParser. |
Invocation.php |
file |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Invocation.php |
|
ImageValidator |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/ImageValidator.php |
Validates whether a value is a valid image file and is valid
against minWidth, maxWidth, minHeight and maxHeight constraints |
Comparison.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/Comparison.php |
|
ChmodInterface |
interface |
drupal/core/lib/Drupal/Core/FileTransfer/ChmodInterface.php |
Defines an interface to chmod files. |
ModuleTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php |
Definition of Drupal\views\Tests\ModuleTest. |
StickyNode.php |
file |
drupal/core/modules/node/lib/Drupal/node/Plugin/Action/StickyNode.php |
Contains \Drupal\node\Plugin\Action\StickyNode. |