field_info_fields |
function |
drupal/core/modules/field/field.info.inc |
Returns all field definitions. |
BlockBase::access |
function |
drupal/core/modules/block/lib/Drupal/block/BlockBase.php |
Indicates whether block-specific criteria allow access to the block. |
NoArgTestCaseTest |
class |
drupal/core/vendor/phpunit/phpunit/Tests/_files/NoArgTestCaseTest.php |
|
BanDelete::$banIp |
property |
drupal/core/modules/ban/lib/Drupal/ban/Form/BanDelete.php |
The banned IP address. |
GDToolkit::rotate |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/ImageToolkit/GDToolkit.php |
Implements \Drupal\system\Plugin\ImageToolkitInterface::rotate(). |
UpdateComplexTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateComplexTest.php |
Tests for more complex update statements. |
locale_get_plural |
function |
drupal/core/modules/locale/locale.module |
Returns plural form index for a specific number. |
TextProcessed.php |
file |
drupal/core/modules/text/lib/Drupal/text/TextProcessed.php |
Definition of Drupal\text\TextProcessed. |
FieldEditForm.php |
file |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldEditForm.php |
Contains \Drupal\field_ui\Form\FieldEditForm. |
forum_node_update |
function |
drupal/core/modules/forum/forum.module |
Implements hook_node_update(). |
BanDelete::create |
function |
drupal/core/modules/ban/lib/Drupal/ban/Form/BanDelete.php |
Instantiates a new instance of this controller. |
ExpressionVisitor |
class |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php |
An Expression visitor walks a graph of expressions and turns them into a
query for the underlying implementation. |
forum_node_insert |
function |
drupal/core/modules/forum/forum.module |
Implements hook_node_insert(). |
image_style_flush |
function |
drupal/core/modules/image/image.module |
Flushes cached media for a style. |
Entity::$langcode |
property |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
The language code of the entity's default language. |
aggregator.module |
file |
drupal/core/modules/aggregator/aggregator.module |
Used to aggregate syndicated content (RSS, RDF, and Atom). |
WATCHDOG_CRITICAL |
constant |
drupal/core/includes/bootstrap.inc |
Log message severity -- Critical conditions. |
node_search_reset |
function |
drupal/core/modules/node/node.module |
Implements hook_search_reset(). |
FieldLanguageTest |
class |
drupal/core/modules/language/lib/Drupal/language/Tests/Views/FieldLanguageTest.php |
Tests the field language handler. |
BlockBase::submit |
function |
drupal/core/modules/block/lib/Drupal/block/BlockBase.php |
Implements \Drupal\block\BlockPluginInterface::submit(). |
common_test_theme |
function |
drupal/core/modules/system/tests/modules/common_test/common_test.module |
Implements hook_theme(). |
IndexTidDepth.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/IndexTidDepth.php |
Definition of Drupal\taxonomy\Plugin\views\argument\IndexTidDepth. |
node_search_admin |
function |
drupal/core/modules/node/node.module |
Implements hook_search_admin(). |
OptiPngFilter.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/OptiPngFilter.php |
|
TypedDataTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/TypedData/TypedDataTest.php |
Definition of Drupal\system\Tests\TypedData\TypedDataTest. |
FieldTypeTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/Views/FieldTypeTest.php |
Contains \Drupal\node\Tests\Views\FieldTypeTest. |
VocabularyVid.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/VocabularyVid.php |
Definition of Drupal\taxonomy\Plugin\views\argument\VocabularyVid. |
PasswordInterface |
interface |
drupal/core/lib/Drupal/Core/Password/PasswordInterface.php |
Secure password hashing functions for user authentication. |
Memory::claimItem |
function |
drupal/core/lib/Drupal/Core/Queue/Memory.php |
Implements Drupal\Core\Queue\QueueInterface::claimItem(). |
MappingSubscriber |
class |
drupal/core/modules/rdf/lib/Drupal/rdf/EventSubscriber/MappingSubscriber.php |
Default RDF mapping handling. |
Issue1021Test.php |
file |
drupal/core/vendor/phpunit/phpunit/Tests/Regression/1021/Issue1021Test.php |
|
UpcastingTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/ParamConverter/UpcastingTest.php |
Contains Drupal\system\Tests\ParamConverter\UpcastingTest. |
ScssphpFilter.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/ScssphpFilter.php |
|
image_effect_load |
function |
drupal/core/modules/image/image.module |
Loads a single image effect. |
Merge::expression |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Specifies fields to be updated as an expression. |
Alias::__toString |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Alias.php |
Returns the Id of this alias. |
Permissions::init |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/Permissions.php |
Overrides Drupal\views\Plugin\views\field\FieldPluginBase::init(). |
Tasks::$pdoDriver |
property |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php |
The PDO driver name for MySQL and equivalent databases. |
EntityManager.php |
file |
drupal/core/lib/Drupal/Core/Entity/EntityManager.php |
Contains \Drupal\Core\Entity\EntityManager. |
REQUIREMENT_ERROR |
constant |
drupal/core/includes/install.inc |
Requirement severity -- Error condition; abort installation. |
system_time_zones |
function |
drupal/core/modules/system/system.module |
Generate an array of time zones and their local time&date. |
image_effect_save |
function |
drupal/core/modules/image/image.module |
Saves an image effect. |
SetDelete::create |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/Form/SetDelete.php |
Instantiates a new instance of this controller. |
TestEventListener |
class |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php |
|
FileUsageBase.php |
file |
drupal/core/modules/file/lib/Drupal/file/FileUsage/FileUsageBase.php |
Definition of Drupal\file\FileUsage\FileUsageBase. |
YearMonthDate.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/YearMonthDate.php |
Contains \Drupal\views\Plugin\views\argument\YearMonthDate. |
ajax_process_form |
function |
drupal/core/includes/ajax.inc |
Form element processing handler for the #ajax form property. |
Breakpoint::$uuid |
property |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/Breakpoint.php |
The breakpoint UUID. |
FilterBag::getAll |
function |
drupal/core/modules/filter/lib/Drupal/filter/FilterBag.php |
Retrieves filter definitions and creates an instance for each filter. |
Header::normalize |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Header.php |
Normalize the header into a single standard header with an array of values |