Skip to content
Snippets Groups Projects
Verified Commit f3c999ff authored by Dave Long's avatar Dave Long
Browse files

Issue #3398090 by viren18febS, solideogloria: ConfigEntityType inherited...

Issue #3398090 by viren18febS, solideogloria: ConfigEntityType inherited functions return FALSE instead of NULL
parent 029817ba
No related branches found
No related tags found
No related merge requests found
...@@ -95,28 +95,28 @@ public function getConfigPrefix() { ...@@ -95,28 +95,28 @@ public function getConfigPrefix() {
* {@inheritdoc} * {@inheritdoc}
*/ */
public function getBaseTable() { public function getBaseTable() {
return FALSE; return NULL;
} }
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
public function getRevisionDataTable() { public function getRevisionDataTable() {
return FALSE; return NULL;
} }
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
public function getRevisionTable() { public function getRevisionTable() {
return FALSE; return NULL;
} }
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
public function getDataTable() { public function getDataTable() {
return FALSE; return NULL;
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment